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/06/10 15:24:17 UTC

svn commit: r953319 - in /james/server/trunk: management/pom.xml pom.xml spring-deployment/pom.xml

Author: norman
Date: Thu Jun 10 13:24:16 2010
New Revision: 953319

URL: http://svn.apache.org/viewvc?rev=953319&view=rev
Log:
Fix startup problems when using jetty + java5 (JAMES-1017)

Modified:
    james/server/trunk/management/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/management/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/management/pom.xml?rev=953319&r1=953318&r2=953319&view=diff
==============================================================================
--- james/server/trunk/management/pom.xml (original)
+++ james/server/trunk/management/pom.xml Thu Jun 10 13:24:16 2010
@@ -74,9 +74,5 @@
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
     </dependency>
-    <dependency>
-      <groupId>mx4j</groupId>
-      <artifactId>mx4j-jmx</artifactId>
-  	</dependency>
   </dependencies>
 </project>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=953319&r1=953318&r2=953319&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Thu Jun 10 13:24:16 2010
@@ -820,12 +820,7 @@
       <artifactId>xstream</artifactId>
       <version>1.2.2</version>
     </dependency>
-    <dependency>
-      <groupId>mx4j</groupId>
-      <artifactId>mx4j-jmx</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-    
+
     <dependency>
       <groupId>org.apache.db.torque</groupId>
       <artifactId>runtime</artifactId>
@@ -1082,7 +1077,11 @@
       <artifactId>jsr250-api</artifactId>
       <version>1.0</version>
     </dependency>
-     
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>2.1</version>
+    </dependency>
     </dependencies>
   </dependencyManagement>
 

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=953319&r1=953318&r2=953319&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Thu Jun 10 13:24:16 2010
@@ -530,6 +530,11 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.james.protocols</groupId>
       <artifactId>protocols-api</artifactId>
     </dependency>



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