[plexus-sec-dispatcher] 01/01: Fixed the scope of the junit dependency in the pom
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jul 21 20:41:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-sec-dispatcher.
commit 8da2491668dd81e4ff4ae258bb71e9cbdcc318e9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jul 21 22:32:46 2017 +0200
Fixed the scope of the junit dependency in the pom
---
debian/changelog | 7 +++++++
debian/control | 1 +
debian/patches/pom.patch | 8 ++++++++
3 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index eb824c3..c8883cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plexus-sec-dispatcher (1.4-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the scope of the junit dependency in the pom
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 21 Jul 2017 22:32:33 +0200
+
plexus-sec-dispatcher (1.4-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 215ccc4..4e34fa5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
default-jdk,
default-jdk-doc,
junit (>= 3.8.2),
+ junit4,
libmaven-javadoc-plugin-java,
libmodello-maven-plugin-java,
libplexus-cipher-java,
diff --git a/debian/patches/pom.patch b/debian/patches/pom.patch
index b5f2713..1abc02c 100644
--- a/debian/patches/pom.patch
+++ b/debian/patches/pom.patch
@@ -8,3 +8,11 @@
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
+@@ -86,6 +87,7 @@
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
++ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-sec-dispatcher.git
More information about the pkg-java-commits
mailing list