You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2015/05/28 15:41:40 UTC

svn commit: r1682241 - /openwebbeans/trunk/distribution/pom.xml

Author: struberg
Date: Thu May 28 13:41:40 2015
New Revision: 1682241

URL: http://svn.apache.org/r1682241
Log:
OWB-1056 add missing dependencies


Modified:
    openwebbeans/trunk/distribution/pom.xml

Modified: openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/pom.xml?rev=1682241&r1=1682240&r2=1682241&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Thu May 28 13:41:40 2015
@@ -97,6 +97,8 @@
         into this 'distribution' module.
     -->
     <dependencies>
+
+        <!-- spec APIs -->
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
@@ -106,6 +108,30 @@
             <artifactId>geronimo-jcdi_1.1_spec</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-interceptor_1.2_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.2_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-el_2.2_spec</artifactId>
+        </dependency>
+
+        <!-- scanner and ASM-->
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-finder-shaded</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-asm5-shaded</artifactId>
+        </dependency>
+
+
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>openwebbeans-impl</artifactId>
             <version>${project.version}</version>