TOMEE-4331 - BatchEE 2.0.0
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 0aa8412..ef5f508 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -642,8 +642,7 @@
     <dependency>
       <groupId>org.apache.batchee</groupId>
       <artifactId>batchee-jbatch</artifactId>
-      <version>1.0.4</version>
-      <classifier>jakarta</classifier>
+      <version>2.0.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index d649bda..1cc6f83 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -642,8 +642,7 @@
     <dependency>
       <groupId>org.apache.batchee</groupId>
       <artifactId>batchee-jbatch</artifactId>
-      <version>1.0.4</version>
-      <classifier>jakarta</classifier>
+      <version>2.0.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index c7e23ac..da324a1 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -706,15 +706,10 @@
       <artifactId>batchee-jbatch</artifactId>
       <version>${version.batchee}</version>
       <scope>provided</scope>
-      <classifier>jakarta</classifier>
       <exclusions>
         <exclusion>
-          <groupId>org.apache.batchee</groupId>
-          <artifactId>*</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.xml.bind</groupId>
-          <artifactId>jaxb-impl</artifactId>
+          <groupId>org.glassfish.jaxb</groupId>
+          <artifactId>jaxb-runtime</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
diff --git a/pom.xml b/pom.xml
index f303851..39c1e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,8 +213,7 @@
     <version.impl.saaj>2.0.1</version.impl.saaj>
     <!-- org.apache -->
     <version.activemq>6.1.2</version.activemq>
-    <!-- downgrade to avoid a henn egg issue with batchee -->
-    <version.batchee>1.0.4</version.batchee>
+    <version.batchee>2.0.0</version.batchee>
     <version.bval>3.0.0</version.bval>
     <version.cxf>4.1.0-SNAPSHOT</version.cxf>
     <version.geronimo.components>4.0.0</version.geronimo.components>
diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 46149cd..9bfc6df 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -349,15 +349,10 @@
       <artifactId>batchee-jbatch</artifactId>
       <version>${version.batchee}</version>
       <scope>runtime</scope>
-      <classifier>jakarta</classifier>
       <exclusions>
         <exclusion>
-          <groupId>org.apache.batchee</groupId>
-          <artifactId>*</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.xml.bind</groupId>
-          <artifactId>jaxb-impl</artifactId>
+          <groupId>org.glassfish.jaxb</groupId>
+          <artifactId>jaxb-runtime</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml
index 713d429..431dc8c 100644
--- a/tomee/tomee-plus-webapp/pom.xml
+++ b/tomee/tomee-plus-webapp/pom.xml
@@ -349,15 +349,10 @@
       <artifactId>batchee-jbatch</artifactId>
       <version>${version.batchee}</version>
       <scope>runtime</scope>
-      <classifier>jakarta</classifier>
       <exclusions>
         <exclusion>
-          <groupId>org.apache.batchee</groupId>
-          <artifactId>*</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.xml.bind</groupId>
-          <artifactId>jaxb-impl</artifactId>
+          <groupId>org.glassfish.jaxb</groupId>
+          <artifactId>jaxb-runtime</artifactId>
         </exclusion>
       </exclusions>
     </dependency>