Upgraded to Spring 3.2.7. Upgraded to Logback 1.1.0. Fixed indentation.
This commit is contained in:
@@ -110,11 +110,11 @@
|
||||
<jackson>2.3.0</jackson>
|
||||
<jodatime>2.1</jodatime>
|
||||
<junit>4.11</junit>
|
||||
<logback>1.0.11</logback>
|
||||
<logback>1.1.0</logback>
|
||||
<mockito>1.9.5</mockito>
|
||||
<querydsl>3.3.0</querydsl>
|
||||
<slf4j>1.7.1</slf4j>
|
||||
<spring>3.2.6.RELEASE</spring>
|
||||
<spring>3.2.7.RELEASE</spring>
|
||||
<webbeans>1.2.1</webbeans>
|
||||
|
||||
</properties>
|
||||
@@ -166,7 +166,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-build-resources</artifactId>
|
||||
<version>1.3.0.M1</version>
|
||||
<version>1.3.0.RC1</version>
|
||||
<scope>provided</scope>
|
||||
<type>zip</type>
|
||||
</dependency>
|
||||
@@ -503,7 +503,7 @@
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
@@ -602,16 +602,16 @@
|
||||
</profiles>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>${spring}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>${spring}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -676,12 +676,12 @@
|
||||
<build>
|
||||
|
||||
<extensions>
|
||||
<extension>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ssh</artifactId>
|
||||
<version>2.3</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</extensions>
|
||||
|
||||
<plugins>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user