diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 15:41:51 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 15:53:00 +0200 |
commit | c520a27acebee8005dd84f07510c3862155aca86 (patch) | |
tree | a6587c7c58c1a7a5fe3238c6c8bb373a8e3e03fb /src/test | |
parent | 9f5ac4f9aacfe3066cceb3106e57cb52343ff0f8 (diff) |
Remove Camunda auto conf for Junit
Camunda autoconf classes removed for SPring junit IT tests
Change-Id: Ia71574520bd88144efaf95c3a22fcb74d91e6fb9
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/application-no-camunda.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/application-no-camunda.properties b/src/test/resources/application-no-camunda.properties index dbf0e5ba..87e84781 100644 --- a/src/test/resources/application-no-camunda.properties +++ b/src/test/resources/application-no-camunda.properties @@ -35,7 +35,7 @@ server.port=10443 server.ssl.key-store=classpath:https/keystore-test.jks server.ssl.key-store-password=testpass server.ssl.key-password=testpass - +spring.autoconfigure.exclude=com.att.ajsc.camunda.config.CamundaBpmWebappInitializer,com.att.ajsc.camunda.config.CamundaBpmWebappAutoConfiguration ### In order to be user friendly when HTTPS is enabled, ### you can add another HTTP port that will be automatically redirected to HTTPS ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...) |