#74 - Upgrade to Spring 3.2.9.RELEASE.
Removed default activation of Spring 4 on Java 8. Upgraded spring32-next profile to 3.2.10.BUILD-SNAPSHOT.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<mockito>1.9.5</mockito>
|
||||
<querydsl>3.3.3</querydsl>
|
||||
<slf4j>1.7.7</slf4j>
|
||||
<spring>3.2.8.RELEASE</spring>
|
||||
<spring>3.2.9.RELEASE</spring>
|
||||
<webbeans>1.2.4</webbeans>
|
||||
|
||||
</properties>
|
||||
@@ -529,7 +529,7 @@
|
||||
<id>spring32-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>3.2.9.BUILD-SNAPSHOT</spring>
|
||||
<spring>3.2.10.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -545,10 +545,6 @@
|
||||
|
||||
<id>spring4</id>
|
||||
|
||||
<activation>
|
||||
<jdk>1.8</jdk>
|
||||
</activation>
|
||||
|
||||
<properties>
|
||||
<spring>4.0.4.RELEASE</spring>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user