Skip to content

Commit 8d80dbd

Browse files
committed
Added dependencies for TomEE embedded: Batch.
1 parent 4bfc50a commit 8d80dbd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pom.xml

+10-2
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,16 @@
801801
<artifactId>tomee-jaxrs</artifactId>
802802
<version>2.0.0-SNAPSHOT</version>
803803
</dependency>
804-
805-
804+
<dependency>
805+
<groupId>org.apache.batchee</groupId>
806+
<artifactId>batchee-jbatch</artifactId>
807+
<version>0.2-incubating</version>
808+
</dependency>
809+
<dependency>
810+
<groupId>org.apache.johnzon</groupId>
811+
<artifactId>johnzon-core</artifactId>
812+
<version>0.1-incubating</version>
813+
</dependency>
806814
<dependency>
807815
<groupId>org.apache.tomcat</groupId>
808816
<artifactId>tomcat-el-api</artifactId>

0 commit comments

Comments
 (0)