You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2010/01/04 13:18:22 UTC

svn commit: r895612 - /incubator/aries/trunk/jpa/pom.xml

Author: timothyjward
Date: Mon Jan  4 12:18:22 2010
New Revision: 895612

URL: http://svn.apache.org/viewvc?rev=895612&view=rev
Log:
ARIES-79: Add basic extender code to locate persistence descriptors

Modified:
    incubator/aries/trunk/jpa/pom.xml

Modified: incubator/aries/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/pom.xml?rev=895612&r1=895611&r2=895612&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/pom.xml (original)
+++ incubator/aries/trunk/jpa/pom.xml Mon Jan  4 12:18:22 2010
@@ -13,6 +13,20 @@
   <modules>
   	<!-- <module>jpa-container</module>  -->
   </modules>
-  
+  <dependencyManagement>
+    <dependencies>
+  	  <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>4.2.0</version>
+      </dependency>
+    
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.compendium</artifactId>
+        <version>4.2.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   
 </project>
\ No newline at end of file