Skip to content
Snippets Groups Projects
Commit 726eba99 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

remove collections

parent c3b4180e
No related branches found
No related tags found
3 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1644Draft: Resolve "cache drug/mirna/chemicals data in the background",!1637Resolve "remove tomcat requirement"
...@@ -90,6 +90,10 @@ ...@@ -90,6 +90,10 @@
<groupId>xml-apis</groupId> <groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId> <artifactId>xml-apis</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
<!-- those two dependencies are causing #1139 when deployed on tomcat8 <!-- those two dependencies are causing #1139 when deployed on tomcat8
pacakge in ubuntu 16 --> pacakge in ubuntu 16 -->
<exclusion> <exclusion>
......
...@@ -121,6 +121,10 @@ ...@@ -121,6 +121,10 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment