Author: jvanzyl
Date: Thu Jun 28 12:47:19 2007
New Revision: 551683
URL: http://svn.apache.org/viewvc?view=rev&rev=551683
Log:
o i need Junit for the base integration test class we will export for general
use in the archteype
Modified:
maven/core-integration-testing/trunk/core-integration-tests/pom.xml
Modified: maven/core-integration-testing/trunk/core-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/pom.xml?view=diff&rev=551683&r1=551682&r2=551683
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/pom.xml
(original)
+++ maven/core-integration-testing/trunk/core-integration-tests/pom.xml Thu Jun
28 12:47:19 2007
@@ -49,7 +49,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
- <scope>test</scope>
</dependency>
</dependencies>
</project>