Skip to content

Commit

Permalink
fix test compile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
streamone committed May 8, 2020
1 parent 83acde7 commit 4083571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies {

testImplementation 'junit:junit:4.12',
'org.springframework:spring-test:3.2.18.RELEASE',
'org.mockito:mockito-core:2.13.0'
'org.mockito:mockito-core:2.13.0',
'javax.servlet:servlet-api:2.5'

testRuntimeOnly 'org.slf4j:jcl-over-slf4j:1.7.25',
'ch.qos.logback:logback-core:1.1.11',
Expand Down

0 comments on commit 4083571

Please sign in to comment.