Skip to content

Commit

Permalink
fix dependency test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 19, 2022
1 parent 00b540d commit 954c0ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions google-cloud-bigtable-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</exclusion>
<!-- opencensus-proto is not used, excluding it to avoid conflicts in google-cloud-bigtable -->
<exclusion>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-proto</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
10 changes: 0 additions & 10 deletions google-cloud-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -664,16 +663,7 @@
<usedDependencies>io.grpc:grpc-auth,io.grpc:grpc-grpclb</usedDependencies>
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>io.opencensus:opencensus-impl-core</ignoredUsedUndeclaredDependency>
<!-- <ignoredUsedUndeclaredDependency>com.google.cloud:google-cloud-monitoring</ignoredUsedUndeclaredDependency>-->
<!-- <ignoredUsedUndeclaredDependency>com.google.api.grpc:proto-google-cloud-monitoring-v3</ignoredUsedUndeclaredDependency>-->
</ignoredUsedUndeclaredDependencies>
<!-- <ignoredNonTestScopedDependencies>-->
<!-- <ignoredNonTestScopedDependency>com.google.cloud:google-cloud-monitoring</ignoredNonTestScopedDependency>-->
<!-- <ignoredNonTestScopedDependency>com.google.api.grpc:proto-google-cloud-monitoring-v3</ignoredNonTestScopedDependency>-->
<!-- <ignoredNonTestScopedDependency>io.grpc:grpc-netty-shaded</ignoredNonTestScopedDependency>-->
<!-- <ignoredNonTestScopedDependency>io.grpc:grpc-context</ignoredNonTestScopedDependency>-->
<!-- <ignoredNonTestScopedDependency>io.grpc:grpc-core</ignoredNonTestScopedDependency>-->
<!-- </ignoredNonTestScopedDependencies>-->
</configuration>
</plugin>

Expand Down

0 comments on commit 954c0ef

Please sign in to comment.