[jackson-databind] 04/04: Add jackson-base.patch to avoid upgrading jackson-core.

Markus Koschany apo at moszumanska.debian.org
Tue Mar 27 17:05:13 BST 2018


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository jackson-databind.

commit 6e60c1238cb26d8456074655a1b4b26ebe2cec40
Author: Markus Koschany <apo at debian.org>
Date:   Tue Mar 27 17:50:29 2018 +0200

    Add jackson-base.patch to avoid upgrading jackson-core.
---
 debian/patches/jackson-base.patch | 23 +++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/jackson-base.patch b/debian/patches/jackson-base.patch
new file mode 100644
index 0000000..58d8431
--- /dev/null
+++ b/debian/patches/jackson-base.patch
@@ -0,0 +1,23 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 27 Mar 2018 17:49:44 +0200
+Subject: jackson-base
+
+Avoid updating jackson-core to 2.9.5. maven.rules does not work for parent
+tags.
+---
+ pom.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index eaf6f52..3986dfc 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -5,7 +5,7 @@
+   <parent>
+     <groupId>com.fasterxml.jackson</groupId>
+     <artifactId>jackson-base</artifactId>
+-    <version>2.9.5</version>
++    <version>2.9.4</version>
+   </parent>
+ 
+   <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..05b8719
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+jackson-base.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git



More information about the pkg-java-commits mailing list