You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2016/06/13 09:27:49 UTC

svn commit: r1748153 [2/2] - in /aries/trunk/jpa: ./ examples/ examples/tasklist-cdi/ examples/tasklist-cdi/src/ examples/tasklist-cdi/src/main/ examples/tasklist-cdi/src/main/java/ examples/tasklist-cdi/src/main/java/org/ examples/tasklist-cdi/src/mai...

Modified: aries/trunk/jpa/jpa-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-parent/pom.xml?rev=1748153&r1=1748152&r2=1748153&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-parent/pom.xml (original)
+++ aries/trunk/jpa/jpa-parent/pom.xml Mon Jun 13 09:27:47 2016
@@ -95,6 +95,31 @@
                 <artifactId>geronimo-jta_1.1_spec</artifactId>
                 <version>1.1.1</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jta_1.2_spec</artifactId>
+                <version>1.0-alpha-1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jcdi_1.1_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-atinject_1.0_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-interceptor_1.2_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-annotation_1.2_spec</artifactId>
+                <version>1.0</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.osgi</groupId>

Modified: aries/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/pom.xml?rev=1748153&r1=1748152&r2=1748153&view=diff
==============================================================================
--- aries/trunk/jpa/pom.xml (original)
+++ aries/trunk/jpa/pom.xml Mon Jun 13 09:27:47 2016
@@ -48,6 +48,7 @@
         <module>jpa-container</module>
         <module>jpa-support</module>
         <module>jpa-blueprint</module>
+        <module>jpa-cdi</module>
         <module>jpa-container-eclipselink-adapter</module>
         <module>jpa-repository</module>
         <module>examples</module>