From 33cd4510afc04b1edf73fa11d11c521acd15c0cc Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 13 Oct 2024 07:23:10 -0400 Subject: [PATCH] fix: attempt 9 to debug/stabilize the ant integration tests --- utils/src/test/resources/dependencycheck.properties | 8 -------- 1 file changed, 8 deletions(-) diff --git a/utils/src/test/resources/dependencycheck.properties b/utils/src/test/resources/dependencycheck.properties index e15b53d336..4388b079c0 100644 --- a/utils/src/test/resources/dependencycheck.properties +++ b/utils/src/test/resources/dependencycheck.properties @@ -26,14 +26,6 @@ odc.analysis.timeout=20 odc.settings.mask=.*password.*,.*token.*,.*api.key.* data.connection_string=jdbc:h2:file:%s;AUTOCOMMIT=ON;CACHE_SIZE=65536;AUTO_COMPACT_FILL_RATE=0; - - - - - - - - #data.connection_string=jdbc:mysql://localhost:3306/dependencycheck # user name and password for the database connection. The inherent case is to use H2.