[surefire] 07/10: Added the jsr305 dependency to surefire-api
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Sep 15 09:02:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository surefire.
commit 7d24b00c41ba326f59e74e84d79cdc0d77cd221c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Sep 15 00:49:13 2017 +0200
Added the jsr305 dependency to surefire-api
---
debian/patches/jsr305-dependency.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/jsr305-dependency.patch b/debian/patches/jsr305-dependency.patch
new file mode 100644
index 0000000..528cd82
--- /dev/null
+++ b/debian/patches/jsr305-dependency.patch
@@ -0,0 +1,18 @@
+Description: Adds the dependency on JSR 305 (why is the dependency defined in the parent pom ignored?)
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/surefire-api/pom.xml
++++ b/surefire-api/pom.xml
+@@ -40,6 +40,12 @@
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-shared-utils</artifactId>
+ </dependency>
++ <dependency>
++ <groupId>com.google.code.findbugs</groupId>
++ <artifactId>jsr305</artifactId>
++ <version>2.0.1</version>
++ <scope>provided</scope>
++ </dependency>
+ </dependencies>
+
+ <build>
diff --git a/debian/patches/series b/debian/patches/series
index 9f744a7..4d31a90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ dependency-plugin-configuration.patch
doxia-compatibility.patch
maven-compatibility.patch
maven-shared-utils-dependency.patch
+jsr305-dependency.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git
More information about the pkg-java-commits
mailing list