Skip to content

Commit 42f0457

Browse files
authored
fix: Upgrade Spanner samples to OpenCensus 0.25.0 (#2415)
Fixes #2233
1 parent b716efd commit 42f0457

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

spanner/cloud-client/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<maven.compiler.target>1.8</maven.compiler.target>
3434
<maven.compiler.source>1.8</maven.compiler.source>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<opencensus.version>0.23.0</opencensus.version>
36+
<opencensus.version>0.25.0</opencensus.version>
3737
</properties>
3838

3939
<!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->
@@ -63,6 +63,14 @@ limitations under the License.
6363
<groupId>io.opencensus</groupId>
6464
<artifactId>opencensus-api</artifactId>
6565
</exclusion>
66+
<exclusion>
67+
<groupId>io.grpc</groupId>
68+
<artifactId>grpc-netty-shaded</artifactId>
69+
</exclusion>
70+
<exclusion>
71+
<groupId>io.grpc</groupId>
72+
<artifactId>grpc-core</artifactId>
73+
</exclusion>
6674
</exclusions>
6775
</dependency>
6876

0 commit comments

Comments
 (0)