aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-06-25 07:54:39 -0700
committerAnton Tananaev <anton@traccar.org>2022-06-25 07:54:39 -0700
commit5a732a26c85785a9b801583f2fff0ce47314aa03 (patch)
tree97eb67d1492e08603c26de14f6b663bfeb2c0406 /build.gradle
parentc60743cfab4e31214207da5dab44fc4426d53764 (diff)
downloadtrackermap-server-5a732a26c85785a9b801583f2fff0ce47314aa03.tar.gz
trackermap-server-5a732a26c85785a9b801583f2fff0ce47314aa03.tar.bz2
trackermap-server-5a732a26c85785a9b801583f2fff0ce47314aa03.zip
Add throttling filter
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 8c196043a..8ce916432 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,6 +54,7 @@ dependencies {
implementation "org.glassfish:javax.json:1.1.4"
implementation "org.eclipse.jetty:jetty-server:$jettyVersion"
implementation "org.eclipse.jetty:jetty-servlet:$jettyVersion"
+ implementation "org.eclipse.jetty:jetty-servlets:$jettyVersion"
implementation "org.eclipse.jetty:jetty-webapp:$jettyVersion"
implementation "org.eclipse.jetty:jetty-jndi:$jettyVersion"
implementation "org.eclipse.jetty:jetty-proxy:$jettyVersion"