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/11/10 15:38:24 UTC

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

Author: norman
Date: Wed Nov 10 14:38:24 2010
New Revision: 1033494

URL: http://svn.apache.org/viewvc?rev=1033494&view=rev
Log:
Exclude not needed dependencies.. thanks Stefano for pointing out :)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1033494&r1=1033493&r2=1033494&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Nov 10 14:38:24 2010
@@ -1113,13 +1113,18 @@
           <groupId>org.springframework.osgi</groupId>
           <artifactId>spring-osgi-core</artifactId>
         </exclusion>
+        <!-- exlude this, its only used in the authentication plugin which we don't use -->
+        <exclusion>
+          <groupId>com.ibm.icu</groupId>
+          <artifactId>icu4j</artifactId>
+        </exclusion>
+        <!-- eclude this, we don't use osgi yet -->
+        <exclusion>
+          <groupId>org.osgi</groupId>
+          <artifactId>org.osgi.core</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-pool</artifactId>
-      <version>${activemq.version}</version>
-    </dependency>
     
     <dependency>
       <groupId>org.apache.xbean</groupId>



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