diff options
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/pom.xml | 6 | ||||
-rw-r--r-- | cps-application/src/main/resources/application.yml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 4ff3111f73..19710be80b 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -84,11 +84,6 @@ <!-- T E S T D E P E N D E N C I E S --> <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <scope>test</scope> @@ -111,6 +106,7 @@ <dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit-junit5</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index dd4576ec02..8ca6b0fe02 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -189,10 +189,10 @@ logging: cps: INFO ncmp: policy-executor: - enabled: true + enabled: false server: - address: "http://localhost" - port: "8785" + address: http://localhost + port: 8785 httpclient: all-services: maximumInMemorySizeInMegabytes: 16 |