File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ dependencies {
3535 compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.7' ])
3636 compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.3' ])
3737 compile ([group : ' org.apache.httpcomponents' , name : ' httpasyncclient' , version : ' 4.1.3' ])
38- compileOnly ' com.opensymphony :xwork:2.0.4 ' // Struts 2
38+ compileOnly ' org.apache.struts.xwork :xwork-core :2.3.37 ' // Struts 2
3939 compileOnly ' org.springframework:spring-webmvc:3.1.0.RELEASE'
4040 compileOnly group : ' javax.servlet' , name : ' javax.servlet-api' , version : ' 3.0.1'
4141 compileOnly group : ' javax.enterprise' , name : ' cdi-api' , version : ' 1.1' // Java EE
4242 testCompile (project(' :agent' )) { transitive = false }
43- testCompile ' com.opensymphony :xwork:2.0.4 ' // Struts 2
43+ testCompile ' org.apache.struts.xwork :xwork-core :2.3.37 '
4444 testCompile ' org.springframework:spring-webmvc:3.1.0.RELEASE'
4545 testCompile group : ' javax.servlet' , name : ' javax.servlet-api' , version : ' 3.0.1'
4646 testCompile group : ' javax.enterprise' , name : ' cdi-api' , version : ' 1.1' // Java EE
You can’t perform that action at this time.
0 commit comments