Author: bpoussin Date: 2011-04-15 11:41:44 +0200 (Fri, 15 Apr 2011) New Revision: 91 Url: http://chorem.org/repositories/revision/chorem/91 Log: ajout dependance pour junit Modified: trunk/chorem-entities/pom.xml trunk/chorem-web/pom.xml Modified: trunk/chorem-entities/pom.xml =================================================================== --- trunk/chorem-entities/pom.xml 2011-04-15 09:28:58 UTC (rev 90) +++ trunk/chorem-entities/pom.xml 2011-04-15 09:41:44 UTC (rev 91) @@ -94,8 +94,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> - <scope>test</scope> </dependency> </dependencies> Modified: trunk/chorem-web/pom.xml =================================================================== --- trunk/chorem-web/pom.xml 2011-04-15 09:28:58 UTC (rev 90) +++ trunk/chorem-web/pom.xml 2011-04-15 09:41:44 UTC (rev 91) @@ -153,6 +153,10 @@ <artifactId>h2</artifactId> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> </dependencies> <build>
participants (1)
-
bpoussin@users.chorem.org