Skip to content

Commit

Permalink
Fixed test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Larson committed Jan 21, 2018
1 parent 952481e commit f9cd157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fileupload/build.gradle
Expand Up @@ -6,6 +6,8 @@ dependencies {
compileOnly project(':nanohttpd')
compileOnly group: 'javax.servlet', name: 'servlet-api', version: '2.5'

testCompile project(':nanohttpd')
testCompile group: 'javax.servlet', name: 'servlet-api', version: '2.5'
testCompile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.4.1'
testCompile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.4.1'
}
Expand Down

0 comments on commit f9cd157

Please sign in to comment.