|
73 | 73 | <asciidoctorj-diagram.version>2.1.0</asciidoctorj-diagram.version>
|
74 | 74 |
|
75 | 75 | <byte-buddy.version>1.11.0</byte-buddy.version>
|
| 76 | + <cdi>3.0.1</cdi> |
| 77 | + <checkstyle.skip>${skipTests}</checkstyle.skip> |
76 | 78 | <checkstyle.version>8.40</checkstyle.version>
|
77 | 79 | <cypher-dsl.version>2022.2.0</cypher-dsl.version>
|
78 | 80 | <dist.id>spring-data-neo4j</dist.id>
|
79 | 81 | <dist.key>SDNEO4J</dist.key>
|
80 | 82 | <flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version>
|
81 | 83 | <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
|
| 84 | + <jakarta.interceptor-api.version>2.0.1</jakarta.interceptor-api.version> |
| 85 | + <jakarta.transaction-api.version>2.0.0</jakarta.transaction-api.version> |
82 | 86 | <java-module-name>spring.data.neo4j</java-module-name>
|
83 | 87 | <java.version>17</java.version>
|
84 | 88 | <jaxb.version>2.3.1</jaxb.version>
|
|
99 | 103 | <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
|
100 | 104 | <maven.compiler.release>${java.version}</maven.compiler.release>
|
101 | 105 | <mockito>${mockito.version}</mockito>
|
102 |
| - <mockito.version>4.0.0</mockito.version> |
| 106 | + <mockito.version>4.4.0</mockito.version> |
103 | 107 | <neo4j-java-driver.version>4.4.5</neo4j-java-driver.version>
|
104 | 108 | <neo4j.version>4.3.6</neo4j.version>
|
105 | 109 | <objenesis.version>3.0.1</objenesis.version>
|
|
109 | 113 | <reactive-streams.version>1.2.1</reactive-streams.version>
|
110 | 114 | <skipArchitectureTests>true</skipArchitectureTests>
|
111 | 115 | <skipIntegrationTests>${skipTests}</skipIntegrationTests>
|
112 |
| - <checkstyle.skip>${skipTests}</checkstyle.skip> |
113 | 116 |
|
114 | 117 | <skipUnitTests>${skipTests}</skipUnitTests>
|
115 |
| - <springdata.commons>3.0.0-SNAPSHOT</springdata.commons> |
116 | 118 |
|
117 | 119 | <spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
|
| 120 | + <springdata.commons>3.0.0-SNAPSHOT</springdata.commons> |
118 | 121 | </properties>
|
119 | 122 |
|
120 | 123 | <dependencyManagement>
|
121 | 124 | <dependencies>
|
| 125 | + <dependency> |
| 126 | + <groupId>com.google.code.findbugs</groupId> |
| 127 | + <artifactId>jsr305</artifactId> |
| 128 | + <version>3.0.2</version> |
| 129 | + </dependency> |
122 | 130 | <dependency>
|
123 | 131 | <groupId>eu.michael-simons.neo4j</groupId>
|
124 | 132 | <artifactId>junit-jupiter-causal-cluster-testcontainer-extension</artifactId>
|
|
137 | 145 | <artifactId>rxjava</artifactId>
|
138 | 146 | <version>${rxjava2}</version>
|
139 | 147 | </dependency>
|
| 148 | + <dependency> |
| 149 | + <groupId>jakarta.interceptor</groupId> |
| 150 | + <artifactId>jakarta.interceptor-api</artifactId> |
| 151 | + <version>${jakarta.interceptor-api.version}</version> |
| 152 | + </dependency> |
140 | 153 | <dependency>
|
141 | 154 | <groupId>javax.xml.bind</groupId>
|
142 | 155 | <artifactId>jaxb-api</artifactId>
|
|
153 | 166 | <artifactId>byte-buddy-agent</artifactId>
|
154 | 167 | <version>${byte-buddy.version}</version>
|
155 | 168 | </dependency>
|
| 169 | + <dependency> |
| 170 | + <groupId>net.java.dev.jna</groupId> |
| 171 | + <artifactId>jna</artifactId> |
| 172 | + <version>5.8.0</version> |
| 173 | + </dependency> |
156 | 174 | <dependency>
|
157 | 175 | <groupId>org.apiguardian</groupId>
|
158 | 176 | <artifactId>apiguardian-api</artifactId>
|
|
167 | 185 | <groupId>org.neo4j</groupId>
|
168 | 186 | <artifactId>neo4j-cypher-dsl</artifactId>
|
169 | 187 | <version>${cypher-dsl.version}</version>
|
| 188 | + <exclusions> |
| 189 | + <exclusion> |
| 190 | + <artifactId>annotations</artifactId> |
| 191 | + <groupId>org.jetbrains</groupId> |
| 192 | + </exclusion> |
| 193 | + </exclusions> |
170 | 194 | </dependency>
|
171 | 195 | <dependency>
|
172 | 196 | <groupId>org.neo4j.driver</groupId>
|
|
183 | 207 | <artifactId>objenesis</artifactId>
|
184 | 208 | <version>${objenesis.version}</version>
|
185 | 209 | </dependency>
|
| 210 | + <dependency> |
| 211 | + <groupId>org.osgi</groupId> |
| 212 | + <artifactId>org.osgi.core</artifactId> |
| 213 | + <version>6.0.0</version> |
| 214 | + </dependency> |
186 | 215 | <dependency>
|
187 | 216 | <groupId>org.slf4j</groupId>
|
188 | 217 | <artifactId>slf4j-api</artifactId>
|
|
209 | 238 | <artifactId>jackson-databind</artifactId>
|
210 | 239 | <scope>test</scope>
|
211 | 240 | </dependency>
|
| 241 | + <dependency> |
| 242 | + <groupId>com.querydsl</groupId> |
| 243 | + <artifactId>querydsl-core</artifactId> |
| 244 | + <version>${querydsl}</version> |
| 245 | + <scope>provided</scope> |
| 246 | + <exclusions> |
| 247 | + <exclusion> |
| 248 | + <artifactId>annotations</artifactId> |
| 249 | + <groupId>org.jetbrains</groupId> |
| 250 | + </exclusion> |
| 251 | + </exclusions> |
| 252 | + </dependency> |
212 | 253 | <dependency>
|
213 | 254 | <groupId>eu.michael-simons.neo4j</groupId>
|
214 | 255 | <artifactId>junit-jupiter-causal-cluster-testcontainer-extension</artifactId>
|
|
251 | 292 | <dependency>
|
252 | 293 | <groupId>jakarta.transaction</groupId>
|
253 | 294 | <artifactId>jakarta.transaction-api</artifactId>
|
254 |
| - <version>2.0.0</version> |
| 295 | + <version>${jakarta.transaction-api.version}</version> |
255 | 296 | </dependency>
|
256 | 297 | <dependency>
|
257 |
| - <groupId>org.apiguardian</groupId> |
258 |
| - <artifactId>apiguardian-api</artifactId> |
| 298 | + <groupId>org.apache.openwebbeans</groupId> |
| 299 | + <artifactId>openwebbeans-impl</artifactId> |
| 300 | + <version>${webbeans}</version> |
| 301 | + <classifier>jakarta</classifier> |
| 302 | + <scope>test</scope> |
259 | 303 | </dependency>
|
260 | 304 | <dependency>
|
261 | 305 | <groupId>org.apache.openwebbeans</groupId>
|
262 | 306 | <artifactId>openwebbeans-se</artifactId>
|
263 |
| - <classifier>jakarta</classifier> |
264 | 307 | <version>${webbeans}</version>
|
| 308 | + <classifier>jakarta</classifier> |
265 | 309 | <scope>test</scope>
|
266 | 310 | </dependency>
|
267 | 311 | <dependency>
|
268 | 312 | <groupId>org.apache.openwebbeans</groupId>
|
269 | 313 | <artifactId>openwebbeans-spi</artifactId>
|
270 |
| - <classifier>jakarta</classifier> |
271 | 314 | <version>${webbeans}</version>
|
| 315 | + <classifier>jakarta</classifier> |
272 | 316 | <scope>test</scope>
|
273 | 317 | </dependency>
|
274 | 318 | <dependency>
|
275 |
| - <groupId>org.apache.openwebbeans</groupId> |
276 |
| - <artifactId>openwebbeans-impl</artifactId> |
277 |
| - <classifier>jakarta</classifier> |
278 |
| - <version>${webbeans}</version> |
279 |
| - <scope>test</scope> |
| 319 | + <groupId>org.apiguardian</groupId> |
| 320 | + <artifactId>apiguardian-api</artifactId> |
280 | 321 | </dependency>
|
281 | 322 | <dependency>
|
282 | 323 | <groupId>org.jetbrains.kotlin</groupId>
|
|
286 | 327 | <dependency>
|
287 | 328 | <groupId>org.jetbrains.kotlin</groupId>
|
288 | 329 | <artifactId>kotlin-stdlib</artifactId>
|
289 |
| - <optional>true</optional> |
290 | 330 | <exclusions>
|
291 | 331 | <exclusion>
|
292 |
| - <groupId>org.jetbrains</groupId> |
293 | 332 | <artifactId>annotations</artifactId>
|
| 333 | + <groupId>org.jetbrains</groupId> |
294 | 334 | </exclusion>
|
295 | 335 | </exclusions>
|
| 336 | + <optional>true</optional> |
296 | 337 | </dependency>
|
297 | 338 | <dependency>
|
298 | 339 | <groupId>org.jetbrains.kotlin</groupId>
|
|
354 | 395 | </exclusion>
|
355 | 396 | </exclusions>
|
356 | 397 | </dependency>
|
| 398 | + <dependency> |
| 399 | + <groupId>org.testcontainers</groupId> |
| 400 | + <artifactId>neo4j</artifactId> |
| 401 | + <scope>test</scope> |
| 402 | + </dependency> |
357 | 403 | <dependency>
|
358 | 404 | <groupId>org.testcontainers</groupId>
|
359 | 405 | <artifactId>testcontainers</artifactId>
|
360 | 406 | <scope>test</scope>
|
361 | 407 | <!-- Exclusion because there is a Spring Data parent dependency to a newer JUnit version -->
|
362 | 408 | <exclusions>
|
363 | 409 | <exclusion>
|
364 |
| - <groupId>junit</groupId> |
365 | 410 | <artifactId>junit</artifactId>
|
| 411 | + <groupId>junit</groupId> |
| 412 | + </exclusion> |
| 413 | + <exclusion> |
| 414 | + <artifactId>annotations</artifactId> |
| 415 | + <groupId>org.jetbrains</groupId> |
| 416 | + </exclusion> |
| 417 | + <exclusion> |
| 418 | + <artifactId>lombok</artifactId> |
| 419 | + <groupId>org.projectlombok</groupId> |
366 | 420 | </exclusion>
|
367 | 421 | </exclusions>
|
368 | 422 | </dependency>
|
369 |
| - <dependency> |
370 |
| - <groupId>org.testcontainers</groupId> |
371 |
| - <artifactId>neo4j</artifactId> |
372 |
| - <scope>test</scope> |
373 |
| - </dependency> |
374 |
| - <dependency> |
375 |
| - <groupId>com.querydsl</groupId> |
376 |
| - <artifactId>querydsl-core</artifactId> |
377 |
| - <version>${querydsl}</version> |
378 |
| - <scope>provided</scope> |
379 |
| - </dependency> |
380 | 423 | </dependencies>
|
381 | 424 |
|
382 | 425 | <repositories>
|
|
575 | 618 | </goals>
|
576 | 619 | <configuration>
|
577 | 620 | <rules>
|
| 621 | + <DependencyConvergence /> |
578 | 622 | <requireMavenVersion>
|
579 | 623 | <version>3.8.3</version>
|
580 | 624 | </requireMavenVersion>
|
|
0 commit comments