|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
2 | 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
4 |
| - |
| 4 | + |
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 |
| - |
| 6 | + |
7 | 7 | <parent>
|
8 | 8 | <groupId>org.springframework.boot</groupId>
|
9 | 9 | <artifactId>spring-boot-starter-parent</artifactId>
|
10 |
| - <version>3.0.0-SNAPSHOT</version> |
| 10 | + <version>3.0.0-RC1</version> |
11 | 11 | <relativePath />
|
12 | 12 | </parent>
|
13 |
| - |
| 13 | + |
14 | 14 | <artifactId>spring-modulith-example</artifactId>
|
15 | 15 | <name>Spring Modulith - Example</name>
|
16 | 16 | <version>0.1.0-SNAPSHOT</version>
|
17 |
| - |
| 17 | + |
18 | 18 | <properties>
|
19 | 19 | <java.version>17</java.version>
|
20 | 20 | </properties>
|
21 |
| - |
| 21 | + |
22 | 22 | <dependencyManagement>
|
23 | 23 | <dependencies>
|
24 | 24 | <dependency>
|
|
31 | 31 | <dependency>
|
32 | 32 | <groupId>org.jmolecules</groupId>
|
33 | 33 | <artifactId>jmolecules-bom</artifactId>
|
34 |
| - <version>2022.2.0-SNAPSHOT</version> |
| 34 | + <version>2022.2.1</version> |
35 | 35 | <type>pom</type>
|
36 | 36 | <scope>import</scope>
|
37 | 37 | </dependency>
|
38 | 38 | </dependencies>
|
39 | 39 | </dependencyManagement>
|
40 |
| - |
| 40 | + |
41 | 41 | <dependencies>
|
42 | 42 |
|
43 | 43 | <dependency>
|
|
54 | 54 | <groupId>org.springframework.experimental</groupId>
|
55 | 55 | <artifactId>spring-modulith-starter-jpa</artifactId>
|
56 | 56 | </dependency>
|
57 |
| - |
| 57 | + |
58 | 58 | <!-- jMolecules -->
|
59 |
| - |
| 59 | + |
60 | 60 | <dependency>
|
61 | 61 | <groupId>org.jmolecules</groupId>
|
62 | 62 | <artifactId>jmolecules-events</artifactId>
|
63 | 63 | </dependency>
|
64 |
| - |
| 64 | + |
65 | 65 | <!-- Persistence -->
|
66 | 66 |
|
67 | 67 | <dependency>
|
|
106 | 106 | </dependencies>
|
107 | 107 |
|
108 | 108 | <repositories>
|
109 |
| - <repository> |
110 |
| - <id>spring-snapshot</id> |
111 |
| - <url>https://repo.spring.io/snapshot</url> |
112 |
| - <releases> |
113 |
| - <enabled>false</enabled> |
114 |
| - </releases> |
115 |
| - </repository> |
116 | 109 | <repository>
|
117 | 110 | <id>spring-milestone</id>
|
118 | 111 | <url>https://repo.spring.io/milestone</url>
|
|
123 | 116 | </repositories>
|
124 | 117 |
|
125 | 118 | <pluginRepositories>
|
126 |
| - <pluginRepository> |
127 |
| - <id>spring-snapshot</id> |
128 |
| - <url>https://repo.spring.io/snapshot</url> |
129 |
| - <releases> |
130 |
| - <enabled>false</enabled> |
131 |
| - </releases> |
132 |
| - </pluginRepository> |
133 | 119 | <pluginRepository>
|
134 | 120 | <id>spring-milestone</id>
|
135 | 121 | <url>https://repo.spring.io/milestone</url>
|
|
0 commit comments