JDK 10 Compatibility
Upgrading dependencies and reconfiguring PowerMock Issue: gh-5860
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user