[maven-shade-plugin] 08/11: Added an explicit build dependency on libplexus-component-annotations-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Aug 30 23:12:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-shade-plugin.
commit ffe9a5665ad5c5aec8b4a56271ffbdd4622ff864
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Aug 31 01:06:36 2017 +0200
Added an explicit build dependency on libplexus-component-annotations-java
---
debian/changelog | 1 +
debian/control | 1 +
debian/maven.rules | 1 +
3 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5d77937..cc7d501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven-shade-plugin (3.1.0-1) UNRELEASED; urgency=medium
- New dependency on libmaven-artifact-transfer-java
- Removed the ASM compatibility patch (fixed upstream)
- Updated the Maven rule for plexus-component-metadata
+ * Added an explicit build dependency on libplexus-component-annotations-java
-- Emmanuel Bourg <ebourg at apache.org> Wed, 19 Jul 2017 15:42:54 +0200
diff --git a/debian/control b/debian/control
index c49a141..5c96f0f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends-Indep: junit4,
libmaven-plugin-tools-java,
libmaven3-core-java,
libmockito-java,
+ libplexus-component-annotations-java,
libplexus-component-metadata-java,
libplexus-maven-plugin-java,
libplexus-utils2-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 72839bc..96d7aec 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,6 +17,7 @@
# junit junit jar s/3\\..*/3.x/
junit junit jar s/4\..*/4.x/ * *
+org.codehaus.plexus plexus-component-annotations * s/.*/1.5.5/ * *
org.codehaus.plexus plexus-component-metadata maven-plugin s/1.7.1/1.5.5/ * *
org.mockito s/mockito-all/mockito-core/ * s/.*/debian/ * *
org.apache.maven maven-* * s/.*/3.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shade-plugin.git
More information about the pkg-java-commits
mailing list