aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application-test.properties
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-13 15:27:43 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-17 09:53:19 +0200
commitd567ebe4b4f74ad9ac442cca27c361c971c67e1e (patch)
treec78c964e0a7e06dcdba9ef355aca35421b1e19a8 /src/test/resources/application-test.properties
parentad17eaad323295cd61effc6bb9931e872b9b2d92 (diff)
Upgrade aai-common dependency to 1.15.1-SNAPSHOT
- remove ActiveMq dependency Issue-ID: AAI-4017 Change-Id: Ie475172ad13bc5ddd482822db36f1ce48bc846c9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/test/resources/application-test.properties')
-rw-r--r--src/test/resources/application-test.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties
index d5b47d2..74d5d49 100644
--- a/src/test/resources/application-test.properties
+++ b/src/test/resources/application-test.properties
@@ -34,9 +34,6 @@ server.port=8449
security.require-ssl=false
server.ssl.enabled=false
-# JMS bind address host port
-jms.bind.address=tcp://localhost:61450
-
# Schema related attributes for the oxm and edges
# Any additional schema related attributes should start with prefix schema
schema.configuration.location=N/A
@@ -79,3 +76,5 @@ management.server.port=0
management.endpoints.enabled-by-default=true
management.endpoints.web.exposure.include=info, health, loggers, prometheus
management.metrics.web.server.auto-time-requests=false
+
+aai.notifications.enabled=false