From ae4f41bf92025b4d02498013f20e91e08b77f5e6 Mon Sep 17 00:00:00 2001 From: Sumedh Date: Wed, 14 Aug 2024 19:51:23 +0000 Subject: [PATCH] repositoties added --- .gitlab-ci.yml | 5 ----- pom.xml | 26 +++++++++++++++++--------- 2 files changed, 17 insertions(+), 14 deletions(-) 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 + + +