comparison backend/pom.xml @ 8809:d10f0645b125

Merged
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 22 Feb 2016 17:26:36 +0100
parents dece88059a36
children dbdb7c9bd51b
comparison
equal deleted inserted replaced
8808:54e515504a3f 8809:d10f0645b125
90 <groupId>org.dive4elements</groupId> 90 <groupId>org.dive4elements</groupId>
91 <artifactId>artifacts-common</artifactId> 91 <artifactId>artifacts-common</artifactId>
92 <version>1.0-SNAPSHOT</version> 92 <version>1.0-SNAPSHOT</version>
93 </dependency> 93 </dependency>
94 <dependency> 94 <dependency>
95 <!-- Add less unsave version of transitive hibernate dependency -->
96 <groupId>commons-collections</groupId>
97 <artifactId>commons-collections</artifactId>
98 <version>3.2.2</version>
99 <scope>runtime</scope>
100 </dependency>
101 <dependency>
95 <groupId>org.hibernate</groupId> 102 <groupId>org.hibernate</groupId>
96 <artifactId>hibernate-core</artifactId> 103 <artifactId>hibernate-core</artifactId>
97 <version>3.6.10.Final</version> 104 <version>3.6.10.Final</version>
105 <exclusions>
106 <!-- exclude unsafe transitive dependency -->
107 <exclusion>
108 <groupId>commons-collections</groupId>
109 <artifactId>commons-collections</artifactId>
110 </exclusion>
111 </exclusions>
98 </dependency> 112 </dependency>
99 <dependency> 113 <dependency>
100 <groupId>org.hibernate.javax.persistence</groupId> 114 <groupId>org.hibernate.javax.persistence</groupId>
101 <artifactId>hibernate-jpa-2.0-api</artifactId> 115 <artifactId>hibernate-jpa-2.0-api</artifactId>
102 <version>1.0.1.Final</version> 116 <version>1.0.1.Final</version>

http://dive4elements.wald.intevation.org