Author: athimel Date: 2012-05-30 10:54:49 +0200 (Wed, 30 May 2012) New Revision: 2565 Url: http://nuiton.org/repositories/revision/topia/2565 Log: Remove dependency to topia-persistence-tests Modified: trunk/topia-service-migration/pom.xml Modified: trunk/topia-service-migration/pom.xml =================================================================== --- trunk/topia-service-migration/pom.xml 2012-05-30 08:52:02 UTC (rev 2564) +++ trunk/topia-service-migration/pom.xml 2012-05-30 08:54:49 UTC (rev 2565) @@ -51,14 +51,6 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>topia-persistence</artifactId> - <version>${project.version}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - - <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency>