[jboss-cvs] JBossAS SVN: r95193 - projects/bootstrap/trunk/impl-mc.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 20 14:08:12 EDT 2009
Author: ALRubinger
Date: 2009-10-20 14:08:11 -0400 (Tue, 20 Oct 2009)
New Revision: 95193
Modified:
projects/bootstrap/trunk/impl-mc/pom.xml
Log:
[JBBOOT-111] Do not leak out Jetty dependency, restrict to test scope
Modified: projects/bootstrap/trunk/impl-mc/pom.xml
===================================================================
--- projects/bootstrap/trunk/impl-mc/pom.xml 2009-10-20 18:07:48 UTC (rev 95192)
+++ projects/bootstrap/trunk/impl-mc/pom.xml 2009-10-20 18:08:11 UTC (rev 95193)
@@ -51,6 +51,7 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>${version.jetty}</version>
+ <scope>test</scope>
</dependency>
<!-- org.jboss.bootstrap:jboss-bootstrap-impl-base -->
More information about the jboss-cvs-commits
mailing list