diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-25 12:34:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-25 12:34:04 +0000 |
commit | 78d0be555197b29cd9de4b882c9525d6b6b2e524 (patch) | |
tree | 5473d222ccf01be249fb716d78d8f4853f681667 /participant/participant-impl/participant-impl-dcae/pom.xml | |
parent | c2f0aac6784db56706931a5fa409e18a3dc872cd (diff) | |
parent | dbc13c78875a3d5493054a7252a7804daae8cf1f (diff) |
Merge "Move parameters from config Json file to application.yaml"
Diffstat (limited to 'participant/participant-impl/participant-impl-dcae/pom.xml')
-rw-r--r-- | participant/participant-impl/participant-impl-dcae/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/participant/participant-impl/participant-impl-dcae/pom.xml b/participant/participant-impl/participant-impl-dcae/pom.xml index d59bca376..947862626 100644 --- a/participant/participant-impl/participant-impl-dcae/pom.xml +++ b/participant/participant-impl/participant-impl-dcae/pom.xml @@ -36,17 +36,14 @@ <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-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> |