diff options
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index bd857720c1..d8660d0e97 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> |