You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2015/11/10 12:17:53 UTC

[3/6] incubator-batchee git commit: BATCHEE-65 added geronimo-annotations-1.2 dependency

BATCHEE-65 added geronimo-annotations-1.2 dependency


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

Branch: refs/heads/master
Commit: e954710028084167d71e4d1f32adface5ad9baca
Parents: b0bf6a1
Author: Reinhard Sandtner <rs...@apache.org>
Authored: Tue May 26 16:09:12 2015 +0200
Committer: Reinhard Sandtner <rs...@apache.org>
Committed: Mon Nov 9 23:20:42 2015 +0100

----------------------------------------------------------------------
 extensions/cdi/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/e9547100/extensions/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cdi/pom.xml b/extensions/cdi/pom.xml
index 74c36f1..29bb2ca 100644
--- a/extensions/cdi/pom.xml
+++ b/extensions/cdi/pom.xml
@@ -100,6 +100,13 @@
                     <scope>test</scope>
                 </dependency>
 
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-annotation_1.2_spec</artifactId>
+                    <version>1.0</version>
+                    <scope>test</scope>
+                </dependency>
+
             </dependencies>
         </profile>
     </profiles>