Skip to content

Commit 1d63050

Browse files
committed
Temporarily upgrade to Spring Plugin 3.0 snapshots.
For additional AOT work and native hints.
1 parent 3e27bec commit 1d63050

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
3636

3737
<dependencies>
3838

39+
<!-- Temporarily -->
40+
<dependency>
41+
<groupId>org.springframework.plugin</groupId>
42+
<artifactId>spring-plugin-core</artifactId>
43+
<version>3.0.0-SNAPSHOT</version>
44+
</dependency>
45+
3946
<!-- jMolecules -->
4047

4148
<dependency>

0 commit comments

Comments
 (0)