File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ dependencies {
28
28
optional(" io.reactivex.rxjava2:rxjava:${ rxjava2Version} " )
29
29
optional(" io.netty:netty-all" )
30
30
optional(" io.projectreactor.ipc:reactor-netty" )
31
+ optional(" io.undertow:undertow-core:${ undertowVersion} " )
31
32
optional(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
32
33
optional(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
33
34
exclude group : " javax.servlet" , module : " javax.servlet-api"
34
35
}
35
36
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
36
37
exclude group : " javax.servlet" , module : " javax.servlet-api"
37
38
}
38
- optional(" io.undertow:undertow-core:${ undertowVersion} " )
39
39
optional(" com.squareup.okhttp3:okhttp:3.10.0" )
40
40
optional(" org.apache.httpcomponents:httpclient:4.5.5" ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
@@ -80,5 +80,5 @@ dependencies {
80
80
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0" )
81
81
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0" )
82
82
testRuntime(" javax.json:javax.json-api:1.1.2" )
83
- testRuntime(" org.apache.johnzon:johnzon-jsonb:1.1.8 " )
83
+ testRuntime(" org.apache.johnzon:johnzon-jsonb:1.1.9 " )
84
84
}
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ dependencies {
39
39
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
40
40
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
41
41
testCompile(" javax.xml.bind:jaxb-api:2.3.0" )
42
+ testCompile(" com.fasterxml:aalto-xml:1.0.0" )
42
43
testCompile(" org.hibernate:hibernate-validator:6.0.10.Final" )
43
44
testCompile " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
44
45
testCompile(" io.projectreactor:reactor-test" )
45
- testCompile(" org.apache.tomcat:tomcat-util :${ tomcatVersion } " )
46
+ testCompile(" io.undertow:undertow-core :${ undertowVersion } " )
46
47
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
48
+ testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
47
49
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
48
50
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " )
49
- testCompile(" io.undertow:undertow-core:${ undertowVersion} " )
50
- testCompile(" com.fasterxml:aalto-xml:1.0.0" )
51
51
testCompile(" com.squareup.okhttp3:mockwebserver:3.10.0" )
52
52
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
53
53
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -49,14 +49,13 @@ dependencies {
49
49
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " ) {
50
50
exclude group : " javax.servlet" , module : " javax.servlet"
51
51
}
52
- testCompile(" org.hibernate:hibernate-validator:6.0.10.Final" )
53
52
testCompile(" org.apache.httpcomponents:httpclient:4.5.5" ) {
54
53
exclude group : " commons-logging" , module : " commons-logging"
55
54
}
56
55
testCompile(" commons-fileupload:commons-fileupload:1.3.3" )
57
56
testCompile(" commons-io:commons-io:2.5" )
58
57
testCompile(" joda-time:joda-time:2.9.9" )
59
- testCompile(" org.mozilla:rhino:1.7.9 " )
58
+ testCompile(" org.mozilla:rhino:1.7.10 " )
60
59
testCompile(" dom4j:dom4j:1.6.1" ) {
61
60
exclude group : " xml-apis" , module : " xml-apis"
62
61
}
@@ -66,6 +65,7 @@ dependencies {
66
65
exclude group : " xerces" , module : " xercesImpl"
67
66
}
68
67
testCompile(" org.xmlunit:xmlunit-matchers:2.5.1" )
68
+ testCompile(" org.hibernate:hibernate-validator:6.0.10.Final" )
69
69
testCompile(" io.projectreactor:reactor-core" )
70
70
testCompile(" io.reactivex:rxjava:${ rxjavaVersion} " )
71
71
testCompile(" io.reactivex:rxjava-reactive-streams:${ rxjavaAdapterVersion} " )
You can’t perform that action at this time.
0 commit comments