Author: not Date: Tue Mar 15 13:09:12 2011 New Revision: 1081764 URL: http://svn.apache.org/viewvc?rev=1081764&view=rev Log: ARIES-611 Deliver some tests to make sure fragments work properly.
Modified: aries/trunk/blueprint/blueprint-itests/pom.xml Modified: aries/trunk/blueprint/blueprint-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-itests/pom.xml?rev=1081764&r1=1081763&r2=1081764&view=diff ============================================================================== --- aries/trunk/blueprint/blueprint-itests/pom.xml (original) +++ aries/trunk/blueprint/blueprint-itests/pom.xml Tue Mar 15 13:09:12 2011 @@ -73,6 +73,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.aries.testsupport</groupId> + <artifactId>org.apache.aries.testsupport.unit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <scope>test</scope>