Author: bago Date: Wed Dec 21 14:38:57 2011 New Revision: 1221743 URL: http://svn.apache.org/viewvc?rev=1221743&view=rev Log: Add junit dependency for api module
Modified: james/protocols/trunk/api/pom.xml Modified: james/protocols/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1221743&r1=1221742&r2=1221743&view=diff ============================================================================== --- james/protocols/trunk/api/pom.xml (original) +++ james/protocols/trunk/api/pom.xml Wed Dec 21 14:38:57 2011 @@ -37,6 +37,12 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org