Skip to content

Commit

Permalink
Update embedded tomcat to 7.0.73 (travis failed to download 7.0.59 fr…
Browse files Browse the repository at this point in the history
…om maven)
  • Loading branch information
belgattitude committed Feb 7, 2017
1 parent 66dd8ed commit bc2c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
runtime('log4j:log4j:1.2.17')
testCompile('junit:junit:3.8.2') // the test code still uses this junit API

def tomcatVersion = '7.0.59'
def tomcatVersion = '7.0.73'

providedCompile('javax.servlet:javax.servlet-api:3.0.1')
//compile('javax.servlet:javax.servlet-api:3.0.1')
Expand Down

0 comments on commit bc2c270

Please sign in to comment.