aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorshivasubedi <shiva.subedi@est.tech>2021-07-07 16:30:36 +0100
committershivasubedi <shiva.subedi@est.tech>2021-07-07 16:31:42 +0100
commit34c30f8bf888459e57b2760125922f6f57dc0570 (patch)
tree7c40a7b95a5e8a30c5d3ff4a0a366e1331fd41a2 /cps-parent
parentb72f69b466ccd0e8fa5be8baa94bea50651f16db (diff)
Remove unnecessary version properties
Issue-ID: CPS-495 Signed-off-by: shivasubedi <shiva.subedi@est.tech> Change-Id: I05fa719442c1ebb267cf50a0122055f94958144a
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml22
1 files changed, 7 insertions, 15 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index bd857720c..d8660d0e9 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -38,15 +38,7 @@
<properties>
<app>org.onap.cps.Application</app>
<java.version>11</java.version>
- <jsonschema2pojo-maven-plugin.version>1.1.1</jsonschema2pojo-maven-plugin.version>
<minimum-coverage>0.9</minimum-coverage>
- <oparent.version>3.1.0</oparent.version>
- <spotbugs-maven-plugin.version>4.1.3</spotbugs-maven-plugin.version>
- <spotbugs.slf4j.version>1.8.0-beta4</spotbugs.slf4j.version>
- <spotbugs.bug-pattern.version>1.5.0</spotbugs.bug-pattern.version>
- <spotbugs.version>4.2.0</spotbugs.version>
- <spring-boot-maven-plugin.version>2.3.3.RELEASE</spring-boot-maven-plugin.version>
- <swagger-codegen-maven-plugin.version>3.0.18</swagger-codegen-maven-plugin.version>
<jacoco.reportDirectory.aggregate>${project.reporting.outputDirectory}/jacoco-aggregate</jacoco.reportDirectory.aggregate>
<sonar.coverage.jacoco.xmlReportPaths>
@@ -111,7 +103,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>${spring-boot-maven-plugin.version}</version>
+ <version>2.3.3.RELEASE</version>
<executions>
<execution>
<goals>
@@ -125,17 +117,17 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>${swagger-codegen-maven-plugin.version}</version>
+ <version>3.0.18</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${spotbugs-maven-plugin.version}</version>
+ <version>4.1.3</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
- <version>${spotbugs.version}</version>
+ <version>4.2.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -146,7 +138,7 @@
<!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 2 -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>${spotbugs.slf4j.version}</version>
+ <version>1.8.0-beta4</version>
</dependency>
</dependencies>
<configuration>
@@ -191,7 +183,7 @@
<plugin>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
- <version>${jsonschema2pojo-maven-plugin.version}</version>
+ <version>1.1.1</version>
<configuration>
<targetVersion>${java.version}</targetVersion>
</configuration>
@@ -280,7 +272,7 @@
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>checkstyle</artifactId>
- <version>${oparent.version}</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>