|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | | Copyright 2011-2022 the original author or authors. |
4 | 4 | | |
|
13 | 13 | | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | 14 | | See the License for the specific language governing permissions and |
15 | 15 | | limitations under the License. |
16 | | ---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 16 | +--> |
| 17 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
17 | 18 | <modelVersion>4.0.0</modelVersion> |
18 | 19 |
|
19 | 20 | <parent> |
|
76 | 77 | <cdi>3.0.1</cdi> |
77 | 78 | <checkstyle.skip>${skipTests}</checkstyle.skip> |
78 | 79 | <checkstyle.version>8.40</checkstyle.version> |
| 80 | + <classgraph.version>4.8.149</classgraph.version> |
79 | 81 | <cypher-dsl.version>2022.6.0</cypher-dsl.version> |
80 | 82 | <dist.id>spring-data-neo4j</dist.id> |
81 | 83 | <dist.key>SDNEO4J</dist.key> |
|
101 | 103 | <mockito>${mockito.version}</mockito> |
102 | 104 | <mockito.version>4.4.0</mockito.version> |
103 | 105 | <neo4j-java-driver.version>5.1.0</neo4j-java-driver.version> |
104 | | - <neo4j-migrations.version>1.8.1</neo4j-migrations.version> |
| 106 | + <neo4j-migrations.version>1.13.1</neo4j-migrations.version> |
105 | 107 | <neo4j.version>4.4.8</neo4j.version> |
106 | 108 | <objenesis.version>3.0.1</objenesis.version> |
107 | 109 | <project.build.docs>${project.build.directory}/docs</project.build.docs> |
|
124 | 126 | <artifactId>jsr305</artifactId> |
125 | 127 | <version>3.0.2</version> |
126 | 128 | </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>com.tngtech.archunit</groupId> |
| 131 | + <artifactId>archunit</artifactId> |
| 132 | + <version>${archunit.version}</version> |
| 133 | + </dependency> |
127 | 134 | <dependency> |
128 | 135 | <groupId>eu.michael-simons.neo4j</groupId> |
129 | 136 | <artifactId>junit-jupiter-causal-cluster-testcontainer-extension</artifactId> |
130 | 137 | <version>${junit-cc-testcontainer}</version> |
131 | 138 | <scope>test</scope> |
132 | 139 | </dependency> |
| 140 | + <dependency> |
| 141 | + <groupId>io.github.classgraph</groupId> |
| 142 | + <artifactId>classgraph</artifactId> |
| 143 | + <version>${classgraph.version}</version> |
| 144 | + </dependency> |
133 | 145 | <dependency> |
134 | 146 | <groupId>io.r2dbc</groupId> |
135 | 147 | <artifactId>r2dbc-bom</artifactId> |
|
226 | 238 | <type>pom</type> |
227 | 239 | <scope>import</scope> |
228 | 240 | </dependency> |
229 | | - <dependency> |
230 | | - <groupId>com.tngtech.archunit</groupId> |
231 | | - <artifactId>archunit</artifactId> |
232 | | - <version>${archunit.version}</version> |
233 | | - </dependency> |
234 | 241 | </dependencies> |
235 | 242 | </dependencyManagement> |
236 | 243 |
|
|
262 | 269 | </exclusion> |
263 | 270 | </exclusions> |
264 | 271 | </dependency> |
| 272 | + <dependency> |
| 273 | + <groupId>com.tngtech.archunit</groupId> |
| 274 | + <artifactId>archunit</artifactId> |
| 275 | + <scope>test</scope> |
| 276 | + </dependency> |
265 | 277 | <dependency> |
266 | 278 | <groupId>eu.michael-simons.neo4j</groupId> |
267 | 279 | <artifactId>junit-jupiter-causal-cluster-testcontainer-extension</artifactId> |
|
438 | 450 | </exclusion> |
439 | 451 | </exclusions> |
440 | 452 | </dependency> |
441 | | - <dependency> |
442 | | - <groupId>com.tngtech.archunit</groupId> |
443 | | - <artifactId>archunit</artifactId> |
444 | | - <scope>test</scope> |
445 | | - </dependency> |
446 | 453 | </dependencies> |
447 | 454 |
|
448 | 455 | <repositories> |
|
620 | 627 | </goals> |
621 | 628 | <configuration> |
622 | 629 | <rules> |
| 630 | + <DependencyConvergence /> |
623 | 631 | <requireMavenVersion> |
624 | 632 | <version>3.8.3</version> |
625 | 633 | </requireMavenVersion> |
|
0 commit comments