[jackson-dataformat-smile] 03/05: add the junit patch

Timo Aaltonen tjaalton at moszumanska.debian.org
Wed Sep 24 15:16:55 UTC 2014


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

tjaalton pushed a commit to branch master
in repository jackson-dataformat-smile.

commit 736d1a5a33deacd1b00258ece90b0ae2ae91fc19
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Sep 24 17:32:14 2014 +0300

    add the junit patch
---
 debian/patches/depend-on-junit.diff | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/patches/depend-on-junit.diff b/debian/patches/depend-on-junit.diff
new file mode 100644
index 0000000..4b08b67
--- /dev/null
+++ b/debian/patches/depend-on-junit.diff
@@ -0,0 +1,18 @@
+diff --git a/pom.xml b/pom.xml
+index 2adeff1..ae69d7e 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -55,6 +55,13 @@ tree model)
+       <version>${version.jackson.core}</version>
+       <scope>test</scope>
+     </dependency>
++
++    <dependency>
++      <groupId>junit</groupId>
++      <artifactId>junit</artifactId>
++      <version>4.11</version>
++      <scope>test</scope>
++    </dependency>
+   </dependencies>
+ 
+   <build>

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



More information about the pkg-java-commits mailing list