Author: tchemit Date: 2010-04-23 16:32:23 +0200 (Fri, 23 Apr 2010) New Revision: 1909 Log: - comment no more used dependencies from no used modules - rename reporting-profile into reporting Modified: trunk/pom.xml trunk/topia-service-replication/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-23 14:28:34 UTC (rev 1908) +++ trunk/pom.xml 2010-04-23 14:32:23 UTC (rev 1909) @@ -71,21 +71,9 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>org.apache.xmlrpc</groupId> - <artifactId>xmlrpc-server</artifactId> - <version>${xmlrpc.version}</version> - <scope>compile</scope> + - </dependency> <dependency> - <groupId>org.apache.xmlrpc</groupId> - <artifactId>xmlrpc-client</artifactId> - <version>${xmlrpc.version}</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.1</version> @@ -113,40 +101,7 @@ <scope>runtime</scope> </dependency> - <!-- Dependencies for class generation --> <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>asm</artifactId> - <version>1.5.4-snapshot</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>xom</groupId> - <artifactId>xom</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>org.codehaus.xfire</groupId> - <artifactId>xfire-java5</artifactId> - <version>1.2.6</version> - <scope>compile</scope> - <exclusions> - <!-- Fix org.apache.ant conflict) --> - <exclusion> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.1</version> - <scope>runtime</scope> - </dependency> - - <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> <version>3.8.0.GA</version> @@ -176,8 +131,61 @@ <scope>test</scope> </dependency> + <!-- All theses dependancies are no more used + Keep them for topia-soa and topia-service-XXX + --> + + <!--dependency> + <groupId>org.apache.xmlrpc</groupId> + <artifactId>xmlrpc-server</artifactId> + <version>${xmlrpc.version}</version> + <scope>compile</scope> + + </dependency> + <dependency> + <groupId>org.apache.xmlrpc</groupId> + <artifactId>xmlrpc-client</artifactId> + <version>${xmlrpc.version}</version> + <scope>compile</scope> + </dependency--> + + <!-- Dependencies for class generation --> + <!--dependency> + <groupId>org.nuiton.thirdparty</groupId> + <artifactId>asm</artifactId> + <version>1.5.4-snapshot</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>xom</groupId> + <artifactId>xom</artifactId> + <version>1.1</version> + </dependency--> + + <!--dependency> + <groupId>org.codehaus.xfire</groupId> + <artifactId>xfire-java5</artifactId> + <version>1.2.6</version> + <scope>compile</scope> + <exclusions--> + <!-- Fix org.apache.ant conflict) --> + <!--exclusion> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.1</version> + <scope>runtime</scope> + </dependency--> + + <!-- branch 5.1 : ne fonctionne pas en 6+ --> - <dependency> + <!--dependency> <groupId>jetty</groupId> <artifactId>jetty</artifactId> <version>5.1.10</version> @@ -189,7 +197,7 @@ <artifactId>lucene-core</artifactId> <version>3.0.1</version> <scope>compile</scope> - </dependency> + </dependency--> </dependencies> </dependencyManagement> @@ -216,7 +224,7 @@ <projectId>topia</projectId> <!-- libs version --> - <eugene.version>2.0.1</eugene.version> + <eugene.version>2.0.2-SNAPSHOT</eugene.version> <lutinutil.version>1.2.2</lutinutil.version> <processor.version>1.0.3</processor.version> <i18n.version>1.2.1</i18n.version> Modified: trunk/topia-service-replication/pom.xml =================================================================== --- trunk/topia-service-replication/pom.xml 2010-04-23 14:28:34 UTC (rev 1908) +++ trunk/topia-service-replication/pom.xml 2010-04-23 14:32:23 UTC (rev 1909) @@ -190,7 +190,7 @@ <!-- reporting at release time --> <profile> - <id>reporting-profile</id> + <id>reporting</id> <activation> <property> <name>performRelease</name>