Skip to content

Commit 1440d5d

Browse files
committed
Remove spring-batch-infrastructure dependency from Neo4j module
That is included transitively by `spring-batch-core`.
1 parent c6a7b53 commit 1440d5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-batch-neo4j/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
<groupId>org.springframework.batch</groupId>
6565
<artifactId>spring-batch-core</artifactId>
6666
</dependency>
67-
<dependency>
68-
<groupId>org.springframework.batch</groupId>
69-
<artifactId>spring-batch-infrastructure</artifactId>
70-
</dependency>
7167
<dependency>
7268
<groupId>org.springframework.data</groupId>
7369
<artifactId>spring-data-neo4j</artifactId>

0 commit comments

Comments
 (0)