Repository: activemq-artemis
Updated Branches:
  refs/heads/master ae47eae5a -> b2a8cb22d


ARTEMIS-659 Remove unneeded CDI dependency


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5d11967e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5d11967e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5d11967e

Branch: refs/heads/master
Commit: 5d11967ed42a579265b14ddd2d2d2d7fad419ca8
Parents: ae47eae
Author: Clebert Suconic <[email protected]>
Authored: Mon Aug 1 15:50:39 2016 -0400
Committer: Clebert Suconic <[email protected]>
Committed: Mon Aug 1 15:50:39 2016 -0400

----------------------------------------------------------------------
 artemis-jms-client/pom.xml      |  4 ----
 pom.xml                         | 13 -------------
 tests/integration-tests/pom.xml |  6 ------
 3 files changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5d11967e/artemis-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml
index 0c50418..8c40ce6 100644
--- a/artemis-jms-client/pom.xml
+++ b/artemis-jms-client/pom.xml
@@ -59,10 +59,6 @@
          <groupId>org.apache.geronimo.specs</groupId>
          <artifactId>geronimo-jms_2.0_spec</artifactId>
       </dependency>
-      <dependency>
-         <groupId>javax.inject</groupId>
-         <artifactId>javax.inject</artifactId>
-      </dependency>
 
       <dependency>
          <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5d11967e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ca7414..9607ead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,19 +347,6 @@
             <!-- License: Apache 2.0 -->
          </dependency>
 
-         <!-- Required for: JMS Injection -->
-         <dependency>
-            <groupId>javax.enterprise</groupId>
-            <artifactId>cdi-api</artifactId>
-            <version>1.2</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
-         <dependency>
-            <groupId>javax.inject</groupId>
-            <artifactId>javax.inject</artifactId>
-            <version>1</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
          <!-- End JMS Injection -->
 
          <!-- ## Examples Dependencies ## -->

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5d11967e/tests/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 3622eb1..78ab4d8 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -334,12 +334,6 @@
                   <scope>test</scope>
           </dependency>
           <dependency>
-                  <groupId>org.apache.geronimo.specs</groupId>
-                  <artifactId>geronimo-atinject_1.0_spec</artifactId>
-                  <version>1.0</version>
-                  <scope>provided</scope>
-          </dependency>
-          <dependency>
                   <groupId>org.apache.karaf</groupId>
                   <artifactId>apache-karaf</artifactId>
                   <version>${karaf.version}</version>

Reply via email to