Skip to content

Commit

Permalink
SpringIo Release Repository blocked, find experimental spring-native …
Browse files Browse the repository at this point in the history
…+ spring-aot-maven-plugin at https://repo.spring.io/milestone
  • Loading branch information
orx0815 committed Feb 7, 2024
1 parent 4ef3e1d commit 5a2cfe7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
16 changes: 12 additions & 4 deletions deploy/graalvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
<dependency>
<groupId>org.motorbrot</groupId>
<artifactId>openjfx-jcr-browser.desktop</artifactId>
<scope>compile</scope>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-native</artifactId>
<scope>compile</scope>
<version>0.11.3</version>
</dependency>

Expand Down Expand Up @@ -142,15 +144,21 @@
</plugins>
</build>
<repositories>
<!-- for experimental spring-aot-maven-plugin -->
<repository>
<id>SpringIo Release Repository</id>
<url>https://repo.spring.io/release</url>
<id>SpringIo Milestones Repository</id>
<url>https://repo.spring.io/milestone</url>
</repository>
<!-- for experimental spring-native -->
<repository>
<id>SpringIo Lib-Milestones Repository</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>SpringIo Release Repository</id>
<url>https://repo.spring.io/release</url>
<id>SpringIo Milestones Repository</id>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>

Expand Down
1 change: 1 addition & 0 deletions deploy/jpackagefx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<dependency>
<groupId>org.motorbrot</groupId>
<artifactId>openjfx-jcr-browser.desktop</artifactId>
<scope>compile</scope>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions deploy/jpro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
<dependency>
<groupId>org.motorbrot</groupId>
<artifactId>openjfx-jcr-browser.desktop</artifactId>
<scope>compile</scope>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sandec.jpro</groupId>
<artifactId>jpro-webapi</artifactId>
<scope>compile</scope>
<version>${jpro.version}</version>
</dependency>
</dependencies>
Expand Down
5 changes: 2 additions & 3 deletions modules/desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,20 +186,19 @@
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-core</artifactId>
<version>4.0.16-alpha</version>
<version>4.0.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit5</artifactId>
<version>4.0.16-alpha</version>
<version>4.0.17</version>
<scope>test</scope>
</dependency>
<!-- If you wish to test in a headless environment your must add Monocle as a test dependency -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>openjfx-monocle</artifactId>
<!--version>jdk-11+26</version-->
<version>jdk-12.0.1+2</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 5a2cfe7

Please sign in to comment.