|
|
|
|
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>org.springframework.bootstrap</groupId> |
|
|
|
|
<artifactId>spring-bootstrap-parent</artifactId> |
|
|
|
|
@ -11,10 +12,10 @@
@@ -11,10 +12,10 @@
|
|
|
|
|
<modules> |
|
|
|
|
<module>spring-bootstrap</module> |
|
|
|
|
<module>spring-bootstrap-actuator</module> |
|
|
|
|
<module>spring-bootstrap-starters</module> |
|
|
|
|
<module>spring-bootstrap-cli</module> |
|
|
|
|
<module>spring-bootstrap-launcher</module> |
|
|
|
|
<module>spring-bootstrap-samples</module> |
|
|
|
|
<module>spring-bootstrap-cli</module> |
|
|
|
|
<module>spring-bootstrap-starters</module> |
|
|
|
|
</modules> |
|
|
|
|
<properties> |
|
|
|
|
<java.version>1.6</java.version> |
|
|
|
|
@ -24,16 +25,16 @@
@@ -24,16 +25,16 @@
|
|
|
|
|
<spring.security.javaconfig.version>1.0.0.CI-SNAPSHOT</spring.security.javaconfig.version> |
|
|
|
|
<spring.integration.version>2.2.3.RELEASE</spring.integration.version> |
|
|
|
|
<spring.batch.version>2.2.0.RELEASE</spring.batch.version> |
|
|
|
|
<tomcat.version>7.0.39</tomcat.version> |
|
|
|
|
<jetty.version>8.1.9.v20130131</jetty.version> |
|
|
|
|
<aspectj.version>1.7.2</aspectj.version> |
|
|
|
|
<tomcat.version>7.0.39</tomcat.version> |
|
|
|
|
<jetty.version>8.1.9.v20130131</jetty.version> |
|
|
|
|
<aspectj.version>1.7.2</aspectj.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<scm> |
|
|
|
|
<url>http://github.com/SpringSource/spring-bootstrap</url> |
|
|
|
|
<connection>scm:git:git://github.com/SpringSource/spring-bootstrap.git</connection> |
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/SpringSource/spring-bootstrap.git</developerConnection> |
|
|
|
|
</scm> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
<developers> |
|
|
|
|
<developer> |
|
|
|
|
@ -69,7 +70,7 @@
@@ -69,7 +70,7 @@
|
|
|
|
|
</snapshotRepository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
|
<profiles> |
|
|
|
|
<profiles> |
|
|
|
|
<profile> |
|
|
|
|
<id>staging</id> |
|
|
|
|
<distributionManagement> |
|
|
|
|
@ -90,68 +91,70 @@
@@ -90,68 +91,70 @@
|
|
|
|
|
<profile> |
|
|
|
|
<id>milestone</id> |
|
|
|
|
<distributionManagement> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-repo-milestone</id> |
|
|
|
|
<name>Spring Milestone Repository</name> |
|
|
|
|
<url>https://repo.springsource.org/libs-milestone-local</url> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-repo-milestone</id> |
|
|
|
|
<name>Spring Milestone Repository</name> |
|
|
|
|
<url>https://repo.springsource.org/libs-milestone-local</url> |
|
|
|
|
</repository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>central</id> |
|
|
|
|
<distributionManagement> |
|
|
|
|
<snapshotRepository> |
|
|
|
|
<id>sonatype-nexus-snapshots</id> |
|
|
|
|
<name>Sonatype Nexus Snapshots</name> |
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
|
|
|
|
</snapshotRepository> |
|
|
|
|
<repository> |
|
|
|
|
<id>sonatype-nexus-staging</id> |
|
|
|
|
<name>Nexus Release Repository</name> |
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
|
|
|
|
</repository> |
|
|
|
|
<snapshotRepository> |
|
|
|
|
<id>sonatype-nexus-snapshots</id> |
|
|
|
|
<name>Sonatype Nexus Snapshots</name> |
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
|
|
|
|
</snapshotRepository> |
|
|
|
|
<repository> |
|
|
|
|
<id>sonatype-nexus-staging</id> |
|
|
|
|
<name>Nexus Release Repository</name> |
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
|
|
|
|
</repository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<id>sign-artifacts</id> |
|
|
|
|
<phase>verify</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>sign</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
<plugins> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<id>sign-artifacts</id> |
|
|
|
|
<phase>verify</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>sign</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>bootstrap</id> |
|
|
|
|
<!-- deactivate when released --> |
|
|
|
|
<activation><activeByDefault>true</activeByDefault></activation> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://maven.springframework.org/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://maven.springframework.org/milestone</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>bootstrap</id> |
|
|
|
|
<!-- deactivate when released --> |
|
|
|
|
<activation> |
|
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
|
</activation> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://maven.springframework.org/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://maven.springframework.org/milestone</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|
<build> |
|
|
|
|
<pluginManagement> |
|
|
|
|
@ -264,9 +267,7 @@
@@ -264,9 +267,7 @@
|
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
<configuration> |
|
|
|
|
<!-- is using JDK 8 |
|
|
|
|
<additionalparam>-Xdoclint:none -quiet</additionalparam> |
|
|
|
|
--> |
|
|
|
|
<!-- is using JDK 8 <additionalparam>-Xdoclint:none -quiet</additionalparam> --> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
@ -292,9 +293,9 @@
@@ -292,9 +293,9 @@
|
|
|
|
|
<exclude>**/Abstract*.java</exclude> |
|
|
|
|
</excludes> |
|
|
|
|
<junitArtifactName>junit:junit</junitArtifactName> |
|
|
|
|
<systemPropertyVariables> |
|
|
|
|
<java.security.egd>file:/dev/./urandom</java.security.egd> |
|
|
|
|
</systemPropertyVariables> |
|
|
|
|
<systemPropertyVariables> |
|
|
|
|
<java.security.egd>file:/dev/./urandom</java.security.egd> |
|
|
|
|
</systemPropertyVariables> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
@ -306,6 +307,31 @@
@@ -306,6 +307,31 @@
|
|
|
|
|
</build> |
|
|
|
|
<dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
|
<version>1.0.7</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId> |
|
|
|
|
<artifactId>jackson-datatype-joda</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-dbcp</groupId> |
|
|
|
|
<artifactId>commons-dbcp</artifactId> |
|
|
|
|
<version>1.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-httpclient</groupId> |
|
|
|
|
<artifactId>commons-httpclient</artifactId> |
|
|
|
|
@ -316,70 +342,35 @@
@@ -316,70 +342,35 @@
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId> |
|
|
|
|
<version>3.0.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
<artifactId>jstl</artifactId> |
|
|
|
|
<version>1.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate.javax.persistence</groupId> |
|
|
|
|
<artifactId>hibernate-jpa-2.0-api</artifactId> |
|
|
|
|
<version>1.0.1.Final</version> |
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
<artifactId>jstl</artifactId> |
|
|
|
|
<version>1.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-validator</artifactId> |
|
|
|
|
<version>4.3.1.Final</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<version>4.11</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
<groupId>log4j</groupId> |
|
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
|
<version>1.2.17</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
<groupId>net.sf.jopt-simple</groupId> |
|
|
|
|
<artifactId>jopt-simple</artifactId> |
|
|
|
|
<version>4.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
<groupId>nz.net.ultraq.web.thymeleaf</groupId> |
|
|
|
|
<artifactId>thymeleaf-layout-dialect</artifactId> |
|
|
|
|
<version>1.0.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-jdk14</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>log4j</groupId> |
|
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
|
<version>1.2.17</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
|
<version>1.0.7</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId> |
|
|
|
|
<artifactId>jackson-datatype-joda</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
<groupId>org.apache.ivy</groupId> |
|
|
|
|
<artifactId>ivy</artifactId> |
|
|
|
|
<version>2.3.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId> |
|
|
|
|
@ -396,16 +387,21 @@
@@ -396,16 +387,21 @@
|
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
<artifactId>tomcat-jdbc</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-dbcp</groupId> |
|
|
|
|
<artifactId>commons-dbcp</artifactId> |
|
|
|
|
<version>1.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
<artifactId>tomcat-jdbc</artifactId> |
|
|
|
|
<version>${tomcat.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<version>${aspectj.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
<artifactId>aspectjweaver</artifactId> |
|
|
|
|
<version>${aspectj.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy</artifactId> |
|
|
|
|
@ -432,16 +428,21 @@
@@ -432,16 +428,21 @@
|
|
|
|
|
<artifactId>jetty-util</artifactId> |
|
|
|
|
<version>${jetty.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty</groupId> |
|
|
|
|
<artifactId>jetty-jsp</artifactId> |
|
|
|
|
<version>${jetty.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty</groupId> |
|
|
|
|
<artifactId>jetty-annotations</artifactId> |
|
|
|
|
<version>${jetty.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty</groupId> |
|
|
|
|
<artifactId>jetty-jsp</artifactId> |
|
|
|
|
<version>${jetty.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.jetty</groupId> |
|
|
|
|
<artifactId>jetty-annotations</artifactId> |
|
|
|
|
<version>${jetty.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.h2database</groupId> |
|
|
|
|
<artifactId>h2</artifactId> |
|
|
|
|
<version>1.3.171</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
|
@ -452,21 +453,46 @@
@@ -452,21 +453,46 @@
|
|
|
|
|
<artifactId>hibernate-entitymanager</artifactId> |
|
|
|
|
<version>4.2.1.Final</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate.javax.persistence</groupId> |
|
|
|
|
<artifactId>hibernate-jpa-2.0-api</artifactId> |
|
|
|
|
<version>1.0.1.Final</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-validator</artifactId> |
|
|
|
|
<version>4.3.1.Final</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hsqldb</groupId> |
|
|
|
|
<artifactId>hsqldb</artifactId> |
|
|
|
|
<version>2.2.9</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.h2database</groupId> |
|
|
|
|
<artifactId>h2</artifactId> |
|
|
|
|
<version>1.3.171</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
|
<version>1.9.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-jdk14</artifactId> |
|
|
|
|
<version>1.7.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-javaconfig</artifactId> |
|
|
|
|
@ -501,12 +527,12 @@
@@ -501,12 +527,12 @@
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-context-support</artifactId> |
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>quartz</groupId> |
|
|
|
|
<artifactId>quartz</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>quartz</groupId> |
|
|
|
|
<artifactId>quartz</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
@ -537,12 +563,12 @@
@@ -537,12 +563,12 @@
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-oxm</artifactId> |
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>commons-lang</groupId> |
|
|
|
|
<artifactId>commons-lang</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>commons-lang</groupId> |
|
|
|
|
<artifactId>commons-lang</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
@ -559,11 +585,11 @@
@@ -559,11 +585,11 @@
|
|
|
|
|
<artifactId>spring-batch-core</artifactId> |
|
|
|
|
<version>${spring.batch.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.integration</groupId> |
|
|
|
|
<artifactId>spring-integration-core</artifactId> |
|
|
|
|
<version>${spring.integration.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.integration</groupId> |
|
|
|
|
<artifactId>spring-integration-core</artifactId> |
|
|
|
|
<version>${spring.integration.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
|
<artifactId>spring-data-jpa</artifactId> |
|
|
|
|
@ -579,36 +605,21 @@
@@ -579,36 +605,21 @@
|
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.hateoas</groupId> |
|
|
|
|
<artifactId>spring-hateoas</artifactId> |
|
|
|
|
<version>0.5.0.RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<version>${aspectj.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
<artifactId>aspectjweaver</artifactId> |
|
|
|
|
<version>${aspectj.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.hateoas</groupId> |
|
|
|
|
<artifactId>spring-hateoas</artifactId> |
|
|
|
|
<version>0.5.0.RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.thymeleaf</groupId> |
|
|
|
|
<artifactId>thymeleaf-spring3</artifactId> |
|
|
|
|
<version>2.0.16</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.yaml</groupId> |
|
|
|
|
<artifactId>snakeyaml</artifactId> |
|
|
|
|
<version>1.12</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.thymeleaf</groupId> |
|
|
|
|
<artifactId>thymeleaf-spring3</artifactId> |
|
|
|
|
<version>2.0.16</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>nz.net.ultraq.web.thymeleaf</groupId> |
|
|
|
|
<artifactId>thymeleaf-layout-dialect</artifactId> |
|
|
|
|
<version>1.0.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
|