diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2024-02-28 07:13:50 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2024-02-29 10:00:24 +0000 |
commit | 4a87570c44f41bf19f550f9fed9ecf072db16d74 (patch) | |
tree | 01c8a0ec24af10a7d0e4d6c945abb594be2a520b /cps-application/pom.xml | |
parent | a7f3568a39c7d12859a55e0c76c452e0d3f1938b (diff) |
Disable Spring Security and HTTP Basic Auth (CPS-2126 #1)
This allows any authorization header to be passed in.
Issue-ID: CPS-2127
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ib1c5bd7024eed39afd1ae6e19325ed4733c853d4
Diffstat (limited to 'cps-application/pom.xml')
-rw-r--r-- | cps-application/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index fd43da44f8..4c231a6d4e 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -37,7 +37,7 @@ <properties> <app>org.onap.cps.Application</app> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> - <minimum-coverage>0.86</minimum-coverage> + <minimum-coverage>0.68</minimum-coverage> <base.image>${docker.pull.registry}/onap/integration-java17:12.0.0</base.image> <image.tag>${project.version}-${maven.build.timestamp}</image.tag> </properties> @@ -59,10 +59,6 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> |