From 060b23205ea8adad7bb4789ceda793addc969f8b Mon Sep 17 00:00:00 2001 From: eugenp Date: Tue, 31 Mar 2015 11:24:51 +0300 Subject: [PATCH] minor formatting cleanup --- spring-security-rest-full/pom.xml | 766 +++++++++++++++--------------- 1 file changed, 381 insertions(+), 385 deletions(-) diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml index 1a58c500cf..f26ef6df37 100644 --- a/spring-security-rest-full/pom.xml +++ b/spring-security-rest-full/pom.xml @@ -1,96 +1,92 @@ - 4.0.0 - org.baeldung - spring-security-rest-full - 0.1-SNAPSHOT + 4.0.0 + org.baeldung + spring-security-rest-full + 0.1-SNAPSHOT - spring-security-rest-full - war + spring-security-rest-full + war - + org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-actuator - - - org.aspectj - aspectjweaver - - org.apache.tomcat.embed - tomcat-embed-jasper - provided - - - + org.aspectj + aspectjweaver + - - org.springframework.security - spring-security-web - - - org.springframework.security - spring-security-config - + + org.apache.tomcat.embed + tomcat-embed-jasper + provided + - + - - org.springframework - spring-core - - - commons-logging - commons-logging - - - - - org.springframework - spring-context - - - org.springframework - spring-jdbc - - - org.springframework - spring-beans - - - org.springframework - spring-aop - - - org.springframework - spring-tx - - - org.springframework - spring-expression - + + org.springframework.security + spring-security-web + + + org.springframework.security + spring-security-config + + + + + + org.springframework + spring-core + + + commons-logging + commons-logging + + + + + org.springframework + spring-context + + + org.springframework + spring-jdbc + + + org.springframework + spring-beans + + + org.springframework + spring-aop + + + org.springframework + spring-tx + + + org.springframework + spring-expression + + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - @@ -98,361 +94,361 @@ spring-boot-starter-tomcat provided - - - - - com.mysema.querydsl - querydsl-apt - 3.6.2 - - - com.mysema.querydsl - querydsl-jpa - 3.6.2 - - - - - org.apache.httpcomponents - httpclient - - - commons-logging - commons-logging - - - - - org.apache.httpcomponents - httpcore - ${httpcore.version} - + - + + com.mysema.querydsl + querydsl-apt + 3.6.2 + + + com.mysema.querydsl + querydsl-jpa + 3.6.2 + - - org.springframework - spring-orm - - - org.springframework.data - spring-data-jpa - - - org.hibernate - hibernate-entitymanager - - - xml-apis - xml-apis - 1.4.01 - - - org.javassist - javassist - - - mysql - mysql-connector-java - runtime - + - + + org.apache.httpcomponents + httpclient + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + - - javax.servlet - javax.servlet-api - provided - + - - javax.servlet - jstl - runtime - + + org.springframework + spring-orm + + + org.springframework.data + spring-data-jpa + + + org.hibernate + hibernate-entitymanager + + + xml-apis + xml-apis + 1.4.01 + + + org.javassist + javassist + + + mysql + mysql-connector-java + runtime + - + - - com.fasterxml.jackson.core - jackson-databind - + + javax.servlet + javax.servlet-api + provided + - - com.thoughtworks.xstream - xstream - 1.4.8 - + + javax.servlet + jstl + runtime + - + - - com.google.guava - guava - ${guava.version} - + + com.fasterxml.jackson.core + jackson-databind + - + + com.thoughtworks.xstream + xstream + 1.4.8 + - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - - - - org.slf4j - jcl-over-slf4j - - - - org.slf4j - log4j-over-slf4j - + - + + com.google.guava + guava + ${guava.version} + - - org.springframework - spring-test - test - + - - junit - junit-dep - ${junit.version} - test - + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + + + + org.slf4j + jcl-over-slf4j + + + + org.slf4j + log4j-over-slf4j + - - org.hamcrest - hamcrest-core - test - - - org.hamcrest - hamcrest-library - test - + - - org.mockito - mockito-core - test - + + org.springframework + spring-test + test + - - com.jayway.restassured - rest-assured - 2.4.0 - test - - - commons-logging - commons-logging - - - + + junit + junit-dep + ${junit.version} + test + - + + org.hamcrest + hamcrest-core + test + + + org.hamcrest + hamcrest-library + test + - - spring-security-rest-full - - - src/main/resources - true - - + + org.mockito + mockito-core + test + - + + com.jayway.restassured + rest-assured + 2.4.0 + test + + + commons-logging + commons-logging + + + - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - + - - org.apache.maven.plugins - maven-war-plugin - + + spring-security-rest-full + + + src/main/resources + true + + - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*IntegrationTest.java - **/*LiveTest.java - - - - - - + - - org.codehaus.cargo - cargo-maven2-plugin - ${cargo-maven2-plugin.version} - - true - - jetty8x - embedded - - - - - - - 8080 - - - - + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + - - - - com.mysema.maven - apt-maven-plugin - 1.1.3 - - - - process - - - target/generated-sources/java - com.mysema.query.apt.jpa.JPAAnnotationProcessor - - - - + + org.apache.maven.plugins + maven-war-plugin + - + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*IntegrationTest.java + **/*LiveTest.java + + + + + + - + + org.codehaus.cargo + cargo-maven2-plugin + ${cargo-maven2-plugin.version} + + true + + jetty8x + embedded + + + + + + + 8080 + + + + - - - integration - + - + + com.mysema.maven + apt-maven-plugin + 1.1.3 + + + + process + + + target/generated-sources/java + com.mysema.query.apt.jpa.JPAAnnotationProcessor + + + + - - org.apache.maven.plugins - maven-surefire-plugin - - - integration-test - - test - - - - none - - - **/*IntegrationTest.java - **/*LiveTest.java - - - - - - - json - - - - - org.codehaus.cargo - cargo-maven2-plugin - - false - - - - start-server - pre-integration-test - - start - - - - stop-server - post-integration-test - - stop - - - - - + - - - + - - - 4.1.6.RELEASE - 3.2.7.RELEASE + + + integration + - - 4.3.8.Final - 5.1.35 - 1.7.1.RELEASE + - + + org.apache.maven.plugins + maven-surefire-plugin + + + integration-test + + test + + + + none + + + **/*IntegrationTest.java + **/*LiveTest.java + + + + + + + json + + + + + org.codehaus.cargo + cargo-maven2-plugin + + false + + + + start-server + pre-integration-test + + start + + + + stop-server + post-integration-test + + stop + + + + + - 2.5.1 + + + - - 1.7.12 - 1.1.3 + + + 4.1.6.RELEASE + 3.2.7.RELEASE - - 5.1.3.Final + + 4.3.8.Final + 5.1.35 + 1.7.1.RELEASE - - 18.0 - 3.3.2 + - - 1.3 - 4.11 - 1.10.19 + 2.5.1 - 4.4 - 4.4 + + 1.7.12 + 1.1.3 - 2.4.0 + + 5.1.3.Final - - 3.3 - 2.6 - 2.18.1 - 1.4.12 + + 18.0 + 3.3.2 - + + 1.3 + 4.11 + 1.10.19 - - org.springframework.boot - spring-boot-starter-parent - 1.2.2.RELEASE - + 4.4 + 4.4 + + 2.4.0 + + + 3.3 + 2.6 + 2.18.1 + 1.4.12 + + + + + org.springframework.boot + spring-boot-starter-parent + 1.2.2.RELEASE + \ No newline at end of file