diff --git a/pom.xml b/pom.xml index df25e831d..6fe0a7d78 100644 --- a/pom.xml +++ b/pom.xml @@ -1,40 +1,57 @@ - + + 4.0.0 + com.visualpathit vprofile - war v2 + war + Visualpathit VProfile Webapp - http://maven.apache.org + 4.2.0.RELEASE 4.0.2.RELEASE 1.8.2.RELEASE + 4.3.11.Final 5.2.1.Final - 8.0.33 + + + 5.1.49 + 1.4 1.2 + 4.10 + 3.12.4 + 1.1.3 + 1.8 1.8 + + + org.springframework spring-web ${spring.version} - + org.springframework spring-webmvc ${spring.version} - + + org.springframework.security spring-security-web @@ -47,12 +64,7 @@ ${spring-security.version} - - org.hibernate - hibernate-validator - ${hibernate-validator.version} - - + org.springframework.data spring-data-jpa @@ -65,6 +77,13 @@ ${hibernate.version} + + org.hibernate + hibernate-validator + ${hibernate-validator.version} + + + mysql mysql-connector-java @@ -77,135 +96,152 @@ ${commons-dbcp.version} + javax.servlet jstl ${jstl.version} + + javax.servlet + javax.servlet-api + 3.1.0 + provided + + + + + ch.qos.logback + logback-classic + ${logback.version} + + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + + commons-io + commons-io + 2.4 + + + + net.spy + spymemcached + 2.12.3 + + + + + org.springframework.amqp + spring-rabbit + 1.7.1.RELEASE + + + + com.rabbitmq + amqp-client + 4.0.2 + + + + + org.elasticsearch + elasticsearch + 5.6.4 + + + + org.elasticsearch.client + transport + 5.6.4 + + + + + com.google.code.gson + gson + 2.8.2 + + + + junit junit ${junit.version} test + - org.mockito - mockito-core - 1.9.5 + org.mockito + mockito-core + ${mockito.version} test - - - org.springframework - spring-test - 3.2.3.RELEASE - test - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - + + - ch.qos.logback - logback-classic - ${logback.version} + org.springframework + spring-test + ${spring.version} + test + - org.hamcrest - hamcrest-all - 1.3 - test - - - commons-fileupload - commons-fileupload - 1.3.1 - - - - net.spy - spymemcached - 2.12.3 - - - commons-io - commons-io - 2.4 - - - - org.springframework.amqp - spring-rabbit - 1.7.1.RELEASE - - - - com.rabbitmq - amqp-client - 4.0.2 - - - - org.elasticsearch - elasticsearch - 5.6.4 - - - - org.elasticsearch.client - transport - 5.6.4 - - - - com.google.code.gson - gson - 2.8.2 - + org.hamcrest + hamcrest-all + 1.3 + test + + - + + + + + org.eclipse.jetty jetty-maven-plugin 9.2.11.v20150529 - - 10 - - / - - - - - org.apache.maven.plugins - maven-war-plugin - 3.2.2 - - - org.jacoco - jacoco-maven-plugin - 0.8.4 - - - jacoco-initialize - process-resources - - prepare-agent - - - - jacoco-site - post-integration-test - - report - - - - - + + + + org.apache.maven.plugins + maven-war-plugin + 3.2.2 + + + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + + +