diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2018-12-07 15:38:54 +0100 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2018-12-07 15:38:54 +0100 |
commit | d25605a6d776cc41a416333edde54701c73a08aa (patch) | |
tree | b7fb138a33206485564d4d0a262fad1a0bdd5ec1 /rest-services/dmaap-client/pom.xml | |
parent | 50f48d62c9e25de4a6aa260aa06a4b8f3a7f5ca0 (diff) |
Cleanup
*Remove Junit 4 stuff
*Remove Junit 5 API
Change-Id: Idc7ea695ab21d3c7cbef1e14151d0a11aedaa2e6
Issue-ID: DCAEGEN2-1021
Signed-off-by: mmigdal <marcin.migdal@nokia.com>
Diffstat (limited to 'rest-services/dmaap-client/pom.xml')
-rw-r--r-- | rest-services/dmaap-client/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rest-services/dmaap-client/pom.xml b/rest-services/dmaap-client/pom.xml index 06ff4054..3885ee1b 100644 --- a/rest-services/dmaap-client/pom.xml +++ b/rest-services/dmaap-client/pom.xml @@ -32,19 +32,9 @@ </dependency> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.junit.vintage</groupId> - <artifactId>junit-vintage-engine</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.immutables</groupId> |