You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/05/24 09:32:40 UTC

[sling-org-apache-sling-testing-sling-mock] 01/02: SLING-8428 switch to geronmio specs

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit 443e5312b7596f129a20372d006beca55741b6ca
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri May 24 11:13:34 2019 +0200

    SLING-8428 switch to geronmio specs
---
 core/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 6163a5a..4975412 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -248,9 +248,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-            <version>1.3.2</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.3_spec</artifactId>
+             <version>1.0</version>
             <scope>test</scope>
         </dependency>