Skip to content

Commit

Permalink
Fix gcp test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Apr 22, 2024
1 parent 92a6eab commit a96463c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
Expand Down
1 change: 1 addition & 0 deletions scripts/process_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"org.ow2.asm:asm": BSD_3_CLAUSE_LICENSE,
"com.google.flatbuffers:flatbuffers-java": APACHE_LICENSE,
"com.google.http-client:google-http-client": APACHE_LICENSE,
"com.google.http-client:google-http-client-gson": APACHE_LICENSE,
"io.grpc:grpc-context": APACHE_LICENSE,
}

Expand Down

0 comments on commit a96463c

Please sign in to comment.