This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-core.
commit e3ba632a593d2bbfab92aab4cb722bce730a24c7 Author: Markus Koschany <[email protected]> Date: Thu Jan 25 18:34:36 2018 +0100 Add junit.patch --- debian/patches/junit.patch | 27 +++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 28 insertions(+) diff --git a/debian/patches/junit.patch b/debian/patches/junit.patch new file mode 100644 index 0000000..1041acc --- /dev/null +++ b/debian/patches/junit.patch @@ -0,0 +1,27 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 25 Jan 2018 18:34:20 +0100 +Subject: junit + +--- + pom.xml | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/pom.xml b/pom.xml +index 5f3ca2c..ba6bc62 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -45,6 +45,14 @@ com.fasterxml.jackson.core.*;version=${project.version} + <jdk.module.name>com.fasterxml.jackson.core</jdk.module.name> + </properties> + ++ <dependencies> ++ <dependency> <!-- all components use junit for testing --> ++ <groupId>junit</groupId> ++ <artifactId>junit</artifactId> ++ <scope>test</scope> ++ </dependency> ++ </dependencies> ++ + <!-- parent provides junit dep, not repeated here --> + + <build> diff --git a/debian/patches/series b/debian/patches/series index d530df6..2a20fc6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ no-bundle.patch +junit.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

