Author: tchemit Date: 2011-06-03 15:42:37 +0200 (Fri, 03 Jun 2011) New Revision: 2296 Url: http://nuiton.org/repositories/revision/topia/2296 Log: put pom properties at the top + improve dependencies + use mavenpom 2.5.5 Modified: branches/topia-2.6.x/pom.xml branches/topia-2.6.x/topia-service-replication/pom.xml Modified: branches/topia-2.6.x/pom.xml =================================================================== --- branches/topia-2.6.x/pom.xml 2011-05-27 07:24:56 UTC (rev 2295) +++ branches/topia-2.6.x/pom.xml 2011-06-03 13:42:37 UTC (rev 2296) @@ -33,7 +33,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.5.4</version> + <version>2.5.5-SNAPSHOT</version> </parent> <artifactId>topia</artifactId> @@ -54,6 +54,33 @@ <!--module>topia-service-history</module--> </modules> + <name>ToPIA</name> + <description> + Tools for Portable and Independent Architecture : + Framework de persistance et de distribution d'application. + </description> + <inceptionYear>2004</inceptionYear> + <url>http://maven-site.nuiton.org/topia</url> + + <properties> + <!-- pour un muli module on doit fixer le projectId --> + <projectId>topia</projectId> + + <!-- libs version --> + <eugeneVersion>2.3.4</eugeneVersion> + <nuitonUtilsVersion>2.2</nuitonUtilsVersion> + <processorPluginVersion>1.2.1</processorPluginVersion> + <nuitonI18nVersion>2.4</nuitonI18nVersion> + <xmlrpcVersion>3.1.2</xmlrpcVersion> + <!--<hibernateVersion>3.3.2.GA</hibernateVersion>--> + <hibernateVersion>3.6.4.Final</hibernateVersion> + <sl4jVersion>1.6.1</sl4jVersion> + + <!-- i18n configuration --> + <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> + + </properties> + <dependencyManagement> <dependencies> @@ -95,13 +122,19 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>${hibernateVersion}</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </exclusion> + </exclusions> <scope>runtime</scope> </dependency> <dependency> <groupId>javassist</groupId> <artifactId>javassist</artifactId> - <version>3.8.0.GA</version> + <version>3.12.1.GA</version> <scope>runtime</scope> </dependency> @@ -141,13 +174,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>ToPIA</name> - <description> - Tools for Portable and Independent Architecture : - Framework de persistance et de distribution d'application. - </description> - <inceptionYear>2004</inceptionYear> - <url>http://maven-site.nuiton.org/topia</url> + <developers> @@ -263,25 +290,7 @@ <packaging>pom</packaging> - <properties> - <!-- pour un muli module on doit fixer le projectId --> - <projectId>topia</projectId> - <!-- libs version --> - <eugeneVersion>2.3.4</eugeneVersion> - <nuitonUtilsVersion>2.2</nuitonUtilsVersion> - <processorPluginVersion>1.2.1</processorPluginVersion> - <nuitonI18nVersion>2.4</nuitonI18nVersion> - <xmlrpcVersion>3.1.2</xmlrpcVersion> - <!--<hibernateVersion>3.3.2.GA</hibernateVersion>--> - <hibernateVersion>3.6.4.Final</hibernateVersion> - <sl4jVersion>1.6.1</sl4jVersion> - - <!-- i18n configuration --> - <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> - - </properties> - <build> <pluginManagement> Modified: branches/topia-2.6.x/topia-service-replication/pom.xml =================================================================== --- branches/topia-2.6.x/topia-service-replication/pom.xml 2011-05-27 07:24:56 UTC (rev 2295) +++ branches/topia-2.6.x/topia-service-replication/pom.xml 2011-06-03 13:42:37 UTC (rev 2296) @@ -74,6 +74,11 @@ <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + </dependency> + <!-- Depencies for test--> <dependency> <groupId>com.h2database</groupId>