Author: norman
Date: Sat Jul 2 21:14:10 2011
New Revision: 1142306
URL: http://svn.apache.org/viewvc?rev=1142306&view=rev
Log:
exclude osgi stuff
Modified:
james/app/trunk/pom.xml
Modified: james/app/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1142306&r1=1142305&r2=1142306&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Sat Jul 2 21:14:10 2011
@@ -454,6 +454,16 @@ END Tanuki Software License ============
<groupId>org.apache.james</groupId>
<artifactId>james-server-container-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 -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]