Commit 622fdc05 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

exclude jackson from ektorp

parent 17f11a8b
...@@ -62,6 +62,20 @@ ...@@ -62,6 +62,20 @@
<groupId>org.ektorp</groupId> <groupId>org.ektorp</groupId>
<artifactId>org.ektorp</artifactId> <artifactId>org.ektorp</artifactId>
<version>1.4.2</version> <version>1.4.2</version>
<exclusions>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-annotations</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.dropwizard</groupId> <groupId>io.dropwizard</groupId>
...@@ -76,21 +90,21 @@ ...@@ -76,21 +90,21 @@
<dependency> <dependency>
<groupId>com.google.inject</groupId> <groupId>com.google.inject</groupId>
<artifactId>guice</artifactId> <artifactId>guice</artifactId>
<version>4.0</version> <version>4.1.0</version>
<exclusions> <!--<exclusions>-->
<exclusion> <!--<exclusion>-->
<artifactId>guava</artifactId> <!--<artifactId>guava</artifactId>-->
<groupId>com.google.guava</groupId> <!--<groupId>com.google.guava</groupId>-->
</exclusion> <!--</exclusion>-->
<exclusion> <!--<exclusion>-->
<groupId>javax.inject</groupId> <!--<groupId>javax.inject</groupId>-->
<artifactId>javax.inject</artifactId> <!--<artifactId>javax.inject</artifactId>-->
</exclusion> <!--</exclusion>-->
<exclusion> <!--<exclusion>-->
<groupId>aopalliance</groupId> <!--<groupId>aopalliance</groupId>-->
<artifactId>aopalliance</artifactId> <!--<artifactId>aopalliance</artifactId>-->
</exclusion> <!--</exclusion>-->
</exclusions> <!--</exclusions>-->
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment