File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ limitations under the License.
33
33
<maven .compiler.target>1.8</maven .compiler.target>
34
34
<maven .compiler.source>1.8</maven .compiler.source>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
- <opencensus .version>0.23 .0</opencensus .version>
36
+ <opencensus .version>0.25 .0</opencensus .version>
37
37
</properties >
38
38
39
39
<!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->
@@ -63,6 +63,14 @@ limitations under the License.
63
63
<groupId >io.opencensus</groupId >
64
64
<artifactId >opencensus-api</artifactId >
65
65
</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 >
66
74
</exclusions >
67
75
</dependency >
68
76
You can’t perform that action at this time.
0 commit comments