You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2019/10/10 19:54:18 UTC

[archiva-redback-components-spring-quartz] branch master updated: Replacing jsr250 by javax.annotation

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git


The following commit(s) were added to refs/heads/master by this push:
     new ebfed9b  Replacing jsr250 by javax.annotation
ebfed9b is described below

commit ebfed9bb5957f09b0f37241b72cb75be76bd88de
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Oct 10 21:53:52 2019 +0200

    Replacing jsr250 by javax.annotation
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d6f680..14a34b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
+      <artifactId>javax.annotation-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>