diff options
-rw-r--r-- | models/pom.xml | 1 | ||||
-rw-r--r-- | participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml | 2 | ||||
-rw-r--r-- | participant/pom.xml | 2 | ||||
-rw-r--r-- | runtime-acm/pom.xml | 2 |
4 files changed, 1 insertions, 6 deletions
diff --git a/models/pom.xml b/models/pom.xml index 4a882efb6..79f40c3ad 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -42,7 +42,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> - <version>${version.springboot}</version> </dependency> </dependencies> diff --git a/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml index 3388f01a5..13ef55f10 100644 --- a/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml +++ b/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml @@ -4,7 +4,7 @@ participant: description: Participant Description participantId: version: 1.0.0 - name: org.onap.PM_CDS_Blueprint + name: org.onap.PM_Policy participantType: version: 1.0.0 name: org.onap.PM_CDS_Blueprint diff --git a/participant/pom.xml b/participant/pom.xml index 6eda29191..eef52c804 100644 --- a/participant/pom.xml +++ b/participant/pom.xml @@ -109,7 +109,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> @@ -119,7 +118,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> - <version>${version.springboot}</version> </dependency> </dependencies> diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index 50deb5679..e53f5cbbe 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -74,7 +74,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -92,7 +91,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> - <version>${version.springboot}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> |