diff options
author | Baumel, Dvir (db384r) <dvir.baumel@intl.att.com> | 2020-04-21 14:14:15 +0300 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-22 13:27:18 +0000 |
commit | ef3165222d153feec6168a0544d75951c982dcad (patch) | |
tree | 893e92de6c946c3afdeb5e300d96b34e5435f9dd /utils/DmaapPublisher/pom.xml | |
parent | 333e6b47fcd6df91136ae1efa7eecca50bc50a04 (diff) |
Fix unit tests not running
Change-Id: I06462b6180a1f1a310aae994f4e703a498f80247
Issue-ID: SDC-2933
Signed-off-by: Baumel, Dvir (db384r) <dvir.baumel@intl.att.com>
Diffstat (limited to 'utils/DmaapPublisher/pom.xml')
-rw-r--r-- | utils/DmaapPublisher/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml index 5437f4e978..6152fdff83 100644 --- a/utils/DmaapPublisher/pom.xml +++ b/utils/DmaapPublisher/pom.xml @@ -65,18 +65,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter</artifactId> - <version>${junitJupiter.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> - <version>${mockitoJupiter.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.8.47</version> |