Author: fdesbois Date: 2009-12-08 18:28:41 +0100 (Tue, 08 Dec 2009) New Revision: 1686 Modified: branches/from2.2.2-eugene2-beta/pom.xml branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml Log: Ano #142 : Change scope for sl4j-log4j12 Modified: branches/from2.2.2-eugene2-beta/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) +++ branches/from2.2.2-eugene2-beta/pom.xml 2009-12-08 17:28:41 UTC (rev 1686) @@ -138,7 +138,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.5.8</version> - <scope>runtime</scope> + <scope>test</scope> </dependency> <!-- BD H2 for testing --> Modified: branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) +++ branches/from2.2.2-eugene2-beta/topia-service-history/pom.xml 2009-12-08 17:28:41 UTC (rev 1686) @@ -46,13 +46,16 @@ <artifactId>nuiton-utils</artifactId> </dependency> - <!--BD H2 pour le test--> + <!-- Depencies for test--> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> - <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> Modified: branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) +++ branches/from2.2.2-eugene2-beta/topia-service-index/pom.xml 2009-12-08 17:28:41 UTC (rev 1686) @@ -45,12 +45,15 @@ <artifactId>lucene-core</artifactId> </dependency> - <!--BD H2 pour le test--> + <!-- Depencies for test--> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/pom.xml 2009-12-08 17:28:41 UTC (rev 1686) @@ -44,13 +44,15 @@ <artifactId>commons-lang</artifactId> </dependency> - <!--BD H2 pour le test--> + <!-- Depencies for test--> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/pom.xml 2009-12-08 17:28:41 UTC (rev 1686) @@ -39,20 +39,22 @@ <artifactId>nuiton-utils</artifactId> </dependency> - <!-- test --> - + + <!-- Depencies for test--> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> - <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <scope>test</scope> </dependency> - <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> Modified: branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml 2009-12-08 15:58:19 UTC (rev 1685) +++ branches/from2.2.2-eugene2-beta/topia-service-security/pom.xml 2009-12-08 17:28:41 UTC (rev 1686) @@ -42,13 +42,16 @@ <artifactId>commons-lang</artifactId> </dependency> - <!--BD H2 pour le test--> + <!-- Depencies for test--> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> - <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>