File tree Expand file tree Collapse file tree 7 files changed +32
-17
lines changed
src/main/java/org/javaee7/batch/util
src/test/java/org/javaee7/batch/batchlet/simple
src/test/java/org/javaee7/batch/chunk/simple Expand file tree Collapse file tree 7 files changed +32
-17
lines changed Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6+
67 <parent >
7- <artifactId > javaee7-samples</ artifactId >
8- <groupId >org.javaee7</ groupId >
8+ <groupId >org. javaee7.batch</ groupId >
9+ <artifactId >batch-samples</ artifactId >
910 <version >1.0-SNAPSHOT</version >
1011 <relativePath >../pom.xml</relativePath >
1112 </parent >
1213
13- <artifactId >batch-test </artifactId >
14+ <artifactId >batch-util </artifactId >
1415 <version >1.0-SNAPSHOT</version >
1516
1617</project >
Original file line number Diff line number Diff line change 1- package org .javaee7 .batch .test ;
1+ package org .javaee7 .batch .util ;
22
33import javax .batch .runtime .BatchStatus ;
44import javax .batch .runtime .JobExecution ;
Original file line number Diff line number Diff line change 99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
12- <groupId >org.javaee7.batch</groupId >
1312 <artifactId >batchlet-simple</artifactId >
1413 <version >1.0-SNAPSHOT</version >
1514 <packaging >war</packaging >
15+
16+ <dependencies >
17+ <dependency >
18+ <groupId >org.javaee7.batch</groupId >
19+ <artifactId >batch-util</artifactId >
20+ </dependency >
21+ </dependencies >
1622</project >
1723
Original file line number Diff line number Diff line change 11package org .javaee7 .batch .batchlet .simple ;
22
3- import org .javaee7 .batch .test .BatchTestHelper ;
3+ import org .javaee7 .batch .util .BatchTestHelper ;
44import org .jboss .arquillian .container .test .api .Deployment ;
55import org .jboss .arquillian .junit .Arquillian ;
66import org .jboss .shrinkwrap .api .ArchivePaths ;
Original file line number Diff line number Diff line change 99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
12- <groupId >org.javaee7.batch</groupId >
1312 <artifactId >chunk-simple</artifactId >
1413 <version >1.0-SNAPSHOT</version >
1514 <packaging >war</packaging >
1817 <properties >
1918 <netbeans .hint.deploy.server>gfv3ee6</netbeans .hint.deploy.server>
2019 </properties >
20+
21+ <dependencies >
22+ <dependency >
23+ <groupId >org.javaee7.batch</groupId >
24+ <artifactId >batch-util</artifactId >
25+ </dependency >
26+ </dependencies >
2127</project >
Original file line number Diff line number Diff line change 11package org .javaee7 .batch .chunk .simple ;
22
3- import org .javaee7 .batch .test .BatchTestHelper ;
3+ import org .javaee7 .batch .util .BatchTestHelper ;
44import org .jboss .arquillian .container .test .api .Deployment ;
55import org .jboss .arquillian .junit .Arquillian ;
66import org .jboss .shrinkwrap .api .ArchivePaths ;
Original file line number Diff line number Diff line change 1616 <name >Java EE 7 Batch Samples</name >
1717
1818 <modules >
19- <module >batch-test </module >
19+ <module >batch-util </module >
2020 <module >batchlet-simple</module >
2121 <module >chunk-checkpoint</module >
2222 <module >chunk-csv-database</module >
3333 <module >chunk-simple-nobeans</module >
3434 </modules >
3535
36- <dependencies >
37- <dependency >
38- <groupId >org.javaee7</groupId >
39- <artifactId >batch-test</artifactId >
40- <version >1.0-SNAPSHOT</version >
41- <scope >test</scope >
42- </dependency >
43- </dependencies >
36+ <dependencyManagement >
37+ <dependencies >
38+ <dependency >
39+ <groupId >org.javaee7.batch</groupId >
40+ <artifactId >batch-util</artifactId >
41+ <version >1.0-SNAPSHOT</version >
42+ <scope >test</scope >
43+ </dependency >
44+ </dependencies >
45+ </dependencyManagement >
4446
4547</project >
You can’t perform that action at this time.
0 commit comments