|
40 | 40 | <dependency> |
41 | 41 | <groupId>org.axonframework</groupId> |
42 | 42 | <artifactId>axon-spring-boot-starter</artifactId> |
43 | | - <version>4.11.0</version> |
44 | 43 | </dependency> |
45 | 44 | <dependency> |
46 | 45 | <groupId>org.axonframework</groupId> |
47 | 46 | <artifactId>axon-configuration</artifactId> |
48 | | - <version>4.11.0</version> |
49 | 47 | </dependency> |
50 | 48 | <dependency> |
51 | 49 | <groupId>io.axoniq</groupId> |
52 | 50 | <artifactId>axonserver-connector-java</artifactId> |
53 | | - <version>2024.2.2</version> |
54 | 51 | </dependency> |
55 | 52 | <dependency> |
56 | 53 | <groupId>org.axonframework</groupId> |
57 | 54 | <artifactId>axon-test</artifactId> |
58 | | - <scope>test</scope> |
59 | 55 | </dependency> |
60 | 56 | <dependency> |
61 | 57 | <groupId>org.axonframework.extensions.multitenancy</groupId> |
62 | 58 | <artifactId>axon-multitenancy-spring-boot-starter</artifactId> |
63 | | - <version>4.11.0</version> |
64 | 59 | </dependency> |
65 | 60 | <dependency> |
66 | 61 | <groupId>org.axonframework.extensions.multitenancy</groupId> |
67 | 62 | <artifactId>axon-multitenancy-spring-boot-autoconfigure</artifactId> |
68 | | - <version>4.11.0</version> |
69 | 63 | </dependency> |
70 | 64 | <dependency> |
71 | 65 | <groupId>org.axonframework.extensions.multitenancy</groupId> |
72 | 66 | <artifactId>axon-multitenancy</artifactId> |
73 | | - <version>4.11.0</version> |
74 | 67 | </dependency> |
75 | 68 |
|
76 | 69 | <!-- Spring --> |
77 | 70 | <dependency> |
78 | 71 | <groupId>org.springframework.data</groupId> |
79 | 72 | <artifactId>spring-data-commons</artifactId> |
80 | | - <scope>compile</scope> |
81 | 73 | </dependency> |
82 | 74 | <dependency> |
83 | 75 | <groupId>org.springframework.data</groupId> |
|
127 | 119 | <configuration> |
128 | 120 | <source>17</source> |
129 | 121 | <target>17</target> |
| 122 | + <release>21</release> |
130 | 123 | </configuration> |
131 | 124 | </plugin> |
132 | 125 | <!-- Takes care of synchronizing java dependencies and imports in package.json and main.js files. |
|
145 | 138 | </executions> |
146 | 139 | </plugin> |
147 | 140 |
|
| 141 | + <!-- package --> |
| 142 | + <!-- The Spring Boot Maven plugin for easy execution from CLI and packaging --> |
| 143 | + |
148 | 144 | <plugin> |
149 | 145 | <groupId>org.springframework.boot</groupId> |
150 | 146 | <artifactId>spring-boot-maven-plugin</artifactId> |
|
160 | 156 | </execution> |
161 | 157 | </executions> |
162 | 158 | </plugin> |
163 | | - |
164 | | - <plugin> |
165 | | - <groupId>org.apache.maven.plugins</groupId> |
166 | | - <artifactId>maven-compiler-plugin</artifactId> |
167 | | - <configuration> |
168 | | - <release>21</release> |
169 | | - </configuration> |
170 | | - </plugin> |
171 | | - |
172 | | - <!-- package --> |
173 | | - <!-- The Spring Boot Maven plugin for easy execution from CLI and packaging --> |
174 | | - <plugin> |
175 | | - <groupId>org.springframework.boot</groupId> |
176 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
177 | | - </plugin> |
178 | 159 | </plugins> |
179 | 160 | </build> |
180 | 161 | </project> |
0 commit comments