Author: norman
Date: Sun Jan 31 19:37:01 2010
New Revision: 905108

URL: http://svn.apache.org/viewvc?rev=905108&view=rev
Log:
add dependencies for spring-osgi-* (JAMES-835)

Modified:
    james/server/trunk/osgi-deployment/pom.xml
    james/server/trunk/pom.xml

Modified: james/server/trunk/osgi-deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/osgi-deployment/pom.xml?rev=905108&r1=905107&r2=905108&view=diff
==============================================================================
--- james/server/trunk/osgi-deployment/pom.xml (original)
+++ james/server/trunk/osgi-deployment/pom.xml Sun Jan 31 19:37:01 2010
@@ -46,5 +46,13 @@
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi</artifactId>
     </dependency>
-    </dependencies>
+    <dependency>
+      <groupId>org.springframework.osgi</groupId>
+      <artifactId>spring-osgi-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.osgi</groupId>
+      <artifactId>spring-osgi-extender</artifactId>
+    </dependency>  
+  </dependencies>
 </project>

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=905108&r1=905107&r2=905108&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Jan 31 19:37:01 2010
@@ -103,7 +103,7 @@
       <url>http://download.java.net/maven/1/</url>
       <layout>legacy</layout>
     </repository>
-    
+
   </repositories>
   
   <build>
@@ -748,6 +748,16 @@
       <artifactId>org.osgi</artifactId>
       <version>3.0.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.osgi</groupId>
+      <artifactId>spring-osgi-core</artifactId>
+      <version>1.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.osgi</groupId>
+      <artifactId>spring-osgi-extender</artifactId>
+      <version>1.2.1</version>
+    </dependency>  
     
     <dependency>
       <groupId>commons-dbcp</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to