Skip to content

Commit 5a682da

Browse files
committed
Removing some redundant elements
1 parent a969cbf commit 5a682da

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

batch/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111

1212
<groupId>org.javaee7.batch</groupId>
1313
<artifactId>batch-samples</artifactId>
14-
<version>1.0-SNAPSHOT</version>
1514
<packaging>pom</packaging>
1615
<name>Java EE 7 Batch Samples</name>
1716

1817
<modules>
19-
<!--<module>batch-util</module>-->
2018
<module>batchlet-simple</module>
2119
<module>chunk-checkpoint</module>
2220
<module>chunk-csv-database</module>
@@ -32,16 +30,4 @@
3230
<module>split</module>
3331
<module>chunk-simple-nobeans</module>
3432
</modules>
35-
36-
<dependencyManagement>
37-
<dependencies>
38-
<dependency>
39-
<groupId>org.javaee7</groupId>
40-
<artifactId>util-samples</artifactId>
41-
<version>1.0-SNAPSHOT</version>
42-
<scope>test</scope>
43-
</dependency>
44-
</dependencies>
45-
</dependencyManagement>
46-
4733
</project>

0 commit comments

Comments
 (0)