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/03/02 21:17:54 UTC

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

Author: norman
Date: Tue Mar  2 20:17:54 2010
New Revision: 918170

URL: http://svn.apache.org/viewvc?rev=918170&view=rev
Log:
remove osgi dependencies because we don't use it atm

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=918170&r1=918169&r2=918170&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Mar  2 20:17:54 2010
@@ -741,57 +741,6 @@
       <version>2.0</version>
     </dependency>
     
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <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>
-      <exclusions>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.core</artifactId>
-      	</exclusion>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.beans</artifactId>
-      	</exclusion>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.context</artifactId>
-      	</exclusion>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.aop</artifactId>
-      	</exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.osgi</groupId>
-      <artifactId>spring-osgi-extender</artifactId>
-      <version>1.2.1</version>
-      <exclusions>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.core</artifactId>
-      	</exclusion>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.beans</artifactId>
-      	</exclusion>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.context</artifactId>
-      	</exclusion>
-      	<exclusion>
-      	  <groupId>org.springframework</groupId>
-      	  <artifactId>org.springframework.aop</artifactId>
-      	</exclusion>
-      </exclusions>
-    </dependency>  
     
     <dependency>
       <groupId>commons-dbcp</groupId>



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