Use spring-boot-starter-actuator managed version 33/131433/1
authorliamfallon <liam.fallon@est.tech>
Tue, 11 Oct 2022 18:21:12 +0000 (19:21 +0100)
committerliamfallon <liam.fallon@est.tech>
Tue, 11 Oct 2022 19:34:02 +0000 (20:34 +0100)
Issue-ID: POLICY-4393
Change-Id: I31399942e603b2f29921c38c7dc1b9ab18be0d09
Signed-off-by: liamfallon <liam.fallon@est.tech>
models/pom.xml
participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml
participant/pom.xml
runtime-acm/pom.xml

index 4a882ef..79f40c3 100644 (file)
@@ -42,7 +42,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-data-jpa</artifactId>
-            <version>${version.springboot}</version>
         </dependency>
     </dependencies>
 
index 3388f01..13ef55f 100644 (file)
@@ -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
index 6eda291..eef52c8 100644 (file)
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
-            <version>${version.springboot}</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-aop</artifactId>
-            <version>${version.springboot}</version>
         </dependency>
     </dependencies>
 
index 50deb56..e53f5cb 100644 (file)
@@ -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>