[maven-common-artifact-filters] 02/03: Fixed the build failure caused by the removal of eclipse-aether (Closes: #882589)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 24 13:22:23 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-common-artifact-filters.
commit de421b18644623048da5c894735880774b04184e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 24 14:20:45 2017 +0100
Fixed the build failure caused by the removal of eclipse-aether (Closes: #882589)
---
debian/changelog | 2 ++
debian/control | 1 +
debian/maven.rules | 3 +++
3 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 43ca3f7..9a75ea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
maven-common-artifact-filters (3.0.1-2) UNRELEASED; urgency=medium
* Team upload.
+ * Fixed the build failure caused by the removal of eclipse-aether
+ (Closes: #882589)
* Standards-Version updated to 4.1.1
-- Emmanuel Bourg <ebourg at apache.org> Fri, 24 Nov 2017 14:10:31 +0100
diff --git a/debian/control b/debian/control
index 6708a53..c010b5d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
libeasymock-java,
libmaven-javadoc-plugin-java,
libmaven-plugin-testing-java,
+ libmaven-resolver-java,
libmaven3-core-java,
libplexus-utils-java,
libplexus-utils-java-doc,
diff --git a/debian/maven.rules b/debian/maven.rules
index a74ed27..008be9b 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -22,3 +22,6 @@ org.apache.maven maven-artifact * s/.*/3.x/ * *
org.apache.maven maven-core * s/.*/3.x/ * *
org.apache.maven maven-model * s/.*/3.x/ * *
org.apache.maven maven-plugin-api * s/.*/3.x/ * *
+
+s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-api/maven-resolver-api/ * s/.*/debian/ * *
+s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-util/maven-resolver-util/ * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-common-artifact-filters.git
More information about the pkg-java-commits
mailing list