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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 9cc969ac9 fix upperbound
9cc969ac9 is described below

commit 9cc969ac9ab918d6646b28071a0ed3374530ef80
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Aug 6 15:54:21 2022 +1000

    fix upperbound
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml | 10 +++++-----
 pom.xml                                                    |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml 
b/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml
index 380e936de..c9546cdd0 100644
--- a/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml
+++ b/archiva-modules/archiva-base/archiva-plexus-bridge/pom.xml
@@ -48,11 +48,11 @@
       <artifactId>plexus-classworlds</artifactId>
       <version>2.5.2</version>
     </dependency>
-    <dependency>
-      <groupId>com.google.inject</groupId>
-      <artifactId>guice</artifactId>
-      <classifier>no_aop</classifier>
-    </dependency>
+<!--    <dependency>-->
+<!--      <groupId>com.google.inject</groupId>-->
+<!--      <artifactId>guice</artifactId>-->
+<!--      <classifier>no_aop</classifier>-->
+<!--    </dependency>-->
     <dependency>
       <groupId>jakarta.annotation</groupId>
       <artifactId>jakarta.annotation-api</artifactId>
diff --git a/pom.xml b/pom.xml
index bf8b343be..53c3284d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
   <properties>
     <redback.version>3.0.0-SNAPSHOT</redback.version>
 
-    <slf4j.version>1.7.35</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <jetty.version>9.4.43.v20210629</jetty.version>
     <ehcache.version>3.9.9</ehcache.version>
     <spring.version>5.3.22</spring.version>

Reply via email to