You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/01/23 15:30:36 UTC

git commit: Remove geronimo-atinject_1.0_spec dependency (not used)

Updated Branches:
  refs/heads/master 9747ffe35 -> c3323c2cb


Remove geronimo-atinject_1.0_spec dependency (not used)


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

Branch: refs/heads/master
Commit: c3323c2cbfa5af4bd3d2bfe13bd856bad8cbc525
Parents: 9747ffe
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Jan 23 15:30:01 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Jan 23 15:30:01 2014 +0100

----------------------------------------------------------------------
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/c3323c2c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fe6399d..53faad4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,6 @@
         <junit3.bundle.version>3.8.2_4</junit3.bundle.version>
         <junit.bundle.version>4.10_1</junit.bundle.version>
         <junit.version>4.10</junit.version>
-        <injection.bundle.version>1.0</injection.bundle.version>
 
         <geronimo.jms-spec.version>1.1.1</geronimo.jms-spec.version>
         <geronimo.jpa-spec.version>1.1</geronimo.jpa-spec.version>
@@ -1483,11 +1482,6 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-atinject_1.0_spec</artifactId>
-                <version>${injection.bundle.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.ops4j.pax.tinybundles</groupId>
                 <artifactId>tinybundles</artifactId>
                 <version>${pax.tinybundle.version}</version>