aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGábor Somogyi <gabor.g.somogyi@gmail.com>2016-04-22 23:15:39 +0200
committerGábor Somogyi <gabor.g.somogyi@gmail.com>2016-04-23 12:10:24 +0200
commit40620ab3f10c686499ae2b25c8019280b1c82c1f (patch)
tree08e23e921744ae4fe0132d87df8f9e6d4c4e3b09 /pom.xml
parenta427f3f6644a62366e4c2ed6c69f2f4479b2bed5 (diff)
downloadtraccar-server-40620ab3f10c686499ae2b25c8019280b1c82c1f.tar.gz
traccar-server-40620ab3f10c686499ae2b25c8019280b1c82c1f.tar.bz2
traccar-server-40620ab3f10c686499ae2b25c8019280b1c82c1f.zip
H02 protocol arm and disarm commands
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b0d7c19b..281828630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>