Author: tchemit Date: 2008-04-04 19:35:35 +0000 (Fri, 04 Apr 2008) New Revision: 338 Modified: trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml trunk/lutinvcs/lutinvcs-provider-mock/pom.xml trunk/lutinvcs/lutinvcs-provider-svn/pom.xml Log: move AbstractVCSHandler to api module, in thaht way provider modules only depends on api module :) Modified: trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml 2008-04-04 19:35:20 UTC (rev 337) +++ trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml 2008-04-04 19:35:35 UTC (rev 338) @@ -39,7 +39,7 @@ <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>lutinvcs-api</artifactId> <scope>compile</scope> </dependency> <dependency> Modified: trunk/lutinvcs/lutinvcs-provider-mock/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-provider-mock/pom.xml 2008-04-04 19:35:20 UTC (rev 337) +++ trunk/lutinvcs/lutinvcs-provider-mock/pom.xml 2008-04-04 19:35:35 UTC (rev 338) @@ -39,7 +39,7 @@ <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>lutinvcs-api</artifactId> <scope>compile</scope> </dependency> </dependencies> Modified: trunk/lutinvcs/lutinvcs-provider-svn/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-provider-svn/pom.xml 2008-04-04 19:35:20 UTC (rev 337) +++ trunk/lutinvcs/lutinvcs-provider-svn/pom.xml 2008-04-04 19:35:35 UTC (rev 338) @@ -39,7 +39,7 @@ <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-core</artifactId> + <artifactId>lutinvcs-api</artifactId> <scope>compile</scope> </dependency> <dependency>