Skip to content

Commit

Permalink
docs(sample): remove unused native-image-support dependency (#1103)
Browse files Browse the repository at this point in the history
* docs(sample): remove unused dependency

* remove ProtobufMessageFeature
  • Loading branch information
mpeddada1 committed Apr 27, 2022
1 parent 0e89054 commit e7d9000
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions samples/native-image-sample/pom.xml
Expand Up @@ -104,11 +104,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<id>native</id>

<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-support</artifactId>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
Expand Down Expand Up @@ -147,7 +142,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<buildArgs>
<buildArg>--no-fallback</buildArg>
<buildArg>--no-server</buildArg>
<buildArg>--features=com.google.cloud.nativeimage.features.ProtobufMessageFeature</buildArg>
</buildArgs>
</configuration>
<executions>
Expand Down

0 comments on commit e7d9000

Please sign in to comment.