r3869 - in trunk: . pollen-rest-api
Author: tchemit Date: 2014-02-17 08:06:51 +0100 (Mon, 17 Feb 2014) New Revision: 3869 Url: http://chorem.org/projects/pollen/repository/revisions/3869 Log: optimize dependencies Modified: trunk/pollen-rest-api/pom.xml trunk/pom.xml Modified: trunk/pollen-rest-api/pom.xml =================================================================== --- trunk/pollen-rest-api/pom.xml 2013-12-23 14:57:58 UTC (rev 3868) +++ trunk/pollen-rest-api/pom.xml 2014-02-17 07:06:51 UTC (rev 3869) @@ -72,10 +72,10 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>fluent-hc</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - </dependency> + </dependency--> <dependency> <groupId>com.google.guava</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-12-23 14:57:58 UTC (rev 3868) +++ trunk/pom.xml 2014-02-17 07:06:51 UTC (rev 3869) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>4.0</version> + <version>4.7</version> </parent> <groupId>org.chorem</groupId> @@ -240,6 +240,12 @@ <artifactId>hibernate-core</artifactId> <version>${hibernateVersion}</version> <scope>runtime</scope> + <exclusions> + <exclusion> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.0-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -265,6 +271,12 @@ <groupId>org.nuiton.jpa</groupId> <artifactId>nuiton-jpa-hibernate</artifactId> <version>${nuitonJpaVersion}</version> + <exclusions> + <exclusion> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.0-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
participants (1)
-
tchemit@users.chorem.org