aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-03-24 10:21:56 -0700
committerGitHub <noreply@github.com>2021-03-24 10:21:56 -0700
commit75ec3fa275b350edfa9f4dce67e2cc098e684b70 (patch)
tree9dc25bf0aff2b74cf9b5e3499fd8195311a7e748 /build.gradle
parentbe87b57c22b385bfc317d4e3e18e43877f46ca9b (diff)
parentf10dabf49aa78c8277680d787837cfe74b9e653c (diff)
downloadtraccar-server-75ec3fa275b350edfa9f4dce67e2cc098e684b70.tar.gz
traccar-server-75ec3fa275b350edfa9f4dce67e2cc098e684b70.tar.bz2
traccar-server-75ec3fa275b350edfa9f4dce67e2cc098e684b70.zip
Merge pull request #4650 from subodhranadive/feature-sns-integration
Amazon SNS integration
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 83c762d4d..cf0113290 100644
--- a/build.gradle
+++ b/build.gradle
@@ -77,6 +77,7 @@ dependencies {
implementation "com.sun.xml.bind:jaxb-core:2.3.0.1"
implementation "com.sun.xml.bind:jaxb-impl:2.3.3"
implementation "javax.activation:activation:1.1.1"
+ implementation 'com.amazonaws:aws-java-sdk-sns:1.11.692'
testImplementation "junit:junit:4.13.1"
}