From 8e778b6ca74e1ca22ff4380b5cd9dacfd90b68b6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 12 Jan 2024 14:01:07 +0100 Subject: Update aai-common dependency to 1.13.1 in traversal - contains HttpEntry request-scope fix - updates jackson - updates antlr4 - disable tracing in tests Issue-ID: AAI-3728 Change-Id: I58f834a4d52284184a410a1e81f10ac12b3e6221 Signed-off-by: Fiete Ostkamp --- aai-traversal/src/test/resources/application-test.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aai-traversal/src/test/resources') diff --git a/aai-traversal/src/test/resources/application-test.properties b/aai-traversal/src/test/resources/application-test.properties index d77532d..00720c8 100644 --- a/aai-traversal/src/test/resources/application-test.properties +++ b/aai-traversal/src/test/resources/application-test.properties @@ -18,6 +18,9 @@ spring.autoconfigure.exclude=\ spring.jersey.application-path=/ spring.profiles.active=production + +spring.sleuth.enabled=false + #The max number of active threads in this pool server.tomcat.threads.max=200 #The minimum number of threads always kept alive -- cgit 1.2.3-korg