Skip to content

Commit

Permalink
move to snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstrobl committed Sep 24, 2020
1 parent 309d88a commit f16d6f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions spring-graalvm-native-configuration/pom.xml
Expand Up @@ -104,6 +104,12 @@
<artifactId>spring-data-redis</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>3.4.0-DATAREST-1567-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
Expand Down
6 changes: 4 additions & 2 deletions spring-graalvm-native-samples/spring-data-rest/pom.xml
Expand Up @@ -57,12 +57,14 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-core</artifactId>
<version>3.4.0-GRAALVM-SNAPSHOT</version>
<version>3.4.0-DATAREST-1567-SNAPSHOT</version>
<!-- <version>3.4.0-GRAALVM-SNAPSHOT</version>-->
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>3.4.0-GRAALVM-SNAPSHOT</version>
<version>3.4.0-DATAREST-1567-SNAPSHOT</version>
<!-- <version>3.4.0-GRAALVM-SNAPSHOT</version>-->
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
Expand Down

0 comments on commit f16d6f4

Please sign in to comment.