You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/10/28 10:32:54 UTC

svn commit: r1028217 - /james/server/trunk/pom.xml

Author: norman
Date: Thu Oct 28 08:32:54 2010
New Revision: 1028217

URL: http://svn.apache.org/viewvc?rev=1028217&view=rev
Log:
Exclude spring-osgi-* artifacts (JAMES-1092)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1028217&r1=1028216&r2=1028217&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Thu Oct 28 08:32:54 2010
@@ -1086,6 +1086,12 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-core</artifactId>
       <version>${activemq.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework.osgi</groupId>
+          <artifactId>spring-osgi-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org