Author: echatellier Date: 2010-04-23 16:02:54 +0200 (Fri, 23 Apr 2010) New Revision: 23 Log: Fix build due to slf4j (impl) missing in test Modified: trunk/wikitty-hbase-impl/ trunk/wikitty-hbase-impl/pom.xml trunk/wikitty-hbase-impl/solr/ trunk/wikitty-jdbc-impl/ trunk/wikitty-jdbc-impl/pom.xml trunk/wikitty-jms-impl/ trunk/wikitty-jpa-impl/ trunk/wikitty-jpa-impl/pom.xml trunk/wikitty-solr-impl/ trunk/wikitty-solr-impl/pom.xml Property changes on: trunk/wikitty-hbase-impl ___________________________________________________________________ Modified: svn:ignore - .settings target .classpath .project + .settings target .classpath .project build PutObjectStoreDirHere Modified: trunk/wikitty-hbase-impl/pom.xml =================================================================== --- trunk/wikitty-hbase-impl/pom.xml 2010-04-23 13:48:33 UTC (rev 22) +++ trunk/wikitty-hbase-impl/pom.xml 2010-04-23 14:02:54 UTC (rev 23) @@ -61,6 +61,15 @@ <scope>compile</scope> </dependency> + <!-- This one is a test dependency of core-wikitty-solr-impl + but not found during tests :( --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <version>1.5.11</version> + <scope>test</scope> + </dependency> + <!--dependency> <groupId>com.caucho</groupId> <artifactId>resin-hessian</artifactId> Property changes on: trunk/wikitty-hbase-impl/solr ___________________________________________________________________ Added: svn:ignore + data Property changes on: trunk/wikitty-jdbc-impl ___________________________________________________________________ Modified: svn:ignore - .settings target .classpath .project + .settings target .classpath .project PutObjectStoreDirHere solr Modified: trunk/wikitty-jdbc-impl/pom.xml =================================================================== --- trunk/wikitty-jdbc-impl/pom.xml 2010-04-23 13:48:33 UTC (rev 22) +++ trunk/wikitty-jdbc-impl/pom.xml 2010-04-23 14:02:54 UTC (rev 23) @@ -42,6 +42,12 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <version>1.5.11</version> + <scope>test</scope> + </dependency> <!-- WIKITTY --> <dependency> Property changes on: trunk/wikitty-jms-impl ___________________________________________________________________ Modified: svn:ignore - .settings target .classpath .project + .settings target .classpath .project PutObjectStoreDirHere Property changes on: trunk/wikitty-jpa-impl ___________________________________________________________________ Modified: svn:ignore - .settings target .classpath .project + .settings target .classpath .project PutObjectStoreDirHere solr Modified: trunk/wikitty-jpa-impl/pom.xml =================================================================== --- trunk/wikitty-jpa-impl/pom.xml 2010-04-23 13:48:33 UTC (rev 22) +++ trunk/wikitty-jpa-impl/pom.xml 2010-04-23 14:02:54 UTC (rev 23) @@ -29,6 +29,13 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <version>1.5.11</version> + <scope>test</scope> + </dependency> <!-- LOG --> <dependency> @@ -73,7 +80,7 @@ <version>${spring.version}</version> </dependency> - <!-- COMPILE --> + <!-- COMPILE --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>core-wikitty-api</artifactId> Property changes on: trunk/wikitty-solr-impl ___________________________________________________________________ Modified: svn:ignore - .settings target .classpath .project + .settings target .classpath .project PutObjectStoreDirHere solr Modified: trunk/wikitty-solr-impl/pom.xml =================================================================== --- trunk/wikitty-solr-impl/pom.xml 2010-04-23 13:48:33 UTC (rev 22) +++ trunk/wikitty-solr-impl/pom.xml 2010-04-23 14:02:54 UTC (rev 23) @@ -34,7 +34,7 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId>