Skip to content

Commit cafd489

Browse files
authored
feat(java): remove GoogleJsonClentFeature and OpenCensusFeature after relocation (#793)
* feat: remove GoogleJsonClentFeature and OpenCensusFeature after relocation
1 parent 219a519 commit cafd489

File tree

3 files changed

+0
-146
lines changed

3 files changed

+0
-146
lines changed

java-core/native-image-support/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
</description>
2222

2323
<dependencies>
24-
<dependency>
25-
<groupId>com.google.guava</groupId>
26-
<artifactId>guava</artifactId>
27-
</dependency>
28-
2924
<dependency>
3025
<groupId>io.grpc</groupId>
3126
<artifactId>grpc-netty-shaded</artifactId>

java-core/native-image-support/src/main/java/com/google/cloud/nativeimage/features/GoogleJsonClientFeature.java

-99
This file was deleted.

java-core/native-image-support/src/main/java/com/google/cloud/nativeimage/features/clients/OpenCensusFeature.java

-42
This file was deleted.

0 commit comments

Comments
 (0)