You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2015/05/12 18:10:18 UTC

deltaspike git commit: DELTASPIKE-899 - Remove cdi-api 1.0 from transitive dependency of arquillian graphene

Repository: deltaspike
Updated Branches:
  refs/heads/master 67ac8c940 -> 1c828f3fd


DELTASPIKE-899 - Remove cdi-api 1.0 from transitive dependency of arquillian graphene


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/1c828f3f
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/1c828f3f
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/1c828f3f

Branch: refs/heads/master
Commit: 1c828f3fd35cdbd353bc9ed6a763f4624b49022a
Parents: 67ac8c9
Author: Rafael Benevides <ra...@gmail.com>
Authored: Tue May 12 12:09:51 2015 -0400
Committer: Rafael Benevides <ra...@gmail.com>
Committed: Tue May 12 12:09:51 2015 -0400

----------------------------------------------------------------------
 deltaspike/modules/jsf/impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1c828f3f/deltaspike/modules/jsf/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml
index acf9277..1ff4369 100644
--- a/deltaspike/modules/jsf/impl/pom.xml
+++ b/deltaspike/modules/jsf/impl/pom.xml
@@ -149,6 +149,12 @@
             <version>2.0.3.Final</version>
             <type>pom</type>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <artifactId>cdi-api</artifactId>
+                    <groupId>javax.enterprise</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>