aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-04-09 07:50:58 -0700
committerAnton Tananaev <anton@traccar.org>2023-04-09 07:50:58 -0700
commitee39f67d21078da595a819255b59d88c30e66d7a (patch)
tree76d385ebbae6c439967680cf91ad8e5a6994a8f7 /build.gradle
parentddf44c40b95c4a4a013f244ddffa3b1fad39d416 (diff)
downloadtrackermap-server-ee39f67d21078da595a819255b59d88c30e66d7a.tar.gz
trackermap-server-ee39f67d21078da595a819255b59d88c30e66d7a.tar.bz2
trackermap-server-ee39f67d21078da595a819255b59d88c30e66d7a.zip
Upgrade JEXL version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index c29f3ba26..a0be04f8c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,6 +69,7 @@ dependencies {
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr353:$jacksonVersion"
implementation "org.liquibase:liquibase-core:4.19.0"
implementation "com.sun.mail:jakarta.mail:1.6.7"
+ implementation "org.apache.commons:commons-jexl3:3.3"
implementation "org.jxls:jxls:$jxlsVersion"
implementation "org.jxls:jxls-poi:$jxlsVersion"
implementation "org.apache.velocity:velocity-engine-core:2.3"