[sisu-inject] 06/08: Changed the scope of the cdi-api dependency from 'provided' to 'compile'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 7 21:17:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository sisu-inject.
commit 33e38cba84bf687fbb08a772d6cf62ed48ccd0ba
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 7 14:23:04 2015 +0200
Changed the scope of the cdi-api dependency from 'provided' to 'compile'
---
debian/changelog | 1 +
debian/patches/03-add-missing-dependencies.patch | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b8dada2..9365ae0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sisu-inject (0.3.1-1) UNRELEASED; urgency=medium
- Reverted the scope of the guice dependency from 'provided' to 'compile'
to remain compatible with sisu-inject 0.0.0.M5 and build Maven 3.1.
* Removed the unused build dependency on libfelix-framework-java
+ * Changed the scope of the cdi-api dependency from 'provided' to 'compile'
* debian/copyright: Fixed the Source URL
-- Emmanuel Bourg <ebourg at apache.org> Wed, 08 Oct 2014 17:44:44 +0200
diff --git a/debian/patches/03-add-missing-dependencies.patch b/debian/patches/03-add-missing-dependencies.patch
index 2c721ae..2f9857a 100644
--- a/debian/patches/03-add-missing-dependencies.patch
+++ b/debian/patches/03-add-missing-dependencies.patch
@@ -3,7 +3,7 @@ Author: Emmanuel Bourg <ebourg at apache.org>
Forwarded: not-needed
--- a/org.eclipse.sisu.inject/pom.xml
+++ b/org.eclipse.sisu.inject/pom.xml
-@@ -36,6 +36,53 @@
+@@ -36,6 +36,52 @@
<version>3.0</version>
<scope>provided</scope>
</dependency>
@@ -17,7 +17,6 @@ Forwarded: not-needed
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
+ <version>1.0</version>
-+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-inject.git
More information about the pkg-java-commits
mailing list