You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2009/03/15 02:37:39 UTC

svn commit: r754582 - /portals/jetspeed-2/portal/trunk/pom.xml

Author: ate
Date: Sun Mar 15 01:37:38 2009
New Revision: 754582

URL: http://svn.apache.org/viewvc?rev=754582&view=rev
Log:
Getting rid of jaxme-api (transitive) dependency which was pulled in by jdom (1.6.1, a version we not even actually use...!)
This resolves the Eclipse compile conflict with jaxb-api when using the m2eclipse plugin

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=754582&r1=754581&r2=754582&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Sun Mar 15 01:37:38 2009
@@ -837,6 +837,10 @@
             <artifactId>clover</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>jaxme</groupId>
+            <artifactId>jaxme-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>stax</groupId>
             <artifactId>stax-ri</artifactId>
           </exclusion>



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