Author: tchemit Date: 2010-08-12 16:48:23 +0200 (Thu, 12 Aug 2010) New Revision: 252 Url: http://nuiton.org/repositories/revision/wikitty/252 Log: once again Modified: trunk/wikitty-jpa-impl/pom.xml Modified: trunk/wikitty-jpa-impl/pom.xml =================================================================== --- trunk/wikitty-jpa-impl/pom.xml 2010-08-12 14:24:00 UTC (rev 251) +++ trunk/wikitty-jpa-impl/pom.xml 2010-08-12 14:48:23 UTC (rev 252) @@ -72,26 +72,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> + <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> + <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> + <scope>test</scope> </dependency> <!-- Hibernate --> @@ -126,7 +131,6 @@ <dependency> <groupId>com.experlog</groupId> <artifactId>xapool</artifactId> - <version>1.5.0</version> </dependency> <dependency> <groupId>javax.transaction</groupId> @@ -159,7 +163,7 @@ <properties> - <!--maven.test.failure.ignore>false</maven.test.failure.ignore--> + <maven.test.failure.ignore>true</maven.test.failure.ignore> </properties> </project>