Upgraded to Spring Boot 1.1.0.

This commit is contained in:
Oliver Gierke
2014-06-16 17:03:50 +02:00
parent c3afe35d2f
commit a3a1db24d0
6 changed files with 22 additions and 28 deletions

View File

@@ -13,11 +13,6 @@
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
<dependency>
<groupId>org.jadira.usertype</groupId>
<artifactId>usertype.extended</artifactId>
@@ -26,4 +21,17 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>