]> source.dussan.org Git - archiva.git/commitdiff
fix it run
authorOlivier Lamy <olamy@apache.org>
Wed, 15 Jun 2011 21:15:24 +0000 (21:15 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 15 Jun 2011 21:15:24 +0000 (21:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136195 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/pom.xml

index bceadb813c3894d79be2034e18eb10fcd2697eab..f327ab10e9bfb5cbdd7984b0a6a7311035cabf9e 100644 (file)
           <artifactId>plexus-container-default</artifactId>
           <groupId>org.codehaus.plexus</groupId>
         </exclusion>
+        <exclusion>
+          <artifactId>plexus-component-api</artifactId>
+          <groupId>org.codehaus.plexus</groupId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-slf4j-logging</artifactId>
+      <exclusions>
+        <exclusion>
+          <artifactId>plexus-component-api</artifactId>
+          <groupId>org.codehaus.plexus</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.seleniumhq.selenium.client-drivers</groupId>
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>dependency-maven-plugin</artifactId>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
             <executions>
               <execution>
                 <id>unzip-archiva-webapp</id>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>selenium-maven-plugin</artifactId>
+            <version>1.1</version>
             <executions>
               <execution>
                 <phase>pre-integration-test</phase>