From 140a2d97e83f77a54ec875174cd11c170476a02a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 27 Jan 2016 19:20:14 +0100 Subject: [PATCH] #221 - Introduced build profile to build against Spring 4.3 snapshots. --- parent/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index dfb3b21c..8368b70f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -535,6 +535,23 @@ + + + spring43-next + + + 4.3.0.BUILD-SNAPSHOT + + + + + spring-libs-snapshot + http://repo.spring.io/libs-snapshot + + + + + querydsl-next