Version bumps for Spring 5

Issue gh-4080
This commit is contained in:
Rob Winch
2016-10-14 17:36:15 -05:00
parent a18707c870
commit 08c1f500a7
23 changed files with 56 additions and 45 deletions

View File

@@ -13,7 +13,6 @@ dependencies {
"org.mortbay.jetty:jetty-util:$jettyVersion",
"org.testng:testng:6.8.21"
testCompile ("org.mortbay.jetty:jetty:$jettyVersion") {
exclude group: 'org.mortbay.jetty', module: 'servlet-api'
}
testCompile ('net.sourceforge.jwebunit:jwebunit-core:2.2') {
exclude group: 'javax.servlet', module: 'servlet-api'