Skip to content
This repository was archived by the owner on Sep 22, 2019. It is now read-only.

Commit 5379020

Browse files
committed
Add missing groovy dependency to build.gradle
1 parent 171066a commit 5379020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dependencies {
3838
compile 'ch.qos.logback:logback-classic:1.1.7'
3939
compile 'org.apache.httpcomponents:httpclient:4.5.3'
4040

41+
runtime 'org.codehaus.groovy:groovy:2.4.15'
42+
4143
providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
4244

4345
testCompile "junit:junit:4.11"

0 commit comments

Comments
 (0)