diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml index ecfe1f40f0..abc28ace44 100644 --- a/spring-rest/pom.xml +++ b/spring-rest/pom.xml @@ -1,274 +1,273 @@ - - 4.0.0 - org.baeldung - spring-rest - 0.1-SNAPSHOT - spring-rest - war + + 4.0.0 + org.baeldung + spring-rest + 0.1-SNAPSHOT + spring-rest + war - - org.springframework.boot - spring-boot-starter-parent - 1.2.4.RELEASE - + + org.springframework.boot + spring-boot-starter-parent + 1.2.4.RELEASE + - + - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-actuator - - - - - - org.springframework - spring-web - ${org.springframework.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - org.springframework - spring-oxm - ${org.springframework.version} - - - - commons-fileupload - commons-fileupload - 1.3.1 - - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - javax.servlet - jstl - runtime - - - - - - com.fasterxml.jackson.core - jackson-databind - - - - com.thoughtworks.xstream - xstream - 1.4.8 - - - - - - com.google.guava - guava - ${guava.version} - - - - org.apache.commons - commons-lang3 - 3.2.1 - - - - - - org.slf4j - slf4j-api - ${org.slf4j.version} - - - ch.qos.logback - logback-classic - ${logback.version} - - - - org.slf4j - jcl-over-slf4j - ${org.slf4j.version} - - - - org.slf4j - log4j-over-slf4j - ${org.slf4j.version} - - - - - - junit - junit-dep - ${junit.version} - test - - - - org.hamcrest - hamcrest-core - ${org.hamcrest.version} - test - - - org.hamcrest - hamcrest-library - ${org.hamcrest.version} - test - - - - org.mockito - mockito-core - ${mockito.version} - test - - - - org.springframework - spring-test - ${spring.version} + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-actuator - - + - - spring-rest - - - src/main/resources - true - - + + org.springframework + spring-web + ${org.springframework.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-webmvc + ${org.springframework.version} + + + org.springframework + spring-oxm + ${org.springframework.version} + - + + commons-fileupload + commons-fileupload + 1.3.1 + + - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 1.7 - 1.7 - - + + javax.servlet + javax.servlet-api + 3.0.1 + provided + - - org.apache.maven.plugins - maven-war-plugin - ${maven-war-plugin.version} - + + javax.servlet + jstl + runtime + - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - - - - - - - - + - - org.codehaus.cargo - cargo-maven2-plugin - ${cargo-maven2-plugin.version} - - true - - jetty8x - embedded - - - - - - - 8082 - - - - + + com.fasterxml.jackson.core + jackson-databind + - + + com.thoughtworks.xstream + xstream + 1.4.8 + - + - - - 4.1.6.RELEASE - 3.2.7.RELEASE + + com.google.guava + guava + ${guava.version} + - - 4.3.10.Final - 5.1.35 + + org.apache.commons + commons-lang3 + 3.2.1 + - + - 2.5.1 + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + + org.slf4j + jcl-over-slf4j + ${org.slf4j.version} + + + + org.slf4j + log4j-over-slf4j + ${org.slf4j.version} + - - 5.1.3.Final + - - 18.0 - 3.4 + + junit + junit-dep + ${junit.version} + test + - - 1.3 - 4.11 - 1.10.19 + + org.hamcrest + hamcrest-core + ${org.hamcrest.version} + test + + + org.hamcrest + hamcrest-library + ${org.hamcrest.version} + test + - 4.4.1 - 4.5 + + org.mockito + mockito-core + ${mockito.version} + test + - 2.4.1 + + org.springframework + spring-test + ${spring.version} + - - 1.7.12 - 1.1.3 - - 3.3 - 2.6 - 2.18.1 - 1.4.14 + - + + spring-rest + + + src/main/resources + true + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + + + + + + + + org.codehaus.cargo + cargo-maven2-plugin + ${cargo-maven2-plugin.version} + + true + + jetty8x + embedded + + + + + + + 8082 + + + + + + + + + + + + 4.1.6.RELEASE + 3.2.7.RELEASE + + + 4.3.10.Final + 5.1.35 + + + + 2.5.1 + + + 5.1.3.Final + + + 18.0 + 3.4 + + + 1.3 + 4.11 + 1.10.19 + + 4.4.1 + 4.5 + + 2.4.1 + + + 1.7.12 + 1.1.3 + + + 3.3 + 2.6 + 2.18.1 + 1.4.14 + + \ No newline at end of file