From 85022a807f5fa6b5aa673df43e3815c1fbe00248 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Fri, 14 Feb 2020 16:27:00 +0100 Subject: Add of dummy test pluginManagement section moved to parent pom.xml Rename of package to follow conventions. Issue-ID: AAF-996 Signed-off-by: kjaniak Change-Id: Id0e011408b149270da88157d1568a23b4709514b --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5dcd8ac1..6c20bb45 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ 0.2 2.8.6 0.33.0 + 5.6.0 true @@ -70,6 +71,27 @@ certServiceClient + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot-starter.version} + + + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + ecomp-releases @@ -154,6 +176,12 @@ + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + org.mockito mockito-core -- cgit 1.2.3-korg