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 ta...@apache.org on 2007/05/23 01:47:33 UTC

svn commit: r540794 - in /portals/jetspeed-2/trunk: components/cm/pom.xml core-build.xml full-portal.xml pom.xml

Author: taylor
Date: Tue May 22 16:47:33 2007
New Revision: 540794

URL: http://svn.apache.org/viewvc?view=rev&rev=540794
Log:
https://issues.apache.org/jira/browse/JS2-709

forcing out Maven-2 build transitive dependencies that are not required
removing extra dependencies not required in Maven-1 build

Modified:
    portals/jetspeed-2/trunk/components/cm/pom.xml
    portals/jetspeed-2/trunk/core-build.xml
    portals/jetspeed-2/trunk/full-portal.xml
    portals/jetspeed-2/trunk/pom.xml

Modified: portals/jetspeed-2/trunk/components/cm/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/cm/pom.xml?view=diff&rev=540794&r1=540793&r2=540794
==============================================================================
--- portals/jetspeed-2/trunk/components/cm/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/cm/pom.xml Tue May 22 16:47:33 2007
@@ -93,8 +93,9 @@
         <dependency>
             <groupId>mockrunner</groupId>
             <artifactId>mockrunner</artifactId>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
+
         <!--
             Note: junit is normally required only for test, but 
             in this case, abstract test cases are included in the

Modified: portals/jetspeed-2/trunk/core-build.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/core-build.xml?view=diff&rev=540794&r1=540793&r2=540794
==============================================================================
--- portals/jetspeed-2/trunk/core-build.xml (original)
+++ portals/jetspeed-2/trunk/core-build.xml Tue May 22 16:47:33 2007
@@ -371,7 +371,7 @@
 	      <id>ant</id>
 	      <version>1.6.5</version>
 	      <properties>
-	         <war.bundle>true</war.bundle>
+	         <war.bundle>false</war.bundle>
 	      </properties>          
 	    </dependency>
     

Modified: portals/jetspeed-2/trunk/full-portal.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/full-portal.xml?view=diff&rev=540794&r1=540793&r2=540794
==============================================================================
--- portals/jetspeed-2/trunk/full-portal.xml (original)
+++ portals/jetspeed-2/trunk/full-portal.xml Tue May 22 16:47:33 2007
@@ -40,7 +40,7 @@
 	      <id>org.apache.portals.jetspeed-2:ant-tasks</id>
     	  <version>${jetspeed.version}</version>
       		<properties>
-        		 <war.bundle>true</war.bundle>
+        		 <war.bundle>false</war.bundle>
 		    </properties>                    
         </dependency>
 	

Modified: portals/jetspeed-2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/pom.xml?view=diff&rev=540794&r1=540793&r2=540794
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Tue May 22 16:47:33 2007
@@ -1126,6 +1126,44 @@
             <scope>test</scope>
         </dependency>
 
+		<!-- Transitive Dependencies forced out -->
+		<dependency>
+			<groupId>isorelax</groupId>
+			<artifactId>isorelax</artifactId>
+			<version>20020414</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>asm</groupId>
+			<artifactId>asm</artifactId>
+			<version>1.5.3</version>			
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>logkit</groupId>
+			<artifactId>logkit</artifactId>
+			<version>1.0.1</version>			
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>msv</groupId>
+			<artifactId>msv</artifactId>
+			<version>20020414</version>						
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>relaxngDatatype</groupId>
+			<artifactId>relaxngDatatype</artifactId>
+			<version>20020414</version>						
+			<scope>provided</scope>
+		</dependency>
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework</artifactId>
+			<version>4.1.3</version>						
+            <scope>provided</scope>
+        </dependency>
+		
     </dependencies>
 
     <!-- Project Information -->



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