aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordeveloperKurt <mustafakurt.business@gmail.com>2020-01-03 10:20:07 +0300
committerdeveloperKurt <mustafakurt.business@gmail.com>2020-01-03 10:20:07 +0300
commit13b27f8d7ac08bb3ff1a56a48865201263d6462d (patch)
tree0a64acc277808d83d6a7ce6a65da7ac42a2de05e /pom.xml
parenta6ab28c8990d0506e20bb2c45ed9c6183a9b9594 (diff)
downloadtraccar-server-13b27f8d7ac08bb3ff1a56a48865201263d6462d.tar.gz
traccar-server-13b27f8d7ac08bb3ff1a56a48865201263d6462d.tar.bz2
traccar-server-13b27f8d7ac08bb3ff1a56a48865201263d6462d.zip
As the owner requested:
• Javadocs are removed • Spring test framework removed, created custom mock implementation instead • Added class and method renamed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 1de77eb66..050321d7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,6 @@
</properties>
<dependencies>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>5.2.2.RELEASE</version>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>