Skip to content

Commit

Permalink
Merge pull request #103 from zalando-nakadi/bugfix/remove-old-depende…
Browse files Browse the repository at this point in the history
…ncy-version-numbers

Fix Jackson vulnerability
  • Loading branch information
ePaul authored Nov 1, 2018
2 parents 54aceb5 + d042972 commit 543a095
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nakadi-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
Expand Down Expand Up @@ -70,13 +68,11 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.8.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -105,7 +101,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -118,7 +113,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
Expand Down

0 comments on commit 543a095

Please sign in to comment.