diff options
author | Thomas <> | 2021-04-20 09:30:30 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-20 09:30:30 +0200 |
commit | 2f5425491ac88ec4b65157ac85bde58fb7dce34c (patch) | |
tree | 94d886118f8bc512ecce3f04df95350817a406e4 /eaaf-springboot-utils | |
parent | 3cd52ab38e4d57b6f056dbf47897d80f419522df (diff) | |
download | EAAF-Components-2f5425491ac88ec4b65157ac85bde58fb7dce34c.tar.gz EAAF-Components-2f5425491ac88ec4b65157ac85bde58fb7dce34c.tar.bz2 EAAF-Components-2f5425491ac88ec4b65157ac85bde58fb7dce34c.zip |
update third-party libs and verify / fix some jUnit tests
Diffstat (limited to 'eaaf-springboot-utils')
-rw-r--r-- | eaaf-springboot-utils/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index 0846b1ca..3ce54516 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -66,11 +66,6 @@ <!-- Test dependencies --> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> |