[jboss-cvs] JBossAS SVN: r70344 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 3 19:40:00 EST 2008


Author: ALRubinger
Date: 2008-03-03 19:40:00 -0500 (Mon, 03 Mar 2008)
New Revision: 70344

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Add an explicit version to HttpClient

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-03-04 00:38:52 UTC (rev 70343)
+++ projects/ejb3/trunk/core/pom.xml	2008-03-04 00:40:00 UTC (rev 70344)
@@ -173,6 +173,7 @@
                 <artifactItem>
                   <groupId>apache-httpclient</groupId>
                   <artifactId>commons-httpclient</artifactId>
+                  <version>2.0.2</version> <!-- Used only here -->
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>




More information about the jboss-cvs-commits mailing list