diff --git a/deploymentservice.yml b/deploymentservice.yml index 1d1c4e89..dc82da99 100644 --- a/deploymentservice.yml +++ b/deploymentservice.yml @@ -14,7 +14,7 @@ spec: spec: containers: - name: ekart - image: adijaiswal/ekart:latest # Image that will be used to containers in the cluster + image: amlanlitton/ekart:latest # Image that will be used to containers in the cluster imagePullPolicy: IfNotPresent ports: - containerPort: 8070 # The port that the container is running on in the cluster diff --git a/pom.xml b/pom.xml index fd17150e..7fc07120 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 com.reljicd @@ -14,103 +16,74 @@ org.springframework.boot spring-boot-starter-parent - 1.5.3.RELEASE + 2.6.0 - UTF-8 - UTF-8 - 1.8 + 11 0.8.6 - jacoco - reuseReports - ${project.basedir}/../target/jacoco.exec - java - + org.springframework.boot spring-boot-starter-data-jpa - + org.springframework.boot - spring-boot-starter-data-rest - - - - - org.springframework.data - spring-data-rest-hal-browser + spring-boot-starter-web - + org.springframework.boot spring-boot-starter-security - + org.springframework.boot spring-boot-starter-thymeleaf - - org.thymeleaf.extras - thymeleaf-extras-springsecurity4 - - - - - org.springframework.boot - spring-boot-starter-web - - - - - org.springframework.boot - spring-boot-devtools - runtime - - - + com.h2database h2 runtime - + mysql mysql-connector-java runtime - + org.springframework.boot spring-boot-starter-test test - + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + org.webjars bootstrap 3.3.7 - - org.jacoco - jacoco-maven-plugin - 0.8.6 - - org.webjars jquery @@ -125,41 +98,39 @@ spring-boot-maven-plugin - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - jacoco-initialize - - prepare-agent - - - - jacoco-site - package - - report - - - - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + package + + report + + + + - - - maven-releases - maven-releases - http://3.108.254.192:8081/repository/maven-releases/ - - - maven-snapshots - maven-snapshots - http://3.108.254.192:8081/repository/maven-snapshots/ - - - - + + + maven-releases + maven-releases + http://3.86.193.145:8081/repository/maven-releases/ + + + maven-snapshots + maven-snapshots + http://3.86.193.145:8081/repository/maven-snapshots/ + +