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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d6b9a4  Replacing jsr250 dependency. Adding commons logging info.
4d6b9a4 is described below

commit 4d6b9a414dffb355ac021b84462f4717180954ce
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu Oct 10 21:50:25 2019 +0200

    Replacing jsr250 dependency. Adding commons logging info.
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a459176..df0e526 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,9 +157,9 @@
         <version>1</version>
       </dependency>
       <dependency>
-        <groupId>javax.annotation</groupId>
-        <artifactId>jsr250-api</artifactId>
-        <version>1.0</version>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+          <version>${javax.annotation.version}</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -183,6 +183,12 @@
         <version>${commons.lang3.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons.logging.version}</version>
+      </dependency>
+
       <!-- JUNIT 5 -->
       <dependency>
         <groupId>org.junit.platform</groupId>

Reply via email to