summaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2021-04-01 15:44:57 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-01 15:44:57 +0000
commit3e1571574eff898b9dcce3ce9a605f83dc4aa57a (patch)
tree5349d3e5c17260372c8d8b0e39bd99ba3f957639 /aai-traversal/src/test/resources
parentee3b95d50fb0ec68d3cb29e35b33c2f9d7a609d3 (diff)
parent41bbec0fa7d767536d892c4ad76dadcb54aa796f (diff)
Merge "Add keycloak integration"
Diffstat (limited to 'aai-traversal/src/test/resources')
-rw-r--r--aai-traversal/src/test/resources/application-test.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/aai-traversal/src/test/resources/application-test.properties b/aai-traversal/src/test/resources/application-test.properties
index a433ab7..8994c2e 100644
--- a/aai-traversal/src/test/resources/application-test.properties
+++ b/aai-traversal/src/test/resources/application-test.properties
@@ -8,7 +8,11 @@ spring.application.name=aai-traversal
spring.jersey.type=filter
server.contextPath=/
-spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
+spring.autoconfigure.exclude=\
+ org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\
+ org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,\
+ org.keycloak.adapters.springboot.KeycloakAutoConfiguration,\
+ org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
spring.jersey.application-path=${schema.uri.base.path}