You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/06/29 08:15:59 UTC

git commit: DELTASPIKE-213 move ee api dependencies to the containers

Updated Branches:
  refs/heads/master 599ddeb4e -> 7c063de96


DELTASPIKE-213 move ee api dependencies to the containers

This is needed if we like to test CDI-1.0 and CDI-1.1 containers
by simply switching the profile.


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

Branch: refs/heads/master
Commit: 7c063de9663e72d718b339c3d1c8d43c6aa04ac8
Parents: 599ddeb
Author: Mark Struberg <st...@apache.org>
Authored: Fri Jun 29 08:14:16 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Jun 29 08:14:16 2012 +0200

----------------------------------------------------------------------
 deltaspike/parent/pom.xml |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/7c063de9/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 80e2b93..7961e1f 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -468,26 +468,6 @@
             <version>${arquillian.version}</version>
             <scope>test</scope>
         </dependency>
-
-
-        <!-- atinject and cdi specs for OWB-->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-atinject_1.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jcdi_1.0_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- the interceptors spec from EE6 -->
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-interceptor_1.1_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 
     <build>