Author: norman
Date: Sun Jul  3 17:36:14 2011
New Revision: 1142467

URL: http://svn.apache.org/viewvc?rev=1142467&view=rev
Log:
Respect the new lifecycle-spring artifact

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1142467&r1=1142466&r2=1142467&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Sun Jul  3 17:36:14 2011
@@ -465,7 +465,21 @@ END Tanuki Software License ============
         </exclusion>
       </exclusions>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-lifecycle-spring</artifactId>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework.osgi</groupId>
+          <artifactId>spring-osgi-extender</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.osgi</groupId>
+          <artifactId>org.osgi.core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
     <!-- Runtime dependencies which will get included in the generated binary 
distribution -->
     <dependency>
       <groupId>org.apache.james</groupId>



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

Reply via email to