You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by co...@apache.org on 2010/09/20 03:43:07 UTC

svn commit: r998758 - /openwebbeans/trunk/webbeans-ejb/pom.xml

Author: covener
Date: Mon Sep 20 01:43:07 2010
New Revision: 998758

URL: http://svn.apache.org/viewvc?rev=998758&view=rev
Log:
add ejb3 spec to openwebbeans-ejb-common


Modified:
    openwebbeans/trunk/webbeans-ejb/pom.xml

Modified: openwebbeans/trunk/webbeans-ejb/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-ejb/pom.xml?rev=998758&r1=998757&r2=998758&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-ejb/pom.xml (original)
+++ openwebbeans/trunk/webbeans-ejb/pom.xml Mon Sep 20 01:43:07 2010
@@ -63,6 +63,12 @@
 	  <artifactId>junit</artifactId>
 	</dependency>
 		
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_3.0_spec</artifactId>
+            <version>1.0.1</version>
+        </dependency>
+
 	</dependencies>
 	
 </project>