comparison backend/pom-oracle.xml @ 8801:dece88059a36

(Issue1856) Exclude ACC 3.1, use 3.2.2 instead. ACC 3.2.2 closes a critical serealization weakness.
author Tom Gottfried <tom@intevation.de>
date Tue, 22 Dec 2015 11:22:06 +0100
parents be28bb0c7f50
children 6fd0f20b58aa aee871c60599
comparison
equal deleted inserted replaced
8800:2aaf87bc3ea7 8801:dece88059a36
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