diff --git a/ci-settings.xml b/ci-settings.xml new file mode 100644 index 000000000..8f9a52581 --- /dev/null +++ b/ci-settings.xml @@ -0,0 +1,16 @@ + + + + gitlab-maven + + + + Job-Token + ${env.CI_JOB_TOKEN} + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 628c88461..cc8d8dafd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,16 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.samples spring-petclinic - 2.4.5 + 2.1.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-parent - 2.4.5 + 2.1.4.RELEASE petclinic @@ -27,9 +27,8 @@ 2.2.4 1.8.0 - 0.8.5 - 0.0.4.RELEASE - 0.0.25 + 0.8.2 + @@ -50,10 +49,6 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-validation - org.springframework.boot spring-boot-starter-thymeleaf @@ -62,18 +57,12 @@ org.springframework.boot spring-boot-starter-test test - - - org.junit.vintage - junit-vintage-engine - - - + - com.h2database - h2 + org.hsqldb + hsqldb runtime @@ -123,53 +112,6 @@ - - io.spring.javaformat - spring-javaformat-maven-plugin - ${spring-format.version} - - - validate - - validate - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.1 - - - com.puppycrawl.tools - checkstyle - 8.32 - - - io.spring.nohttp - nohttp-checkstyle - ${nohttp-checkstyle.version} - - - - - nohttp-checkstyle-validation - validate - - src/checkstyle/nohttp-checkstyle.xml - src/checkstyle/nohttp-checkstyle-suppressions.xml - UTF-8 - ${basedir} - **/* - **/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class - - - check - - - - org.springframework.boot spring-boot-maven-plugin @@ -230,7 +172,6 @@ ${project.build.outputDirectory}/git.properties false - false @@ -241,7 +182,6 @@ generate-resources - run @@ -270,6 +210,7 @@ + Apache License, Version 2.0 @@ -286,6 +227,10 @@ true + + gitlab-maven + https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven + spring-milestones Spring Milestones @@ -296,6 +241,17 @@ + + + gitlab-maven + https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven + + + gitlab-maven + https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven + + + spring-snapshots @@ -315,73 +271,4 @@ - - - m2e - - - m2e.version - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - [1,) - - check - - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - [1,) - - build-info - - - - - - - - - io.spring.javaformat - spring-javaformat-maven-plugin - [0,) - - validate - - - - - - - - - - - - - - - -