Skip to content
Snippets Groups Projects
Commit b255cacd authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Attempt on cleaning up dependencies

parent 87ba3078
No related branches found
No related tags found
No related merge requests found
target/ target/
classes/ classes/
*~ *~
/nbproject/ /nbproject/
\ No newline at end of file .classpath
.project
.settings/
...@@ -69,20 +69,18 @@ ...@@ -69,20 +69,18 @@
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-spatial</artifactId> <artifactId>hibernate-spatial</artifactId>
<version>5.4.2.Final</version> <version>5.4.24.Final</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<groupId>postgresql</groupId> <groupId>postgresql</groupId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.jboss.resteasy</groupId> <groupId>org.jboss.resteasy</groupId>
...@@ -186,7 +184,13 @@ ...@@ -186,7 +184,13 @@
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId> <artifactId>hibernate-core</artifactId>
<version>5.4.2.Final</version> <version>5.4.24.Final</version>
<exclusions>
<exclusion>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
...@@ -266,11 +270,7 @@ ...@@ -266,11 +270,7 @@
<artifactId>icu4j</artifactId> <artifactId>icu4j</artifactId>
<version>52.1</version> <version>52.1</version>
</dependency> </dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
</dependency>
<!--dependency> <!--dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment