[jboss-cvs] JBossAS SVN: r90574 - in trunk: thirdparty and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jun 24 18:05:53 EDT 2009
Author: pgier
Date: 2009-06-24 18:05:53 -0400 (Wed, 24 Jun 2009)
New Revision: 90574
Modified:
trunk/component-matrix/pom.xml
trunk/thirdparty/pom.xml
Log:
Add back apache httpclient
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2009-06-24 22:05:43 UTC (rev 90573)
+++ trunk/component-matrix/pom.xml 2009-06-24 22:05:53 UTC (rev 90574)
@@ -192,6 +192,13 @@
</dependency>
<dependency>
+ <groupId>apache-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>apache-jaxme</groupId>
<artifactId>jaxmexs</artifactId>
<version>0.2-cvs</version>
@@ -512,7 +519,7 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>org.jboss.aspects</groupId>
<artifactId>jboss-security-aspects</artifactId>
@@ -1691,9 +1698,9 @@
</dependency>
<dependency>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
- <version>${version.org.jboss.ejb3.endpoint.deployer}</version>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
+ <version>${version.org.jboss.ejb3.endpoint.deployer}</version>
</dependency>
<dependency>
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2009-06-24 22:05:43 UTC (rev 90573)
+++ trunk/thirdparty/pom.xml 2009-06-24 22:05:53 UTC (rev 90574)
@@ -1056,6 +1056,11 @@
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
+ <groupId>apache-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>apache-jaxme</groupId>
<artifactId>jaxmexs</artifactId>
</dependency>
More information about the jboss-cvs-commits
mailing list