This repository was archived by the owner on Sep 18, 2023. It is now read-only.
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ function completenessCheck() {
68
68
# This is stripped from the output as it is not present in the flattened pom.
69
69
# Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
70
70
msg " Generating dependency list using original pom..."
71
- mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' | sed -e ' s/ --.*//' > .org-list.txt
71
+ mvn dependency:list -f pom.xml -DexcludeArtifactIds=error_prone_annotations - DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' | sed -e ' s/ --.*//' > .org-list.txt
72
72
73
73
# Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
74
74
msg " Generating dependency list using flattened pom..."
75
- mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' > .new-list.txt
75
+ mvn dependency:list -f .flattened-pom.xml -DexcludeArtifactIds=error_prone_annotations - DincludeScope=runtime -Dsort=true | grep ' \[INFO] .*:.*:.*:.*:.*' > .new-list.txt
76
76
77
77
# Compare two dependency lists
78
78
msg " Comparing dependency lists..."
Original file line number Diff line number Diff line change 65
65
<site .installationModule>google-iam-parent</site .installationModule>
66
66
<protobuf .version>3.18.1</protobuf .version>
67
67
<junit .version>4.13.2</junit .version>
68
- <grpc .version>1.38.1 </grpc .version>
69
- <guava .version>30 .1-android</guava .version>
68
+ <grpc .version>1.41.0 </grpc .version>
69
+ <guava .version>31.0 .1-android</guava .version>
70
70
</properties >
71
71
72
72
<dependencyManagement >
Original file line number Diff line number Diff line change @@ -106,4 +106,5 @@ def build_grpc(target):
106
106
'README.md' ,
107
107
'samples/*' ,
108
108
'.github/workflows/samples.yaml' ,
109
+ '.kokoro/dependencies.sh' ,
109
110
])
You can’t perform that action at this time.
0 commit comments