diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-22 11:07:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-22 11:07:50 +0000 |
commit | df2d3298e9881410dff5547e0ba9850135d63d5c (patch) | |
tree | e0ee9a0c00908b05d3aebc15da2463787d61c524 /participant/participant-impl/participant-impl-policy | |
parent | a21466150f0d6087d2f09752192ac79b6ea86fde (diff) | |
parent | d28aa873fb503794583ec61a851a5232431d17b2 (diff) |
Merge "Re clean up clamp project properties and dependencies"
Diffstat (limited to 'participant/participant-impl/participant-impl-policy')
-rw-r--r-- | participant/participant-impl/participant-impl-policy/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/participant/participant-impl/participant-impl-policy/pom.xml b/participant/participant-impl/participant-impl-policy/pom.xml index a0176588b..9cc70b426 100644 --- a/participant/participant-impl/participant-impl-policy/pom.xml +++ b/participant/participant-impl/participant-impl-policy/pom.xml @@ -32,23 +32,6 @@ <name>${project.artifactId}</name> <description>Policy participant, that allows Policy to partake in control loops</description> - <properties> - <springboot.version>2.4.4</springboot.version> - </properties> - - <dependencyManagement> - <dependencies> - <!-- Spring Boot BOM --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-dependencies</artifactId> - <version>${springboot.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>org.springframework.boot</groupId> @@ -70,7 +53,6 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>${springboot.version}</version> <executions> <execution> <goals> |