Skip to content

Commit 7926bd4

Browse files
committed
Remove snapshot usage
1 parent b0b1153 commit 7926bd4

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@
785785
<dependencies>
786786
<dependency>
787787
<groupId>com.google.cloud</groupId>
788-
<artifactId>google-cloud-graalvm-support</artifactId>
789-
<version>0.8.0-SNAPSHOT</version>
788+
<artifactId>native-image-support</artifactId>
789+
<version>0.8.0</version>
790790
<scope>test</scope>
791791
</dependency>
792792

@@ -840,15 +840,6 @@
840840
</plugin>
841841
</plugins>
842842
</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>
852843
</profile>
853844

854845
</profiles>

0 commit comments

Comments
 (0)