aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
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 /build.gradle
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 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3622bdbd4..8e65bfdd1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -75,7 +75,6 @@ dependencies {
implementation "com.sun.xml.bind:jaxb-impl:2.3.2"
implementation "javax.activation:activation:1.1.1"
testImplementation "junit:junit:4.12"
- testImplementation group: 'org.springframework', name: 'spring-test', version: '5.2.2.RELEASE'
}
task copyDependencies(type: Copy) {