Author: linus Date: 2010-07-16 21:39:37-0700 New Revision: 18521 Modified: trunk/tools/maven/parentpom.xml
Log: Added JUnit dependency. Modified: trunk/tools/maven/parentpom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=18521&r1=18520&r2=18521 ============================================================================== --- trunk/tools/maven/parentpom.xml (original) +++ trunk/tools/maven/parentpom.xml 2010-07-16 21:39:37-0700 @@ -50,6 +50,17 @@ </plugins> </build> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <type>jar</type> + <scope>test</scope> + <optional>true</optional> + </dependency> + </dependencies> + <reporting> <plugins> <plugin> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2634316 To unsubscribe from this discussion, e-mail: [[email protected]].
