[jayway-jsonpath] 05/07: Install the json-path-assert module

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 3 09:41:44 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository jayway-jsonpath.

commit 51afe8d7669328066159278ad201c2e0a949f68d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 3 09:35:09 2016 +0200

    Install the json-path-assert module
---
 debian/changelog             | 1 +
 debian/control               | 1 +
 debian/libjsonpath-java.poms | 1 +
 debian/maven.rules           | 1 +
 4 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1c2a5b7..74cfb0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jayway-jsonpath (2.0.0-1) UNRELEASED; urgency=medium
   * New upstream release
     - Build with Gradle instead of Maven
     - Depend on libjson-smart-java (>= 2.1)
+  * Install the json-path-assert module
   * Fixed the Vcs-* fields
   * Standards-Version updated to 3.9.8
   * Remove the Gradle wrapper from the upstream tarball
diff --git a/debian/control b/debian/control
index 96e67d7..6cd2d20 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends-Indep: junit4,
                      libcommons-io-java,
                      libhamcrest-java,
                      libjackson-json-java,
+                     libjackson2-databind-java,
                      libjson-smart-java (>= 2.1),
                      libmaven-bundle-plugin-java,
                      libslf4j-java
diff --git a/debian/libjsonpath-java.poms b/debian/libjsonpath-java.poms
index 327955a..689b9f0 100644
--- a/debian/libjsonpath-java.poms
+++ b/debian/libjsonpath-java.poms
@@ -26,3 +26,4 @@
 #     Empty by default. [mh_install]
 #
 json-path/build/poms/pom-default.xml        --has-package-version --java-lib -e2.0.0 --artifact=json-path/build/libs/json-path-*-SNAPSHOT.jar
+json-path-assert/build/poms/pom-default.xml --has-package-version --java-lib -e2.0.0 --artifact=json-path-assert/build/libs/json-path-assert-*-SNAPSHOT.jar
diff --git a/debian/maven.rules b/debian/maven.rules
index 73111ba..1700cab 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,4 @@
 
 junit junit jar s/4\..*/4.x/ * *
+com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * *
 javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *

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



More information about the pkg-java-commits mailing list