#59 - Automatically activate Spring 4 profile for Java 8.

This commit is contained in:
Oliver Gierke
2014-03-27 16:51:20 +01:00
parent 6cc4db8a54
commit e28700a7bc

View File

@@ -570,6 +570,10 @@
<profile>
<id>spring4</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<spring>4.0.3.RELEASE</spring>