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/pom.xml | |
parent | a21466150f0d6087d2f09752192ac79b6ea86fde (diff) | |
parent | d28aa873fb503794583ec61a851a5232431d17b2 (diff) |
Merge "Re clean up clamp project properties and dependencies"
Diffstat (limited to 'participant/participant-impl/pom.xml')
-rw-r--r-- | participant/participant-impl/pom.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/participant/participant-impl/pom.xml b/participant/participant-impl/pom.xml index 8afd81045..ecc16e633 100644 --- a/participant/participant-impl/pom.xml +++ b/participant/participant-impl/pom.xml @@ -41,6 +41,37 @@ <module>participant-impl-kubernetes</module> </modules> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + <version>${version.springboot}</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-webflux</artifactId> + <version>${version.springboot}</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + <version>${version.springboot}</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <version>${version.springboot}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-security</artifactId> + <version>${version.springboot}</version> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> <dependency> <groupId>org.onap.policy.clamp.participant</groupId> |