diff options
Diffstat (limited to 'catalog-dao')
-rw-r--r-- | catalog-dao/pom.xml | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index b939448f2d..52a317dd74 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -34,20 +34,6 @@ Modifications copyright (c) 2018 Nokia </parent> <dependencies> - <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API --> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> - <version>${junitJupiter.version}</version> - <scope>test</scope> - </dependency> - <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API --> - <dependency> - <groupId>org.junit.vintage</groupId> - <artifactId>junit-vintage-engine</artifactId> - <version>${junitJupiter.version}</version> - <scope>test</scope> - </dependency> <!-- Common of SDC --> <dependency> @@ -156,12 +142,6 @@ Modifications copyright (c) 2018 Nokia </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - - <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <scope>test</scope> @@ -427,4 +407,4 @@ Modifications copyright (c) 2018 Nokia </plugins> </pluginManagement> </build> -</project>
\ No newline at end of file +</project> |