We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b1153 commit 7926bd4Copy full SHA for 7926bd4
1 file changed
pom.xml
@@ -785,8 +785,8 @@
785
<dependencies>
786
<dependency>
787
<groupId>com.google.cloud</groupId>
788
- <artifactId>google-cloud-graalvm-support</artifactId>
789
- <version>0.8.0-SNAPSHOT</version>
+ <artifactId>native-image-support</artifactId>
+ <version>0.8.0</version>
790
<scope>test</scope>
791
</dependency>
792
@@ -840,15 +840,6 @@
840
</plugin>
841
</plugins>
842
</build>
843
-
844
- <repositories>
845
- <repository>
846
- <id>snapshots-repo</id>
847
- <url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
848
- <releases><enabled>false</enabled></releases>
849
- <snapshots><enabled>true</enabled></snapshots>
850
- </repository>
851
- </repositories>
852
</profile>
853
854
</profiles>
0 commit comments