[jboss-cvs] JBossAS SVN: r96761 - projects/embedded/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 23 16:34:57 EST 2009


Author: ALRubinger
Date: 2009-11-23 16:34:57 -0500 (Mon, 23 Nov 2009)
New Revision: 96761

Modified:
   projects/embedded/trunk/testsuite/pom.xml
Log:
[EMB-70] Set a dependency into test scope so we do not leak out

Modified: projects/embedded/trunk/testsuite/pom.xml
===================================================================
--- projects/embedded/trunk/testsuite/pom.xml	2009-11-23 21:19:56 UTC (rev 96760)
+++ projects/embedded/trunk/testsuite/pom.xml	2009-11-23 21:34:57 UTC (rev 96761)
@@ -128,6 +128,7 @@
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${version.org.apache.httpcomponents_httpclient}</version>
+      <scope>test</scope>
     </dependency>
 
     <!-- JUnit -->




More information about the jboss-cvs-commits mailing list