[jboss-cvs] JBossAS SVN: r69076 - projects/microcontainer/trunk/aop-mc-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 17 10:29:53 EST 2008


Author: pgier
Date: 2008-01-17 10:29:53 -0500 (Thu, 17 Jan 2008)
New Revision: 69076

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
Log:
Adding a test scope dependency on the container module for aop-mc-int.

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2008-01-17 13:42:39 UTC (rev 69075)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2008-01-17 15:29:53 UTC (rev 69076)
@@ -305,6 +305,12 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-container</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <profiles>
     <profile>




More information about the jboss-cvs-commits mailing list