You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/23 22:26:33 UTC

svn commit: r768040 - /maven/mercury/trunk/mercury-it/pom.xml

Author: ogusakov
Date: Thu Apr 23 20:26:33 2009
New Revision: 768040

URL: http://svn.apache.org/viewvc?rev=768040&view=rev
Log:
excluded old pre-collapse dependencies

Modified:
    maven/mercury/trunk/mercury-it/pom.xml

Modified: maven/mercury/trunk/mercury-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/pom.xml?rev=768040&r1=768039&r2=768040&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-it/pom.xml (original)
+++ maven/mercury/trunk/mercury-it/pom.xml Thu Apr 23 20:26:33 2009
@@ -30,6 +30,10 @@
 
   <name>Mercury Integration Tests</name>
   <description>Mercury Integration Tests</description>
+  <dependencyManagement>
+  	<dependencies>
+  	</dependencies>
+  </dependencyManagement>
 
   <properties>
     <maven.version>3.0-SNAPSHOT</maven.version>
@@ -118,6 +122,14 @@
           <groupId>org.apache.maven.shared</groupId>
           <artifactId>maven-shared-model</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.maven.mercury</groupId>
+          <artifactId>mercury-external</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.maven.mercury</groupId>
+          <artifactId>mercury-artifact</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -141,6 +153,7 @@
   </dependencies>
 
   <build>
+   
     <filters>
       <filter>src/test/filters/filter.txt</filter>
     </filters>