Skip to content

Commit 45e1bfa

Browse files
committed
#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.
1 parent a156a13 commit 45e1bfa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: parent/pom.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<mockito>1.9.5</mockito>
115115
<querydsl>3.3.3</querydsl>
116116
<slf4j>1.7.7</slf4j>
117-
<spring>3.2.8.RELEASE</spring>
117+
<spring>3.2.9.RELEASE</spring>
118118
<webbeans>1.2.4</webbeans>
119119

120120
</properties>
@@ -529,7 +529,7 @@
529529
<id>spring32-next</id>
530530

531531
<properties>
532-
<spring>3.2.9.BUILD-SNAPSHOT</spring>
532+
<spring>3.2.10.BUILD-SNAPSHOT</spring>
533533
</properties>
534534

535535
<repositories>
@@ -545,10 +545,6 @@
545545

546546
<id>spring4</id>
547547

548-
<activation>
549-
<jdk>1.8</jdk>
550-
</activation>
551-
552548
<properties>
553549
<spring>4.0.4.RELEASE</spring>
554550
</properties>

0 commit comments

Comments
 (0)