aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSubodh Ranadive <subodh.ranadive@ekzero.com>2021-03-04 14:53:05 +0530
committerSubodh Ranadive <subodh.ranadive@ekzero.com>2021-03-24 15:30:31 +0530
commit9cc97bf816e166f8d5c43d4aadee24105a9e317d (patch)
tree3ed17f90cd582c7cc5e9f7e95f4fc20a4b6cecea /pom.xml
parentbe87b57c22b385bfc317d4e3e18e43877f46ca9b (diff)
downloadtraccar-server-9cc97bf816e166f8d5c43d4aadee24105a9e317d.tar.gz
traccar-server-9cc97bf816e166f8d5c43d4aadee24105a9e317d.tar.bz2
traccar-server-9cc97bf816e166f8d5c43d4aadee24105a9e317d.zip
feature : added support of AWS SNS messaging
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 49c0895d1..c90bdc96e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,11 @@
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.12.1</version>
</dependency>
+ <dependency>
+ <groupId>com.amazonaws</groupId>
+ <artifactId>aws-java-sdk</artifactId>
+ <version>1.11.967</version>
+ </dependency>
</dependencies>