Skip to content

Commit

Permalink
fix: exclude protobuf from conformance-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed May 27, 2021
1 parent 61262c9 commit 172b025
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-bigtable/pom.xml
Expand Up @@ -203,6 +203,12 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-conformance-tests</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
Expand Down

0 comments on commit 172b025

Please sign in to comment.