Author: tchemit Date: 2013-10-24 10:47:22 +0200 (Thu, 24 Oct 2013) New Revision: 653 Url: http://forge.codelutin.com/projects/sammoa/repository/revisions/653 Log: fixes #3605: Page blanche ?\195?\160 l'ouverture de l'application sous windows fixes #3607: Suppression des librairies non utilis?\195?\169es Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-10-21 07:57:59 UTC (rev 652) +++ trunk/pom.xml 2013-10-24 08:47:22 UTC (rev 653) @@ -116,7 +116,7 @@ <postgresqlVersion>9.1-901-1.jdbc4</postgresqlVersion> <jaxxVersion>2.5.18</jaxxVersion> - <swingXVersion>1.6.5-1</swingXVersion> + <swingXVersion>1.6.4</swingXVersion> <xworkVersion>2.3.12</xworkVersion> <jodaTimeVersion>2.1</jodaTimeVersion> @@ -147,6 +147,13 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> <version>${nuitonUtilsVersion}</version> + + <exclusions> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-vfs2</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -197,6 +204,12 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-runtime</artifactId> <version>${jaxxVersion}</version> + <exclusions> + <exclusion> + <groupId>javax.help</groupId> + <artifactId>javahelp</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -256,6 +269,12 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> <version>${topiaVersion}</version> + <exclusions> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-ehcache</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>