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 2011/03/07 23:19:10 UTC

svn commit: r1078982 - in /portals/jetspeed-2/portal/trunk: components/jetspeed-page-manager/pom.xml pom.xml

Author: ate
Date: Mon Mar  7 22:19:10 2011
New Revision: 1078982

URL: http://svn.apache.org/viewvc?rev=1078982&view=rev
Log:
JS2-1245: Update some external artifact dependencies to more recent and general available versions
See: https://issues.apache.org/jira/browse/JS2-1245
- update castor:castor:jar:1.1.1-xml to org.codehaus.castor:castor:jar:1.1.1
  castor-1.1.1-xml.jar was a subset package of castor-1.1.1 with only the xml handler.
  That subset jar (for that version) is not available from maven central but the full 1.1.1 package is.

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

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml?rev=1078982&r1=1078981&r2=1078982&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-page-manager/pom.xml Mon Mar  7 22:19:10 2011
@@ -65,7 +65,7 @@
       <artifactId>jetspeed-security</artifactId>
     </dependency>
     <dependency>
-      <groupId>castor</groupId>
+      <groupId>org.codehaus.castor</groupId>
       <artifactId>castor</artifactId>
     </dependency>
     <dependency>

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=1078982&r1=1078981&r2=1078982&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Mon Mar  7 22:19:10 2011
@@ -233,7 +233,7 @@
 
     <!-- Project Dependency Version Properties -->
     <aopalliance.version>1.0</aopalliance.version>
-    <castor.version>1.1.1-xml</castor.version>
+    <castor.version>1.1.1</castor.version>
     <cglib.version>2.1_3</cglib.version>
     <commons-beanutils.version>1.8.0</commons-beanutils.version>
     <commons-betwixt.version>0.8</commons-betwixt.version>
@@ -1171,9 +1171,44 @@
 
       <!-- XML -->
       <dependency>
-        <groupId>castor</groupId>
+        <groupId>org.codehaus.castor</groupId>
         <artifactId>castor</artifactId>
         <version>${castor.version}</version>
+        <exclusions>
+          <!-- we only use/need the XML handling: excluding all other, non-test, dependencies -->
+          <exclusion>
+            <groupId>cglib</groupId>
+            <artifactId>cglib-full</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jakarta-regexp</groupId>
+            <artifactId>jakarta-regexp</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>ldapsdk</groupId>
+            <artifactId>ldapsdk</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xerces</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>xml-apis</groupId>



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