File tree 8 files changed +14
-13
lines changed
src/test/java/org/javaee7/batch/batchlet/simple
src/test/java/org/javaee7/batch/chunk/simple
src/main/java/org/javaee7/util
8 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<dependencies >
17
17
<dependency >
18
- <groupId >org.javaee7.batch </groupId >
19
- <artifactId >batch- util</artifactId >
18
+ <groupId >org.javaee7</groupId >
19
+ <artifactId >util-samples </artifactId >
20
20
</dependency >
21
21
</dependencies >
22
22
</project >
Original file line number Diff line number Diff line change 1
1
package org .javaee7 .batch .batchlet .simple ;
2
2
3
- import org .javaee7 .batch . util .BatchTestHelper ;
3
+ import org .javaee7 .util .BatchTestHelper ;
4
4
import org .jboss .arquillian .container .test .api .Deployment ;
5
5
import org .jboss .arquillian .junit .Arquillian ;
6
6
import org .jboss .shrinkwrap .api .ArchivePaths ;
Original file line number Diff line number Diff line change 20
20
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >org.javaee7.batch </groupId >
24
- <artifactId >batch- util</artifactId >
23
+ <groupId >org.javaee7</groupId >
24
+ <artifactId >util-samples </artifactId >
25
25
</dependency >
26
26
</dependencies >
27
27
</project >
Original file line number Diff line number Diff line change 1
1
package org .javaee7 .batch .chunk .simple ;
2
2
3
- import org .javaee7 .batch . util .BatchTestHelper ;
3
+ import org .javaee7 .util .BatchTestHelper ;
4
4
import org .jboss .arquillian .container .test .api .Deployment ;
5
5
import org .jboss .arquillian .junit .Arquillian ;
6
6
import org .jboss .shrinkwrap .api .ArchivePaths ;
Original file line number Diff line number Diff line change 16
16
<name >Java EE 7 Batch Samples</name >
17
17
18
18
<modules >
19
- <module >batch-util</module >
19
+ <!-- < module>batch-util</module> -- >
20
20
<module >batchlet-simple</module >
21
21
<module >chunk-checkpoint</module >
22
22
<module >chunk-csv-database</module >
36
36
<dependencyManagement >
37
37
<dependencies >
38
38
<dependency >
39
- <groupId >org.javaee7.batch </groupId >
40
- <artifactId >batch- util</artifactId >
39
+ <groupId >org.javaee7</groupId >
40
+ <artifactId >util-samples </artifactId >
41
41
<version >1.0-SNAPSHOT</version >
42
42
<scope >test</scope >
43
43
</dependency >
Original file line number Diff line number Diff line change 396
396
<module >validation</module >
397
397
<module >websocket</module >
398
398
<!-- module>extra</module -->
399
+ <module >util</module >
399
400
</modules >
400
401
401
402
<prerequisites >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >org.javaee7.batch </groupId >
9
- <artifactId >batch -samples</artifactId >
8
+ <groupId >org.javaee7</groupId >
9
+ <artifactId >javaee7 -samples</artifactId >
10
10
<version >1.0-SNAPSHOT</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
- <artifactId >batch- util</artifactId >
14
+ <artifactId >util-samples </artifactId >
15
15
<version >1.0-SNAPSHOT</version >
16
16
17
17
</project >
Original file line number Diff line number Diff line change 1
- package org .javaee7 .batch . util ;
1
+ package org .javaee7 .util ;
2
2
3
3
import javax .batch .runtime .BatchStatus ;
4
4
import javax .batch .runtime .JobExecution ;
You can’t perform that action at this time.
0 commit comments