diff --git a/pom.xml b/pom.xml index 2a98234..d79b9e6 100755 --- a/pom.xml +++ b/pom.xml @@ -1,262 +1,264 @@ - - 4.0.0 + + 4.0.0 - eu.elixir.ega.ebi - zuul-server - jar - Spring Cloud Netflix Zuul Server - http://projects.spring.io/spring-cloud/ - 1.1.0.BUILD-SNAPSHOT + eu.elixir.ega.ebi + zuul-server + jar + Spring Cloud Netflix Zuul Server + http://projects.spring.io/spring-cloud/ + 1.1.0.BUILD-SNAPSHOT - - org.springframework.boot - spring-boot-starter-parent - 2.3.0.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 2.3.0.RELEASE + + - - UTF-8 - UTF-8 - 1.8 - 1.8 - 1.8 - 1.1.1 - 1.0 - ega-data-api - -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address= + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + 1.1.1 + 1.0 + ega-data-api + -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address= 5095 - Hoxton.SR5 - + Hoxton.SR5 + - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - - - org.springframework.cloud - spring-cloud-starter-config - + + - org.springframework.cloud - spring-cloud-starter-netflix-zuul + org.springframework.boot + spring-boot-starter-web - org.springframework.security.oauth.boot - spring-security-oauth2-autoconfigure + org.springframework.boot + spring-boot-starter-actuator - org.springframework.security.oauth - spring-security-oauth2 - 2.2.0.RELEASE - - - - - com.squareup.okhttp3 - okhttp - - - com.squareup.moshi - moshi - 1.3.1 - - - com.github - bucket4j - 1.3.0 - - - org.projectlombok - lombok - 1.16.10 - jar - - + org.springframework.boot + spring-boot-starter-security + + + org.springframework.cloud + spring-cloud-starter-netflix-eureka-client + + + org.springframework.cloud + spring-cloud-starter-config + + + org.springframework.cloud + spring-cloud-starter-netflix-zuul + + + org.springframework.security.oauth.boot + spring-security-oauth2-autoconfigure + + + org.springframework.security.oauth + spring-security-oauth2 + 2.2.0.RELEASE + + + + + com.squareup.okhttp3 + okhttp + + + com.squareup.moshi + moshi + 1.3.1 + + + com.github + bucket4j + 1.3.0 + + + org.projectlombok + lombok + 1.16.10 + jar + + - - - - org.springframework.cloud - spring-cloud-dependencies - ${spring-cloud.version} - pom - import - - - + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-miletone-local - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/libs-release-local - - false - - - - jcenter - https://jcenter.bintray.com - - + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-miletone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/libs-release-local + + false + + + + jcenter + https://jcenter.bintray.com + + - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - false - - - + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + - - - production - - - - org.springframework.boot - spring-boot-maven-plugin - - true - true - - - - com.spotify - docker-maven-plugin - ${docker.maven.version} - - ${dockerRegistry}/netflix-zuulproxy - java:8-alpine - - ${image.version} - latest - - ["java", "-jar", "/${project.build.finalName}.jar"] - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - build-image - package - - build - - - - push-image - package - - push - - - - - - - - - debug - - - - org.springframework.boot - spring-boot-maven-plugin - - true - true - - - - com.spotify - docker-maven-plugin - ${docker.maven.version} - - ${dockerRegistry}/netflix-zuulproxy - java:8-alpine - - ${image.version} - latest - - ["java", "${debug.config}${debug.zuul.port}", "-jar", "/${project.build.finalName}.jar"] - - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - build-image - package - - build - - - - push-image - package - - push - - - - - - - - + + + production + + + + org.springframework.boot + spring-boot-maven-plugin + + true + true + + + + com.spotify + docker-maven-plugin + ${docker.maven.version} + + ${dockerRegistry}/netflix-zuulproxy + java:8-alpine + + ${image.version} + latest + + ["java", "-jar", "/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + build-image + package + + build + + + + push-image + package + + push + + + + + + + + + debug + + + + org.springframework.boot + spring-boot-maven-plugin + + true + true + + + + com.spotify + docker-maven-plugin + ${docker.maven.version} + + ${dockerRegistry}/netflix-zuulproxy + java:8-alpine + + ${image.version} + latest + + ["java", "${debug.config}${debug.zuul.port}", "-jar", + "/${project.build.finalName}.jar"] + + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + build-image + package + + build + + + + push-image + package + + push + + + + + + + +