1
0
mirror of synced 2026-08-05 01:36:56 +00:00

JDK 10 Compatibility

Upgrading dependencies and reconfiguring PowerMock

Issue: gh-5860
This commit is contained in:
Josh Cummings
2018-10-15 15:46:03 -06:00
committed by Rob Winch
parent 52507695d1
commit bd9e3877f9
8 changed files with 60 additions and 34 deletions
@@ -27,6 +27,10 @@ dependencies {
compile 'org.springframework:spring-webmvc'
compile slf4jDependencies
compile 'javax.xml.bind:jaxb-api'
compile 'com.sun.xml.bind:jaxb-core'
compile 'com.sun.xml.bind:jaxb-impl'
providedCompile 'javax.servlet.jsp:javax.servlet.jsp-api'
providedCompile 'javax.servlet:javax.servlet-api'
@@ -28,6 +28,10 @@ dependencies {
compile 'org.hibernate:hibernate-validator'
compile slf4jDependencies
compile 'javax.xml.bind:jaxb-api'
compile 'com.sun.xml.bind:jaxb-core'
compile 'com.sun.xml.bind:jaxb-impl'
providedCompile 'javax.servlet.jsp:javax.servlet.jsp-api'
providedCompile 'javax.servlet:javax.servlet-api'