You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/06 06:29:06 UTC

[archiva-components] branch master updated: add mirror to prevent failure of upper bound

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


The following commit(s) were added to refs/heads/master by this push:
     new 9c97a2c  add mirror to prevent failure of upper bound
9c97a2c is described below

commit 9c97a2cb47c8ec709ec9a2f2def3b6d9d873b876
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Jun 6 16:28:59 2022 +1000

    add mirror to prevent failure of upper bound
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven.yml                                      | 3 +--
 spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dbf09a8..a06ab3c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,7 +43,6 @@ jobs:
             distribution: temurin
             java-version: ${{ matrix.java }}
             cache: 'maven'
-            settings-path: '.github/settings.xml'
 
       - name: Build with Maven
-        run: mvn -e -B -V verify -X
+        run: mvn -e -B -V verify -X -s '.github/settings.xml'
diff --git a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
index 30146ee..456d1b6 100644
--- a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -48,6 +48,7 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+
       </exclusions>
     </dependency>
     <dependency>