Skip to content

Commit e7d9000

Browse files
authored
docs(sample): remove unused native-image-support dependency (#1103)
* docs(sample): remove unused dependency * remove ProtobufMessageFeature
1 parent 0e89054 commit e7d9000

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples/native-image-sample/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
104104
<id>native</id>
105105

106106
<dependencies>
107-
<dependency>
108-
<groupId>com.google.cloud</groupId>
109-
<artifactId>native-image-support</artifactId>
110-
<version>0.13.1</version>
111-
</dependency>
112107
<dependency>
113108
<groupId>org.junit.vintage</groupId>
114109
<artifactId>junit-vintage-engine</artifactId>
@@ -147,7 +142,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
147142
<buildArgs>
148143
<buildArg>--no-fallback</buildArg>
149144
<buildArg>--no-server</buildArg>
150-
<buildArg>--features=com.google.cloud.nativeimage.features.ProtobufMessageFeature</buildArg>
151145
</buildArgs>
152146
</configuration>
153147
<executions>

0 commit comments

Comments
 (0)