23 Jun
2011
23 Jun
'11
3:14 p.m.
Author: echatellier Date: 2011-06-23 17:14:56 +0200 (Thu, 23 Jun 2011) New Revision: 966 Url: http://nuiton.org/repositories/revision/wikitty/966 Log: For jdbc, solr must be in test scope Modified: trunk/wikitty-jdbc/pom.xml Modified: trunk/wikitty-jdbc/pom.xml =================================================================== --- trunk/wikitty-jdbc/pom.xml 2011-06-23 15:09:20 UTC (rev 965) +++ trunk/wikitty-jdbc/pom.xml 2011-06-23 15:14:56 UTC (rev 966) @@ -25,6 +25,7 @@ <groupId>${project.groupId}</groupId> <artifactId>wikitty-solr</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId>