Skip to content

Commit

Permalink
changed Jackson-datatype version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Geist committed May 19, 2017
1 parent 5c6e7fd commit 699f2c6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion multibanking-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<groupId>de.adorsys.multibanking</groupId>
<artifactId>onlinebanking-adapter</artifactId>
<version>1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -31,6 +37,11 @@
<artifactId>fongo</artifactId>
<version>2.0.12</version>
</dependency>

<!-- jackson buggy 2.8.x version https://github.com/FasterXML/jackson-databind/issues/1595-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.9</version>
</dependency>
</dependencies>
</project>

0 comments on commit 699f2c6

Please sign in to comment.