Author: norman Date: Wed Dec 15 15:52:06 2010 New Revision: 1049608 URL: http://svn.apache.org/viewvc?rev=1049608&view=rev Log: Fix dependency
Modified: james/server/trunk/user-jcr/pom.xml Modified: james/server/trunk/user-jcr/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/user-jcr/pom.xml?rev=1049608&r1=1049607&r2=1049608&view=diff ============================================================================== --- james/server/trunk/user-jcr/pom.xml (original) +++ james/server/trunk/user-jcr/pom.xml Wed Dec 15 15:52:06 2010 @@ -92,7 +92,11 @@ <artifactId>jackrabbit-core</artifactId> <scope>test</scope> </dependency> - + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.james</groupId> <artifactId>james-server-core-library</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org