Skip to content

Commit 7b01f10

Browse files
authored
Merge pull request #1184 from microsoft/littleaj/upgrade_struts2
use latest version of struts2 to build optional component
2 parents 374ed18 + 089a8cc commit 7b01f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)