|
1 |
| -<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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 |
| - <modelVersion>4.0.0</modelVersion> |
3 |
| - |
4 |
| - <parent> |
5 |
| - <groupId>org.springframework.modulith</groupId> |
6 |
| - <artifactId>spring-modulith-events</artifactId> |
7 |
| - <version>1.1.0-SNAPSHOT</version> |
8 |
| - <relativePath>../pom.xml</relativePath> |
9 |
| - </parent> |
10 |
| - |
11 |
| - <name>Spring Modulith - Events - Neo4j-based repository</name> |
12 |
| - <artifactId>spring-modulith-events-neo4j</artifactId> |
13 |
| - |
14 |
| - <properties> |
15 |
| - <module.name>org.springframework.modulith.events.neo4j</module.name> |
16 |
| - </properties> |
17 |
| - |
18 |
| - <dependencies> |
19 |
| - |
20 |
| - <dependency> |
21 |
| - <groupId>${project.groupId}</groupId> |
22 |
| - <artifactId>spring-modulith-events-core</artifactId> |
23 |
| - <version>${project.version}</version> |
24 |
| - </dependency> |
25 |
| - |
26 |
| - <dependency> |
27 |
| - <groupId>org.springframework.data</groupId> |
28 |
| - <artifactId>spring-data-neo4j</artifactId> |
29 |
| - </dependency> |
30 |
| - |
31 |
| - <dependency> |
32 |
| - <groupId>org.springframework.boot</groupId> |
33 |
| - <artifactId>spring-boot-starter-test</artifactId> |
34 |
| - <scope>test</scope> |
35 |
| - </dependency> |
36 |
| - |
37 |
| - <dependency> |
38 |
| - <groupId>org.springframework.boot</groupId> |
39 |
| - <artifactId>spring-boot-starter-data-neo4j</artifactId> |
40 |
| - <scope>test</scope> |
41 |
| - </dependency> |
42 |
| - |
43 |
| - <dependency> |
44 |
| - <groupId>org.testcontainers</groupId> |
45 |
| - <artifactId>neo4j</artifactId> |
46 |
| - <version>1.19.0</version> |
47 |
| - <scope>test</scope> |
48 |
| - </dependency> |
49 |
| - |
50 |
| - <dependency> |
51 |
| - <groupId>org.testcontainers</groupId> |
52 |
| - <artifactId>junit-jupiter</artifactId> |
53 |
| - <version>1.19.0</version> |
54 |
| - <scope>test</scope> |
55 |
| - </dependency> |
56 |
| - |
57 |
| - </dependencies> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + |
| 6 | + <parent> |
| 7 | + <groupId>org.springframework.modulith</groupId> |
| 8 | + <artifactId>spring-modulith-events</artifactId> |
| 9 | + <version>1.1.0-SNAPSHOT</version> |
| 10 | + <relativePath>../pom.xml</relativePath> |
| 11 | + </parent> |
| 12 | + |
| 13 | + <name>Spring Modulith - Events - Neo4j-based repository</name> |
| 14 | + <artifactId>spring-modulith-events-neo4j</artifactId> |
| 15 | + |
| 16 | + <properties> |
| 17 | + <module.name>org.springframework.modulith.events.neo4j</module.name> |
| 18 | + </properties> |
| 19 | + |
| 20 | + <dependencies> |
| 21 | + |
| 22 | + <dependency> |
| 23 | + <groupId>${project.groupId}</groupId> |
| 24 | + <artifactId>spring-modulith-events-core</artifactId> |
| 25 | + <version>${project.version}</version> |
| 26 | + </dependency> |
| 27 | + |
| 28 | + <dependency> |
| 29 | + <groupId>org.springframework.data</groupId> |
| 30 | + <artifactId>spring-data-neo4j</artifactId> |
| 31 | + </dependency> |
| 32 | + |
| 33 | + <dependency> |
| 34 | + <groupId>org.springframework.boot</groupId> |
| 35 | + <artifactId>spring-boot-starter-test</artifactId> |
| 36 | + <scope>test</scope> |
| 37 | + </dependency> |
| 38 | + |
| 39 | + <dependency> |
| 40 | + <groupId>org.springframework.boot</groupId> |
| 41 | + <artifactId>spring-boot-starter-data-neo4j</artifactId> |
| 42 | + <scope>test</scope> |
| 43 | + </dependency> |
| 44 | + |
| 45 | + <dependency> |
| 46 | + <groupId>org.testcontainers</groupId> |
| 47 | + <artifactId>neo4j</artifactId> |
| 48 | + <scope>test</scope> |
| 49 | + </dependency> |
| 50 | + |
| 51 | + <dependency> |
| 52 | + <groupId>org.testcontainers</groupId> |
| 53 | + <artifactId>junit-jupiter</artifactId> |
| 54 | + <scope>test</scope> |
| 55 | + </dependency> |
| 56 | + |
| 57 | + </dependencies> |
58 | 58 | </project>
|
0 commit comments