[gatein-commits] gatein SVN: r7108 - in components/wci/trunk/test: core and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Aug 14 07:37:59 EDT 2011


Author: julien_viet
Date: 2011-08-14 07:37:59 -0400 (Sun, 14 Aug 2011)
New Revision: 7108

Modified:
   components/wci/trunk/test/core/pom.xml
   components/wci/trunk/test/pom.xml
Log:
GTNWCI-27 : Update gatein-dep to 1.1.0-Beta06


Modified: components/wci/trunk/test/core/pom.xml
===================================================================
--- components/wci/trunk/test/core/pom.xml	2011-08-14 11:18:04 UTC (rev 7107)
+++ components/wci/trunk/test/core/pom.xml	2011-08-14 11:37:59 UTC (rev 7108)
@@ -63,10 +63,6 @@
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
      </dependency>
-     <dependency>
-       <groupId>commons-httpclient</groupId>
-       <artifactId>commons-httpclient</artifactId>
-     </dependency>
    </dependencies>
 
    <build>

Modified: components/wci/trunk/test/pom.xml
===================================================================
--- components/wci/trunk/test/pom.xml	2011-08-14 11:18:04 UTC (rev 7107)
+++ components/wci/trunk/test/pom.xml	2011-08-14 11:37:59 UTC (rev 7108)
@@ -11,7 +11,14 @@
 
    <dependencyManagement>
      <dependencies>
+
        <dependency>
+         <groupId>commons-httpclient</groupId>
+         <artifactId>commons-httpclient</artifactId>
+         <version>3.1</version>
+       </dependency>
+
+       <dependency>
          <groupId>org.gatein.wci</groupId>
          <artifactId>wci-test-core</artifactId>
          <version>${project.version}</version>
@@ -38,6 +45,12 @@
      </dependencies>
    </dependencyManagement>
 
+   <dependencies>
+      <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+      </dependency>
+   </dependencies>
 
    <modules>
      <module>core</module>



More information about the gatein-commits mailing list