Codebase list jackson-module-jaxb-annotations / 3876be5
Add jackson-bom.patch Markus Koschany 6 years ago
3 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 * New upstream version 2.8.10.
44 * Tighten build-dependencies of jackson components.
55 * Declare compliance with Debian Policy 4.1.1.
6 * Add jackson-bom.patch and fix FTBFS due to wrong version.
67
78 -- Markus Koschany <apo@debian.org> Sat, 14 Oct 2017 17:51:07 +0200
89
0 From: Markus Koschany <apo@debian.org>
1 Date: Sat, 14 Oct 2017 18:11:10 +0200
2 Subject: jackson bom
3
4 Fix FTBFS due to wrong version of jackson-bom.
5 ---
6 pom.xml | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/pom.xml b/pom.xml
10 index 843dd44..536e681 100644
11 --- a/pom.xml
12 +++ b/pom.xml
13 @@ -4,7 +4,7 @@
14 <parent>
15 <groupId>com.fasterxml.jackson</groupId>
16 <artifactId>jackson-bom</artifactId>
17 - <version>2.8.10</version>
18 + <version>2.9.1</version>
19 </parent>
20 <groupId>com.fasterxml.jackson.module</groupId>
21 <artifactId>jackson-module-jaxb-annotations</artifactId>
0 jackson-bom.patch