diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-11 19:21:12 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-11 20:34:02 +0100 |
commit | 0c7714797284924d231895bc7cae7e92473ea0a8 (patch) | |
tree | 253010c0599967e9a7d556b78a341a0d42f37b70 | |
parent | f4a8123b59f3914aae65eb81d64a15dd9d31cbed (diff) |
Use spring-boot-starter-actuator managed version
Issue-ID: POLICY-4393
Change-Id: I31399942e603b2f29921c38c7dc1b9ab18be0d09
Signed-off-by: liamfallon <liam.fallon@est.tech>
-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> |