Author: jukka Date: Mon Feb 9 14:41:03 2009 New Revision: 742533 URL: http://svn.apache.org/viewvc?rev=742533&view=rev Log: xml: Use JUnit 4.5 for unit tests
Modified: commons/sandbox/xml/trunk/pom.xml Modified: commons/sandbox/xml/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/xml/trunk/pom.xml?rev=742533&r1=742532&r2=742533&view=diff ============================================================================== --- commons/sandbox/xml/trunk/pom.xml (original) +++ commons/sandbox/xml/trunk/pom.xml Mon Feb 9 14:41:03 2009 @@ -78,4 +78,13 @@ </plugins> </build> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> + </dependencies> + </project>