Skip to content

Commit

Permalink
Don't specify spring-graalvm-native version anymore
Browse files Browse the repository at this point in the history
That will use the latest released to avoid dependency cycles
  • Loading branch information
sdeleuze committed Sep 22, 2020
1 parent 083875f commit 1741e53
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions samples/kofu-petclinic-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@

<dependencies>

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-graalvm-native</artifactId>
<version>0.8.0</version>
</dependency>

<dependency>
<groupId>org.springframework.fu</groupId>
<artifactId>spring-fu-kofu</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>

<!-- Spring and Spring Boot dependencies -->
Expand Down

0 comments on commit 1741e53

Please sign in to comment.