Author: tchemit Date: 2008-04-13 14:51:44 +0000 (Sun, 13 Apr 2008) New Revision: 493 Modified: trunk/lutinvcs/all/pom.xml Log: fix jaxx pb Modified: trunk/lutinvcs/all/pom.xml =================================================================== --- trunk/lutinvcs/all/pom.xml 2008-04-13 14:51:14 UTC (rev 492) +++ trunk/lutinvcs/all/pom.xml 2008-04-13 14:51:44 UTC (rev 493) @@ -24,16 +24,11 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>ui-common</artifactId> + <groupId>org.codelutin.vcs.ui</groupId> + <artifactId>all</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>org.codelutin.vcs</groupId> - <artifactId>ui-jaxx</artifactId> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>all</artifactId> <scope>compile</scope>