Skip to content

Commit 699f2c6

Browse files
author
Alexander Geist
committed
changed Jackson-datatype version
FasterXML/jackson-databind#1595
1 parent 5c6e7fd commit 699f2c6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

multibanking-persistence/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<groupId>de.adorsys.multibanking</groupId>
1818
<artifactId>onlinebanking-adapter</artifactId>
1919
<version>1.5-SNAPSHOT</version>
20+
<exclusions>
21+
<exclusion>
22+
<groupId>com.fasterxml.jackson.core</groupId>
23+
<artifactId>jackson-databind</artifactId>
24+
</exclusion>
25+
</exclusions>
2026
</dependency>
2127
<dependency>
2228
<groupId>org.springframework.boot</groupId>
@@ -31,6 +37,11 @@
3137
<artifactId>fongo</artifactId>
3238
<version>2.0.12</version>
3339
</dependency>
34-
40+
<!-- jackson buggy 2.8.x version https://github.com/FasterXML/jackson-databind/issues/1595-->
41+
<dependency>
42+
<groupId>com.fasterxml.jackson.core</groupId>
43+
<artifactId>jackson-databind</artifactId>
44+
<version>2.7.9</version>
45+
</dependency>
3546
</dependencies>
3647
</project>

0 commit comments

Comments
 (0)