Skip to content

Commit

Permalink
Update install-plugin.sh (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWeike2000 authored Aug 22, 2024
1 parent d2e15f9 commit 253ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/build/scaleph-seatunnel/install-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -n "$1" ]; then
version="$1"
fi

echo "Install SeaTunnel plugin dependencis"
echo "Install SeaTunnel plugin dependencies"
mkdir -p ${SEATUNNEL_HOME}/plugins/mysql-cdc/lib
${SEATUNNEL_HOME}/mvnw dependency:get -DgroupId=mysql -DartifactId=mysql-connector-java -Dversion=8.0.28 -Dtransitive=false -Ddest=${SEATUNNEL_HOME}/plugins/mysql-cdc/lib
mkdir -p ${SEATUNNEL_HOME}/plugins/jdbc/lib
Expand Down

0 comments on commit 253ce47

Please sign in to comment.