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/07 20:20:29 UTC

[archiva] 02/05: Changing jboss-logging version (new version uses apache license)

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

commit d66ca1e475a581906b837c5856b42d148953e71f
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Oct 5 16:15:02 2019 +0200

    Changing jboss-logging version (new version uses apache license)
---
 archiva-modules/plugins/metadata-store-cassandra/pom.xml | 10 ++++++++++
 pom.xml                                                  |  6 ++++++
 2 files changed, 16 insertions(+)

diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
index 8fae8f1..8f4021c 100644
--- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
+++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
@@ -103,6 +103,10 @@
           <groupId>ch.qos.logback</groupId>
           <artifactId>logback-classic</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.jboss.logging</groupId>
+          <artifactId>jboss-logging</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -142,6 +146,12 @@
       </exclusions>
     </dependency>
 
+    <!-- Is a dependency of cassandra -> hibernate-validator and replaced by new version -->
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging</artifactId>
+    </dependency>
+
 
     <dependency>
       <groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index 934c4d1..a748f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1635,6 +1635,12 @@
         <version>${jsoup.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging</artifactId>
+        <version>3.2.1.Final</version>
+      </dependency>
+
       <!-- Dependencies for JDK >=9 update -->
       <dependency>
         <groupId>javax.annotation</groupId>