BATCHEE-89 use geronimo spec api for jta

We don't need the whole geronimo transaction implementation but just the API.
diff --git a/extensions/extras/pom.xml b/extensions/extras/pom.xml
index a77aa50..5f95ec1 100644
--- a/extensions/extras/pom.xml
+++ b/extensions/extras/pom.xml
@@ -33,8 +33,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.components</groupId>
-            <artifactId>geronimo-transaction</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index 39e13fd..4a5763d 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -55,8 +55,8 @@
       <artifactId>geronimo-interceptor_1.1_spec</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.components</groupId>
-      <artifactId>geronimo-transaction</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
@@ -290,7 +290,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>templating-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
+        <version>1.0.0</version>
         <executions>
           <execution>
             <id>filter-src</id>
diff --git a/pom.xml b/pom.xml
index 0d22bc2..a3b0f99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,9 +152,9 @@
                 <scope>provided</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.geronimo.components</groupId>
-                <artifactId>geronimo-transaction</artifactId>
-                <version>3.1.3</version>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jta_1.1_spec</artifactId>
+                <version>1.1.1</version>
                 <scope>provided</scope>
             </dependency>
 
diff --git a/tools/ee6/pom.xml b/tools/ee6/pom.xml
index 5528e0e..f9e9e73 100644
--- a/tools/ee6/pom.xml
+++ b/tools/ee6/pom.xml
@@ -50,8 +50,8 @@
             <artifactId>geronimo-interceptor_1.1_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.components</groupId>
-            <artifactId>geronimo-transaction</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
 
         <dependency>