Skip to content

Commit

Permalink
run_test_apache.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Feb 4, 2025
1 parent 3df3409 commit 85493a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/run_test_apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ echo $lsCommand

if [ $lsCommand == 0 ]; then
echo "Installing fips Jars in:"$fipsInstallDirectory
wget -P $fipsInstallDirectory https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-fips/1.0.3/bcpkix-fips-1.0.3.jar
wget -P $fipsInstallDirectory https://repo1.maven.org/maven2/org/bouncycastle/bc-fips/1.0.2/bc-fips-1.0.2.jar
cp $fipsInstallDirectory/bcpkix-fips-1.0.3.jar $KAFKA_CONNECT_PLUGIN_PATH
cp $fipsInstallDirectory/bc-fips-1.0.2.jar $KAFKA_CONNECT_PLUGIN_PATH
wget -P $fipsInstallDirectory https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-fips/2.1.8/bcpkix-fips-2.1.8.jar
wget -P $fipsInstallDirectory https://repo1.maven.org/maven2/org/bouncycastle/bc-fips/2.1.0/bc-fips-2.1.0.jar
cp $fipsInstallDirectory/bcpkix-fips-2.1.8.jar $KAFKA_CONNECT_PLUGIN_PATH
cp $fipsInstallDirectory/bc-fips-2.1.0.jar $KAFKA_CONNECT_PLUGIN_PATH
echo "list KAFKA_CONNECT_PLUGIN_PATH: $KAFKA_CONNECT_PLUGIN_PATH"
ls $KAFKA_CONNECT_PLUGIN_PATH
echo "list apache test libs directory: $fipsInstallDirectory"
Expand Down

0 comments on commit 85493a2

Please sign in to comment.