[aether-ant-tasks] 02/06: Depend on maven-resolver instead of eclipse-aether
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Nov 13 12:18:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository aether-ant-tasks.
commit ce8b24ac8d3ce266f54b327a795a6e8eda7ac097
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Nov 13 11:14:16 2017 +0100
Depend on maven-resolver instead of eclipse-aether
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/maven.rules | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c545020..d967670 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
aether-ant-tasks (1.0.1-2) UNRELEASED; urgency=medium
+ * Depend on maven-resolver instead of eclipse-aether
* Standards-Version updated to 4.1.1
-- Emmanuel Bourg <ebourg at apache.org> Mon, 13 Nov 2017 10:48:58 +0100
diff --git a/debian/control b/debian/control
index 86a1601..4808ae1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,10 @@ Build-Depends:
debhelper (>= 10),
default-jdk,
javahelper,
+ libmaven-resolver-java,
+ libmaven-resolver-transport-http-java,
libmaven-shade-plugin-java (>= 3.1.0),
- libmaven3-core-java (>= 3.1.0),
+ libmaven3-core-java (>= 3.5.0),
libplexus-interpolation-java (>= 1.16),
libsisu-plexus-java (>= 0.1.1),
libslf4j-java (>= 1.6.2),
diff --git a/debian/maven.rules b/debian/maven.rules
index cd20c8a..5e1ba12 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -2,3 +2,5 @@
org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * *
org.codehaus.plexus plexus-utils jar s/.*/2.x/ * *
org.apache.maven maven-* * s/.*/3.x/ * *
+org.eclipse.aether aether-ant-tasks * s/.*/debian/ * *
+s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-(.*)/maven-resolver-$1/ * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/aether-ant-tasks.git
More information about the pkg-java-commits
mailing list