diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d94828..71aaca2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,11 +10,6 @@ build-job: stage: maven_build image: maven:3.9.8-amazoncorretto-21-al2023 script: - - mvn dependency:tree - - echo --------------------------------- - - mvn help:effective-settings - - echo --------------------------------- - #- curl -v https://repo.spring.io/snapshot - echo "Building the project..." - mvn clean install -DskipTests - ls target/*.jar diff --git a/pom.xml b/pom.xml index 53317e4..4f1191e 100644 --- a/pom.xml +++ b/pom.xml @@ -132,15 +132,23 @@ - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + false + + +