From 671edd133f4858b4b17663d109a23c80bbffa6b7 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 6 Jan 2025 11:34:17 +0100 Subject: Make aai-common agnostic of the embedded server (remove jetty-specific code) - remove spring-boot-starter-[web,tomcat,jetty,jersey] in aai-rest - remove spring-boot-starter-web in aai-schema-ingest - remove keystore and certificate related leftovers - this prepares the move to tomcat for the spring boot 3 upgrade (details in the ticket) Issue-ID: AAI-4100 Change-Id: I04194c636f0548f7a832e430a40e48710ea4c00f Signed-off-by: Fiete Ostkamp --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 42a9bdb4..7d9fc07a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ target/ **/logs/ **/debug-logs/ -bundleconfig-local/etc/auth/aai-client-cert.p12 -bundleconfig-local/etc/auth/tomcat_keystore bundleconfig-local/etc/logback.xml /.pydevproject /bin/ -- cgit