diff options
author | kjaniak <kornel.janiak@nokia.com> | 2020-02-14 16:27:00 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2020-02-17 07:31:20 +0100 |
commit | 85022a807f5fa6b5aa673df43e3815c1fbe00248 (patch) | |
tree | 652871183cef63cc47823ae73cf5682248cdef8d /certService/pom.xml | |
parent | 8209f7c8dc47546a354978e36b96d3b80b5b55d9 (diff) |
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 <kornel.janiak@nokia.com>
Change-Id: Id0e011408b149270da88157d1568a23b4709514b
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 03200dd3..a8a5296c 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -70,24 +70,6 @@ </dependencies> <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - <version>${spring-boot-starter.version}</version> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${maven-javadoc-plugin.version}</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${maven-surefire-plugin.version}</version> - </plugin> - </plugins> - </pluginManagement> <plugins> <plugin> <groupId>org.springframework.boot</groupId> |