aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-23 15:52:12 +0300
committerGravatar Vitaly Takmazov2016-07-27 13:55:03 +0300
commitf3fce84310a189d9be295268e3207d392509e466 (patch)
tree762844aac371a7e92931323a14d65fca8e3ccfc3 /juick-www/build.gradle
parentd3454e70a5855164d17c563fe15e8674b5a5ae2e (diff)
using SerializedPhpParser from maven
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 82dee993..9f6cfe07 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -38,6 +38,7 @@ dependencies {
compile 'org.apache.commons:commons-dbcp2:2.0'
compile 'org.json:json:20151123'
compile 'net.coobird:thumbnailator:0.4.8'
+ compile 'com.github.ooxi:serialized-php-parser:0.5.0'
testCompile 'junit:junit:4.12'
providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
providedRuntime 'mysql:mysql-connector-java:5.1.39'