We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a969cbf commit 5a682daCopy full SHA for 5a682da
1 file changed
batch/pom.xml
@@ -11,12 +11,10 @@
11
12
<groupId>org.javaee7.batch</groupId>
13
<artifactId>batch-samples</artifactId>
14
- <version>1.0-SNAPSHOT</version>
15
<packaging>pom</packaging>
16
<name>Java EE 7 Batch Samples</name>
17
18
<modules>
19
- <!--<module>batch-util</module>-->
20
<module>batchlet-simple</module>
21
<module>chunk-checkpoint</module>
22
<module>chunk-csv-database</module>
@@ -32,16 +30,4 @@
32
30
<module>split</module>
33
31
<module>chunk-simple-nobeans</module>
34
</modules>
35
-
36
- <dependencyManagement>
37
- <dependencies>
38
- <dependency>
39
- <groupId>org.javaee7</groupId>
40
- <artifactId>util-samples</artifactId>
41
42
- <scope>test</scope>
43
- </dependency>
44
- </dependencies>
45
- </dependencyManagement>
46
47
</project>
0 commit comments