Skip to content

Commit

Permalink
update known-dep -8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmupkin committed May 8, 2024
1 parent 1408147 commit 3f52dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions tools/dependency-check/check-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ grep -wvf "$self_modules_txt" "$all_dependencies_txt" | sort | uniq > "$third_pa

# If the check is success it will return 0
sort "$known_third_party_dependencies_txt" | diff - "$third_party_dependencies_txt"
echo "Dependencies check success"
cat $third_party_dependencies_txt
echo "Known third-party dependencies:"
cat $known_third_party_dependencies_txt

compareCode=$?
if [ $compareCode -eq 0 ]
then
Expand Down
1 change: 0 additions & 1 deletion tools/dependency-check/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ fastjson-1.2.69_noneautotype.jar
fastjson2-2.0.48.jar
gateway-dingtalk-1.0.2.jar
google-auth-library-credentials-0.22.2.jar

grpc-api-1.63.0.jar
grpc-auth-1.39.0.jar
grpc-context-1.63.0.jar
Expand Down

0 comments on commit 3f52dbd

Please sign in to comment.