[maven] 05/09: Removed the no_aop classifier from the sisu-guice dependency

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 8 11:57:53 BST 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch maven-3.1.1
in repository maven.

commit 04b963d07a27489b50178d5076baa88acb5d718c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 2 14:56:36 2014 +0200

    Removed the no_aop classifier from the sisu-guice dependency
---
 debian/changelog                 |  1 +
 debian/maven.rules               |  1 +
 debian/patches/dep_versions.diff | 18 ++++++++++++++++++
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c6d3bd0..e470808 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven (3.1.1-1) UNRELEASED; urgency=medium
     - Refreshed the patches
     - Depend on libaether-java >= 1:0.9.0.M2
     - New dependency on libsisu-plexus-java
+    - Removed the no_aop classifier from the sisu-guice dependency
   * Standards-Version updated to 3.9.6 (no changes)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 14 Feb 2014 09:43:05 +0100
diff --git a/debian/maven.rules b/debian/maven.rules
index c4b1e67..27a0f89 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -5,6 +5,7 @@ junit junit jar s/3\..*/3.x/ * *
 s/easymock/org.easymock/ easymock * s/.*/debian/ * *
 
 org.sonatype.sisu sisu-inject-plexus * s/.*/2.3.0/ * *
+org.sonatype.sisu sisu-guice * s/.*/debian/ s/no_aop// *
 
 org.apache.maven.wagon * jar s/.*/2.x/ * *
 
diff --git a/debian/patches/dep_versions.diff b/debian/patches/dep_versions.diff
index f33ef7b..abe8228 100644
--- a/debian/patches/dep_versions.diff
+++ b/debian/patches/dep_versions.diff
@@ -45,3 +45,21 @@ Forwarded: not-needed
      <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
      <!-- Control the name of the distribution and information output by mvn -->
      <distributionId>apache-maven</distributionId>
+@@ -193,7 +193,6 @@
+         <groupId>org.sonatype.sisu</groupId>
+         <artifactId>sisu-guice</artifactId>
+         <version>${guiceVersion}</version>
+-        <classifier>no_aop</classifier>
+       </dependency>
+       <dependency>
+         <groupId>org.eclipse.sisu</groupId>
+--- a/maven-aether-provider/pom.xml
++++ b/maven-aether-provider/pom.xml
+@@ -79,7 +79,6 @@
+     <dependency>
+       <groupId>org.sonatype.sisu</groupId>
+       <artifactId>sisu-guice</artifactId>
+-      <classifier>no_aop</classifier>
+       <optional>true</optional>
+       <exclusions>
+         <exclusion>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git



More information about the pkg-java-commits mailing list