diff 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
line wrap: on
line diff
--- a/backend/pom.xml	Mon Feb 22 17:26:11 2016 +0100
+++ b/backend/pom.xml	Mon Feb 22 17:26:36 2016 +0100
@@ -92,9 +92,23 @@
       <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <!-- Add less unsave version of transitive hibernate dependency -->
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.2</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-core</artifactId>
       <version>3.6.10.Final</version>
+      <exclusions>
+        <!-- exclude unsafe transitive dependency -->
+        <exclusion>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.hibernate.javax.persistence</groupId>

http://dive4elements.wald.intevation.org