diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-12-20 13:40:14 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2022-01-12 09:55:58 +0100 |
commit | 0f8b20544745afaf9c7b38140b9516667d9c4752 (patch) | |
tree | 5794cf7640a0f53a79cd9ae19b52f78c810191f1 /a1-policy-management/pom.xml | |
parent | 2a56cf71506081a7c2c08f46791fbf8132dfac31 (diff) |
PMS, Removed use of CBS
Removing usage of the deprecated component CBS, which was used
for application configuration data.
Change-Id: I11fbc1ff6e6caa1af448bc2918f4364777094e25
Issue-ID: CCSDK-3560
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index c7506b01..dc1d7f23 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -37,7 +37,6 @@ <springfox.version>3.0.0</springfox.version> <!-- Do not change to version 3.0.0! Will break the generated json. --> <immutable.version>2.8.8</immutable.version> - <sdk.version>1.1.6</sdk.version> <json.version>20200518</json.version> <formatter-maven-plugin.version>2.13.0</formatter-maven-plugin.version> <spotless-maven-plugin.version>2.5.0</spotless-maven-plugin.version> @@ -81,6 +80,10 @@ <artifactId>spring-webmvc</artifactId> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-webflux</artifactId> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webflux</artifactId> </dependency> @@ -112,11 +115,6 @@ <artifactId>tomcat-embed-core</artifactId> </dependency> <dependency> - <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> - <artifactId>cbs-client</artifactId> - <version>${sdk.version}</version> - </dependency> - <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> @@ -433,4 +431,4 @@ </plugin> </plugins> </build> -</project> +</project>
\ No newline at end of file |