From d556e4f25e520a680fbf4900de6d8b09fff3efac Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 20 Jan 2025 14:46:30 +0100
Subject: [PATCH] OZG-7346 Cleanup code

---
 .../ElasticsearchRemoteServiceITCase.java     |  10 +-
 .../ElasticsearchTestClient.java              |   2 -
 tree.txt                                      | 641 ------------------
 3 files changed, 5 insertions(+), 648 deletions(-)
 delete mode 100644 tree.txt

diff --git a/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchRemoteServiceITCase.java b/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchRemoteServiceITCase.java
index 43d61a4..8e60d21 100644
--- a/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchRemoteServiceITCase.java
+++ b/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchRemoteServiceITCase.java
@@ -51,12 +51,12 @@ class ElasticsearchRemoteServiceITCase {
 	private final ElasticsearchRemoteService service = new ElasticsearchRemoteService(client);
 
 	@BeforeAll
-	public static void startContainer() {
+	static void startContainer() {
 		ElasticsearchTestClient.ELASTICSEARCH_CONTAINER.start();
 	}
 
 	@AfterAll
-	public static void stopContainer() {
+	static void stopContainer() {
 		ElasticsearchTestClient.ELASTICSEARCH_CONTAINER.stop();
 	}
 
@@ -70,7 +70,7 @@ class ElasticsearchRemoteServiceITCase {
 
 			@SneakyThrows
 			@BeforeEach
-			public void initIndex() {
+			void initIndex() {
 				createIndex();
 			}
 
@@ -125,7 +125,7 @@ class ElasticsearchRemoteServiceITCase {
 
 			@SneakyThrows
 			@BeforeEach
-			public void initSecurityRole() {
+			void initSecurityRole() {
 				createIndex();
 				client.security().putRole(service.createPutRoleRequest(PutRoleRequestDataTestFactory.create()));
 			}
@@ -170,7 +170,7 @@ class ElasticsearchRemoteServiceITCase {
 
 			@SneakyThrows
 			@BeforeEach
-			private void initSecurityUser() {
+			void initSecurityUser() {
 				createIndex();
 				client.security().putUser(service.createPutUserRequest(PutUserRequestDataTestFactory.create()));
 			}
diff --git a/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchTestClient.java b/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchTestClient.java
index 634839f..c5c1f5b 100644
--- a/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchTestClient.java
+++ b/ozgcloud-elasticsearch-operator/src/test/java/de/ozgcloud/operator/common/elasticsearch/ElasticsearchTestClient.java
@@ -48,11 +48,9 @@ public class ElasticsearchTestClient {
 	private static final Duration STARTUP_TIMEOUT = Duration.of(2, ChronoUnit.MINUTES);
 
 	public static final ElasticsearchContainer ELASTICSEARCH_CONTAINER = new ElasticsearchContainer(IMAGE_NAME)
-			.withAccessToHost(true)
 			.withExposedPorts(PORT)
 			.withPassword(PASSWORD)
 			.withStartupTimeout(STARTUP_TIMEOUT);
-	//			.withMinimumRunningDuration(Duration.ofMinutes(2));
 
 	public static ElasticsearchClient create() {
 		var transport = new RestClientTransport(buildRestClient(), new JacksonJsonpMapper());
diff --git a/tree.txt b/tree.txt
deleted file mode 100644
index 6e58484..0000000
--- a/tree.txt
+++ /dev/null
@@ -1,641 +0,0 @@
-[INFO] Scanning for projects...
-[WARNING] 
-[WARNING] Some problems were encountered while building the effective model for de.ozgcloud:ozgcloud-operator-parent:pom:2.8.0-SNAPSHOT
-[WARNING] 'parent.relativePath' of POM de.ozgcloud:ozgcloud-operator-parent:2.8.0-SNAPSHOT (D:\development_shauffe\OZGCloud\operator\pom.xml) points at de.ozgcloud.alfa:alfa instead of de.ozgcloud.common:ozgcloud-common-parent, please verify your project structure @ line 30, column 10
-[WARNING] 
-[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
-[WARNING] 
-[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
-[WARNING] 
-[INFO] ------------------------------------------------------------------------
-[INFO] Reactor Build Order:
-[INFO] 
-[INFO] OzgCloud Operator Parent                                           [pom]
-[INFO] OzgCloud Keycloak Operator                                         [jar]
-[INFO] OZG-Cloud Elasticsearch Operator                                   [jar]
-[INFO] 
-[INFO] ----------------< de.ozgcloud:ozgcloud-operator-parent >----------------
-[INFO] Building OzgCloud Operator Parent 2.8.0-SNAPSHOT                   [1/3]
-[INFO]   from pom.xml
-[INFO] --------------------------------[ pom ]---------------------------------
-Downloading from ozg-nexus: https://nexus.ozg-sh.de/repository/ozg-releases/de/ozgcloud/common/ozgcloud-common-test/4.7.0/ozgcloud-common-test-4.7.0.pom
-Progress (1): 1.9/2.4 kB
Progress (1): 2.4 kB    
                    
Downloaded from ozg-nexus: https://nexus.ozg-sh.de/repository/ozg-releases/de/ozgcloud/common/ozgcloud-common-test/4.7.0/ozgcloud-common-test-4.7.0.pom (2.4 kB at 3.0 kB/s)
-Downloading from ozg-nexus: https://nexus.ozg-sh.de/repository/ozg-releases/de/ozgcloud/common/ozgcloud-common-lib/4.7.0/ozgcloud-common-lib-4.7.0.pom
-Progress (1): 3.6/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from ozg-nexus: https://nexus.ozg-sh.de/repository/ozg-releases/de/ozgcloud/common/ozgcloud-common-lib/4.7.0/ozgcloud-common-lib-4.7.0.pom (5.5 kB at 54 kB/s)
-[INFO] 
-[INFO] --- dependency:3.6.1:tree (default-cli) @ ozgcloud-operator-parent ---
-[INFO] de.ozgcloud:ozgcloud-operator-parent:pom:2.8.0-SNAPSHOT
-[INFO] +- io.javaoperatorsdk:operator-framework-spring-boot-starter:jar:5.4.1:compile
-[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:3.3.6:compile
-[INFO] |  |  \- org.springframework.boot:spring-boot:jar:3.3.6:compile
-[INFO] |  +- io.fabric8:openshift-client:jar:6.13.3:compile
-[INFO] |  |  +- io.fabric8:kubernetes-client:jar:6.13.3:compile
-[INFO] |  |  +- io.fabric8:openshift-client-api:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model:jar:6.13.3:compile
-[INFO] |  |  |  |  \- io.fabric8:kubernetes-model-common:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-clusterautoscaling:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-operator:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-operatorhub:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-machine:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-whereabouts:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-monitoring:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-storageversionmigrator:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-tuned:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-console:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-config:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-machineconfig:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-miscellaneous:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-hive:jar:6.13.3:compile
-[INFO] |  |  |  \- io.fabric8:openshift-model-installer:jar:6.13.3:compile
-[INFO] |  |  \- com.github.mifmif:generex:jar:1.0.2:compile
-[INFO] |  |     \- dk.brics.automaton:automaton:jar:1.11-8:compile
-[INFO] |  \- io.javaoperatorsdk:operator-framework:jar:4.6.1:compile
-[INFO] |     +- io.javaoperatorsdk:operator-framework-core:jar:4.6.1:compile
-[INFO] |     +- io.fabric8:kubernetes-httpclient-okhttp:jar:6.13.3:compile
-[INFO] |     |  +- com.squareup.okhttp3:okhttp:jar:4.12.0:compile
-[INFO] |     |  |  \- com.squareup.okio:okio:jar:3.6.0:compile
-[INFO] |     |  |     \- com.squareup.okio:okio-jvm:jar:3.6.0:compile
-[INFO] |     |  |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.25:compile
-[INFO] |     |  \- com.squareup.okhttp3:logging-interceptor:jar:4.12.0:compile
-[INFO] |     \- com.squareup:javapoet:jar:1.13.0:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:3.0.5:compile
-[INFO] |  |  \- org.yaml:snakeyaml:jar:2.2:compile
-[INFO] |  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.3.6:compile
-[INFO] |  |  +- org.springframework.boot:spring-boot-actuator:jar:3.3.6:compile
-[INFO] |  |  \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.17.3:compile
-[INFO] |  +- io.micrometer:micrometer-observation:jar:1.13.8:compile
-[INFO] |  |  \- io.micrometer:micrometer-commons:jar:1.13.8:compile
-[INFO] |  \- io.micrometer:micrometer-jakarta9:jar:1.13.8:compile
-[INFO] +- org.projectlombok:lombok:jar:1.18.36:compile
-[INFO] +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
-[INFO] |  +- commons-logging:commons-logging:jar:1.2:compile
-[INFO] |  \- commons-collections:commons-collections:jar:3.2.2:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-test:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.3.6:compile
-[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.9.0:compile
-[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile
-[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:2.1.3:compile
-[INFO] |  +- net.minidev:json-smart:jar:2.5.1:compile
-[INFO] |  |  \- net.minidev:accessors-smart:jar:2.5.1:compile
-[INFO] |  |     \- org.ow2.asm:asm:jar:9.7:compile
-[INFO] |  +- org.assertj:assertj-core:jar:3.25.3:compile
-[INFO] |  +- org.awaitility:awaitility:jar:4.2.2:compile
-[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
-[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.10.5:compile
-[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.3:compile
-[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:compile
-[INFO] |  +- org.springframework:spring-core:jar:6.1.15:compile
-[INFO] |  |  \- org.springframework:spring-jcl:jar:6.1.15:compile
-[INFO] |  +- org.springframework:spring-test:jar:6.1.15:compile
-[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.1:compile
-[INFO] +- org.junit.jupiter:junit-jupiter-engine:jar:5.10.5:test
-[INFO] |  +- org.junit.platform:junit-platform-engine:jar:1.10.5:test
-[INFO] |  |  +- org.opentest4j:opentest4j:jar:1.3.0:compile
-[INFO] |  |  \- org.junit.platform:junit-platform-commons:jar:1.10.5:compile
-[INFO] |  +- org.junit.jupiter:junit-jupiter-api:jar:5.10.5:compile
-[INFO] |  \- org.apiguardian:apiguardian-api:jar:1.1.2:compile
-[INFO] +- org.junit.jupiter:junit-jupiter-params:jar:5.10.5:test
-[INFO] +- io.fabric8:kubernetes-server-mock:jar:6.13.4:test
-[INFO] |  +- io.fabric8:mockwebserver:jar:6.13.3:test
-[INFO] |  |  +- com.squareup.okhttp3:mockwebserver:jar:4.12.0:test
-[INFO] |  |  |  +- junit:junit:jar:4.13.2:test
-[INFO] |  |  |  |  \- org.hamcrest:hamcrest-core:jar:2.2:test
-[INFO] |  |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.25:compile
-[INFO] |  |  |     +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.9.25:compile
-[INFO] |  |  |     \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.25:compile
-[INFO] |  |  \- io.fabric8:zjsonpatch:jar:0.3.0:compile
-[INFO] |  \- io.fabric8:servicecatalog-client:jar:6.13.3:test
-[INFO] |     +- io.fabric8:servicecatalog-model:jar:6.13.3:test
-[INFO] |     |  \- io.fabric8:kubernetes-model-core:jar:6.13.3:compile
-[INFO] |     \- io.fabric8:kubernetes-client-api:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-gatewayapi:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-resource:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-rbac:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-admissionregistration:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-apps:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-autoscaling:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-apiextensions:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-batch:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-certificates:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-coordination:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-discovery:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-events:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-extensions:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-flowcontrol:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-networking:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-metrics:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-policy:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-scheduling:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-storageclass:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-node:jar:6.13.3:compile
-[INFO] |        +- org.snakeyaml:snakeyaml-engine:jar:2.7:compile
-[INFO] |        \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.17.3:compile
-[INFO] +- com.thedeanda:lorem:jar:2.2:test
-[INFO] +- de.ozgcloud.common:ozgcloud-common-test:jar:4.7.0:test
-[INFO] |  +- org.testcontainers:mongodb:jar:1.19.8:test
-[INFO] |  |  \- org.testcontainers:testcontainers:jar:1.19.8:test
-[INFO] |  |     +- org.apache.commons:commons-compress:jar:1.27.0:test
-[INFO] |  |     |  \- commons-codec:commons-codec:jar:1.16.1:test
-[INFO] |  |     +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
-[INFO] |  |     |  \- org.jetbrains:annotations:jar:24.1.0:compile
-[INFO] |  |     +- com.github.docker-java:docker-java-api:jar:3.4.0:test
-[INFO] |  |     \- com.github.docker-java:docker-java-transport-zerodep:jar:3.4.0:test
-[INFO] |  |        +- com.github.docker-java:docker-java-transport:jar:3.4.0:test
-[INFO] |  |        \- net.java.dev.jna:jna:jar:5.8.0:test
-[INFO] |  \- commons-io:commons-io:jar:2.18.0:compile
-[INFO] +- de.ozgcloud.common:ozgcloud-common-lib:jar:4.7.0:compile
-[INFO] |  +- org.springframework:spring-context:jar:6.1.15:compile
-[INFO] |  |  +- org.springframework:spring-aop:jar:6.1.15:compile
-[INFO] |  |  +- org.springframework:spring-beans:jar:6.1.15:compile
-[INFO] |  |  \- org.springframework:spring-expression:jar:6.1.15:compile
-[INFO] |  +- io.grpc:grpc-stub:jar:1.68.0:compile
-[INFO] |  |  +- io.grpc:grpc-api:jar:1.65.1:compile
-[INFO] |  |  |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
-[INFO] |  |  +- com.google.guava:guava:jar:33.2.1-jre:compile
-[INFO] |  |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
-[INFO] |  |  |  +- org.checkerframework:checker-qual:jar:3.46.0:compile
-[INFO] |  |  |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
-[INFO] |  |  \- com.google.errorprone:error_prone_annotations:jar:2.30.0:compile
-[INFO] |  +- com.google.protobuf:protobuf-java:jar:3.25.5:compile
-[INFO] |  +- org.apache.commons:commons-lang3:jar:3.14.0:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.3:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.17.3:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.17.3:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-core:jar:2.23.1:compile
-[INFO] |  |  \- org.apache.logging.log4j:log4j-api:jar:2.23.1:compile
-[INFO] |  +- org.slf4j:slf4j-api:jar:2.0.16:compile
-[INFO] |  +- org.aspectj:aspectjweaver:jar:1.9.22.1:compile
-[INFO] |  +- org.aspectj:aspectjrt:jar:1.9.22.1:compile
-[INFO] |  +- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0:compile
-[INFO] |  \- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-log4j2:jar:3.3.6:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.23.1:compile
-[INFO] |  \- org.apache.logging.log4j:log4j-jul:jar:2.23.1:compile
-[INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:3.3.6:compile
-[INFO] +- org.mockito:mockito-core:jar:5.11.0:test
-[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.14.19:compile
-[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.14.19:test
-[INFO] |  \- org.objenesis:objenesis:jar:3.3:test
-[INFO] +- org.mockito:mockito-junit-jupiter:jar:5.11.0:test
-[INFO] +- org.apache.logging.log4j:log4j-layout-template-json:jar:2.23.1:compile
-[INFO] +- io.micrometer:micrometer-registry-prometheus:jar:1.13.8:runtime
-[INFO] |  +- io.micrometer:micrometer-core:jar:1.13.8:compile
-[INFO] |  |  +- org.hdrhistogram:HdrHistogram:jar:2.2.2:runtime
-[INFO] |  |  \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
-[INFO] |  +- io.prometheus:prometheus-metrics-core:jar:1.2.1:runtime
-[INFO] |  |  +- io.prometheus:prometheus-metrics-model:jar:1.2.1:runtime
-[INFO] |  |  \- io.prometheus:prometheus-metrics-config:jar:1.2.1:runtime
-[INFO] |  +- io.prometheus:prometheus-metrics-tracer-common:jar:1.2.1:runtime
-[INFO] |  \- io.prometheus:prometheus-metrics-exposition-formats:jar:1.2.1:runtime
-[INFO] |     \- io.prometheus:prometheus-metrics-shaded-protobuf:jar:1.2.1:runtime
-[INFO] \- org.glassfish.jaxb:jaxb-runtime:jar:4.0.5:runtime
-[INFO]    \- org.glassfish.jaxb:jaxb-core:jar:4.0.5:runtime
-[INFO]       +- org.eclipse.angus:angus-activation:jar:2.0.2:runtime
-[INFO]       +- org.glassfish.jaxb:txw2:jar:4.0.5:runtime
-[INFO]       \- com.sun.istack:istack-commons-runtime:jar:4.1.2:runtime
-[INFO] 
-[INFO] ---------------< de.ozgcloud:ozgcloud-keycloak-operator >---------------
-[INFO] Building OzgCloud Keycloak Operator 2.8.0-SNAPSHOT                 [2/3]
-[INFO]   from ozgcloud-keycloak-operator\pom.xml
-[INFO] --------------------------------[ jar ]---------------------------------
-[INFO] 
-[INFO] --- dependency:3.6.1:tree (default-cli) @ ozgcloud-keycloak-operator ---
-[INFO] de.ozgcloud:ozgcloud-keycloak-operator:jar:2.8.0-SNAPSHOT
-[INFO] +- io.javaoperatorsdk:operator-framework-spring-boot-starter:jar:5.4.1:compile
-[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:3.3.6:compile
-[INFO] |  |  \- org.springframework.boot:spring-boot:jar:3.3.6:compile
-[INFO] |  +- io.fabric8:openshift-client:jar:6.13.3:compile
-[INFO] |  |  +- io.fabric8:kubernetes-client:jar:6.13.3:compile
-[INFO] |  |  +- io.fabric8:openshift-client-api:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model:jar:6.13.3:compile
-[INFO] |  |  |  |  \- io.fabric8:kubernetes-model-common:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-clusterautoscaling:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-operator:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-operatorhub:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-machine:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-whereabouts:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-monitoring:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-storageversionmigrator:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-tuned:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-console:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-config:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-machineconfig:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-miscellaneous:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-hive:jar:6.13.3:compile
-[INFO] |  |  |  \- io.fabric8:openshift-model-installer:jar:6.13.3:compile
-[INFO] |  |  \- com.github.mifmif:generex:jar:1.0.2:compile
-[INFO] |  |     \- dk.brics.automaton:automaton:jar:1.11-8:compile
-[INFO] |  \- io.javaoperatorsdk:operator-framework:jar:4.6.1:compile
-[INFO] |     +- io.javaoperatorsdk:operator-framework-core:jar:4.6.1:compile
-[INFO] |     +- io.fabric8:kubernetes-httpclient-okhttp:jar:6.13.3:compile
-[INFO] |     |  +- com.squareup.okhttp3:okhttp:jar:4.12.0:compile
-[INFO] |     |  |  \- com.squareup.okio:okio:jar:3.6.0:compile
-[INFO] |     |  |     \- com.squareup.okio:okio-jvm:jar:3.6.0:compile
-[INFO] |     |  |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.25:compile
-[INFO] |     |  \- com.squareup.okhttp3:logging-interceptor:jar:4.12.0:compile
-[INFO] |     \- com.squareup:javapoet:jar:1.13.0:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:3.0.5:compile
-[INFO] |  |  \- org.yaml:snakeyaml:jar:2.2:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:3.3.6:compile
-[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.17.3:compile
-[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.17.3:compile
-[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.17.3:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.3.6:compile
-[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.33:compile
-[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.33:compile
-[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.33:compile
-[INFO] |  +- org.springframework:spring-web:jar:6.1.15:compile
-[INFO] |  |  \- org.springframework:spring-beans:jar:6.1.15:compile
-[INFO] |  \- org.springframework:spring-webmvc:jar:6.1.15:compile
-[INFO] |     +- org.springframework:spring-aop:jar:6.1.15:compile
-[INFO] |     \- org.springframework:spring-expression:jar:6.1.15:compile
-[INFO] +- org.keycloak:keycloak-admin-client:jar:24.0.5:compile
-[INFO] |  +- org.keycloak:keycloak-core:jar:25.0.6:compile
-[INFO] |  +- org.keycloak:keycloak-common:jar:25.0.6:compile
-[INFO] |  +- org.jboss.resteasy:resteasy-client:jar:6.2.9.Final:compile
-[INFO] |  |  +- org.jboss.resteasy:resteasy-client-api:jar:6.2.9.Final:compile
-[INFO] |  |  +- org.jboss.resteasy:resteasy-core-spi:jar:6.2.9.Final:compile
-[INFO] |  |  |  \- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
-[INFO] |  |  +- org.jboss.resteasy:resteasy-core:jar:6.2.9.Final:compile
-[INFO] |  |  |  \- com.ibm.async:asyncutil:jar:0.1.0:compile
-[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.5.3.Final:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
-[INFO] |  |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
-[INFO] |  |  +- commons-codec:commons-codec:jar:1.16.1:compile
-[INFO] |  |  +- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0:compile
-[INFO] |  |  \- org.reactivestreams:reactive-streams:jar:1.0.4:compile
-[INFO] |  +- org.jboss.resteasy:resteasy-multipart-provider:jar:6.2.9.Final:compile
-[INFO] |  |  +- jakarta.mail:jakarta.mail-api:jar:2.1.3:compile
-[INFO] |  |  +- org.eclipse.angus:angus-mail:jar:2.0.3:compile
-[INFO] |  |  +- org.apache.james:apache-mime4j-dom:jar:0.8.11:compile
-[INFO] |  |  |  \- org.apache.james:apache-mime4j-core:jar:0.8.11:compile
-[INFO] |  |  \- org.apache.james:apache-mime4j-storage:jar:0.8.11:compile
-[INFO] |  +- org.jboss.resteasy:resteasy-jackson2-provider:jar:6.2.9.Final:compile
-[INFO] |  |  +- com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:jar:2.17.3:compile
-[INFO] |  |  +- com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:jar:2.17.3:compile
-[INFO] |  |  +- com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.17.3:compile
-[INFO] |  |  \- com.github.java-json-tools:json-patch:jar:1.13:compile
-[INFO] |  |     +- com.github.java-json-tools:msg-simple:jar:1.2:compile
-[INFO] |  |     |  \- com.github.java-json-tools:btf:jar:1.3:compile
-[INFO] |  |     \- com.github.java-json-tools:jackson-coreutils:jar:2.0:compile
-[INFO] |  \- org.jboss.resteasy:resteasy-jaxb-provider:jar:6.2.9.Final:compile
-[INFO] |     +- org.glassfish.jaxb:codemodel:jar:4.0.5:compile
-[INFO] |     +- org.glassfish.jaxb:jaxb-jxc:jar:4.0.5:compile
-[INFO] |     +- org.glassfish.jaxb:txw2:jar:4.0.5:compile
-[INFO] |     +- org.glassfish.jaxb:jaxb-xjc:jar:4.0.5:compile
-[INFO] |     +- org.glassfish.jaxb:xsom:jar:4.0.5:compile
-[INFO] |     +- com.sun.istack:istack-commons-runtime:jar:4.1.2:compile
-[INFO] |     +- com.sun.istack:istack-commons-tools:jar:4.1.2:compile
-[INFO] |     +- com.sun.xml.bind.external:relaxng-datatype:jar:4.0.3:compile
-[INFO] |     \- com.sun.xml.bind.external:rngom:jar:4.0.3:compile
-[INFO] +- org.mapstruct:mapstruct:jar:1.6.3:compile
-[INFO] +- javax.validation:validation-api:jar:2.0.1.Final:compile
-[INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile
-[INFO] |  \- jakarta.activation:jakarta.activation-api:jar:2.1.3:compile
-[INFO] +- org.projectlombok:lombok:jar:1.18.36:compile
-[INFO] +- org.reflections:reflections:jar:0.10.2:compile
-[INFO] |  +- org.javassist:javassist:jar:3.28.0-GA:compile
-[INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
-[INFO] |  \- org.slf4j:slf4j-api:jar:2.0.16:compile
-[INFO] +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
-[INFO] |  +- commons-logging:commons-logging:jar:1.2:compile
-[INFO] |  \- commons-collections:commons-collections:jar:3.2.2:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:3.3.6:test
-[INFO] |  +- org.springframework.boot:spring-boot-test:jar:3.3.6:test
-[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.3.6:test
-[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.9.0:test
-[INFO] |  +- net.minidev:json-smart:jar:2.5.1:test
-[INFO] |  |  \- net.minidev:accessors-smart:jar:2.5.1:test
-[INFO] |  |     \- org.ow2.asm:asm:jar:9.7:test
-[INFO] |  +- org.assertj:assertj-core:jar:3.25.3:test
-[INFO] |  +- org.awaitility:awaitility:jar:4.2.2:test
-[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:test
-[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.10.5:test
-[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.3:test
-[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
-[INFO] |  +- org.springframework:spring-core:jar:6.1.15:compile
-[INFO] |  |  \- org.springframework:spring-jcl:jar:6.1.15:compile
-[INFO] |  +- org.springframework:spring-test:jar:6.1.15:test
-[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.1:test
-[INFO] +- org.junit.jupiter:junit-jupiter-engine:jar:5.10.5:test
-[INFO] |  +- org.junit.platform:junit-platform-engine:jar:1.10.5:test
-[INFO] |  |  +- org.opentest4j:opentest4j:jar:1.3.0:test
-[INFO] |  |  \- org.junit.platform:junit-platform-commons:jar:1.10.5:test
-[INFO] |  +- org.junit.jupiter:junit-jupiter-api:jar:5.10.5:test
-[INFO] |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
-[INFO] +- org.junit.jupiter:junit-jupiter-params:jar:5.10.5:test
-[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.3.6:compile
-[INFO] |  |  \- org.springframework.boot:spring-boot-actuator:jar:3.3.6:compile
-[INFO] |  +- io.micrometer:micrometer-observation:jar:1.13.8:compile
-[INFO] |  |  \- io.micrometer:micrometer-commons:jar:1.13.8:compile
-[INFO] |  \- io.micrometer:micrometer-jakarta9:jar:1.13.8:compile
-[INFO] +- io.fabric8:kubernetes-server-mock:jar:6.13.4:test
-[INFO] |  +- io.fabric8:mockwebserver:jar:6.13.3:test
-[INFO] |  |  +- com.squareup.okhttp3:mockwebserver:jar:4.12.0:test
-[INFO] |  |  |  +- junit:junit:jar:4.13.2:test
-[INFO] |  |  |  |  \- org.hamcrest:hamcrest-core:jar:2.2:test
-[INFO] |  |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.25:compile
-[INFO] |  |  |     +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.9.25:compile
-[INFO] |  |  |     \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.25:compile
-[INFO] |  |  \- io.fabric8:zjsonpatch:jar:0.3.0:compile
-[INFO] |  \- io.fabric8:servicecatalog-client:jar:6.13.3:test
-[INFO] |     +- io.fabric8:servicecatalog-model:jar:6.13.3:test
-[INFO] |     |  \- io.fabric8:kubernetes-model-core:jar:6.13.3:compile
-[INFO] |     \- io.fabric8:kubernetes-client-api:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-gatewayapi:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-resource:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-rbac:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-admissionregistration:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-apps:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-autoscaling:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-apiextensions:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-batch:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-certificates:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-coordination:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-discovery:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-events:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-extensions:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-flowcontrol:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-networking:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-metrics:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-policy:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-scheduling:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-storageclass:jar:6.13.3:compile
-[INFO] |        +- io.fabric8:kubernetes-model-node:jar:6.13.3:compile
-[INFO] |        +- org.snakeyaml:snakeyaml-engine:jar:2.7:compile
-[INFO] |        \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.17.3:compile
-[INFO] +- com.thedeanda:lorem:jar:2.2:test
-[INFO] +- de.ozgcloud.common:ozgcloud-common-test:jar:4.7.0:test
-[INFO] |  +- org.testcontainers:mongodb:jar:1.19.8:test
-[INFO] |  |  \- org.testcontainers:testcontainers:jar:1.19.8:test
-[INFO] |  |     +- org.apache.commons:commons-compress:jar:1.27.0:test
-[INFO] |  |     +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
-[INFO] |  |     |  \- org.jetbrains:annotations:jar:24.1.0:compile
-[INFO] |  |     +- com.github.docker-java:docker-java-api:jar:3.4.0:test
-[INFO] |  |     \- com.github.docker-java:docker-java-transport-zerodep:jar:3.4.0:test
-[INFO] |  |        +- com.github.docker-java:docker-java-transport:jar:3.4.0:test
-[INFO] |  |        \- net.java.dev.jna:jna:jar:5.8.0:test
-[INFO] |  \- commons-io:commons-io:jar:2.18.0:compile
-[INFO] +- de.ozgcloud.common:ozgcloud-common-lib:jar:4.7.0:compile
-[INFO] |  +- org.springframework:spring-context:jar:6.1.15:compile
-[INFO] |  +- io.grpc:grpc-stub:jar:1.68.0:compile
-[INFO] |  |  +- io.grpc:grpc-api:jar:1.65.1:compile
-[INFO] |  |  +- com.google.guava:guava:jar:33.2.1-jre:compile
-[INFO] |  |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
-[INFO] |  |  |  +- org.checkerframework:checker-qual:jar:3.46.0:compile
-[INFO] |  |  |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
-[INFO] |  |  \- com.google.errorprone:error_prone_annotations:jar:2.30.0:compile
-[INFO] |  +- com.google.protobuf:protobuf-java:jar:3.25.5:compile
-[INFO] |  +- org.apache.commons:commons-lang3:jar:3.14.0:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.3:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.17.3:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.17.3:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-core:jar:2.23.1:compile
-[INFO] |  |  \- org.apache.logging.log4j:log4j-api:jar:2.23.1:compile
-[INFO] |  +- org.aspectj:aspectjweaver:jar:1.9.22.1:compile
-[INFO] |  +- org.aspectj:aspectjrt:jar:1.9.22.1:compile
-[INFO] |  +- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0:compile
-[INFO] |  \- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-log4j2:jar:3.3.6:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.23.1:compile
-[INFO] |  \- org.apache.logging.log4j:log4j-jul:jar:2.23.1:compile
-[INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:3.3.6:compile
-[INFO] +- org.mockito:mockito-core:jar:5.11.0:test
-[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.14.19:test
-[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.14.19:test
-[INFO] |  \- org.objenesis:objenesis:jar:3.3:test
-[INFO] +- org.mockito:mockito-junit-jupiter:jar:5.11.0:test
-[INFO] +- org.apache.logging.log4j:log4j-layout-template-json:jar:2.23.1:compile
-[INFO] +- io.micrometer:micrometer-registry-prometheus:jar:1.13.8:runtime
-[INFO] |  +- io.micrometer:micrometer-core:jar:1.13.8:compile
-[INFO] |  |  +- org.hdrhistogram:HdrHistogram:jar:2.2.2:runtime
-[INFO] |  |  \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
-[INFO] |  +- io.prometheus:prometheus-metrics-core:jar:1.2.1:runtime
-[INFO] |  |  +- io.prometheus:prometheus-metrics-model:jar:1.2.1:runtime
-[INFO] |  |  \- io.prometheus:prometheus-metrics-config:jar:1.2.1:runtime
-[INFO] |  +- io.prometheus:prometheus-metrics-tracer-common:jar:1.2.1:runtime
-[INFO] |  \- io.prometheus:prometheus-metrics-exposition-formats:jar:1.2.1:runtime
-[INFO] |     \- io.prometheus:prometheus-metrics-shaded-protobuf:jar:1.2.1:runtime
-[INFO] \- org.glassfish.jaxb:jaxb-runtime:jar:4.0.5:runtime
-[INFO]    \- org.glassfish.jaxb:jaxb-core:jar:4.0.5:compile
-[INFO]       \- org.eclipse.angus:angus-activation:jar:2.0.2:compile
-[INFO] 
-[INFO] ------------< de.ozgcloud:ozgcloud-elasticsearch-operator >-------------
-[INFO] Building OZG-Cloud Elasticsearch Operator 2.8.0-SNAPSHOT           [3/3]
-[INFO]   from ozgcloud-elasticsearch-operator\pom.xml
-[INFO] --------------------------------[ jar ]---------------------------------
-[INFO] 
-[INFO] --- dependency:3.6.1:tree (default-cli) @ ozgcloud-elasticsearch-operator ---
-[INFO] de.ozgcloud:ozgcloud-elasticsearch-operator:jar:2.8.0-SNAPSHOT
-[INFO] +- co.elastic.clients:elasticsearch-java:jar:8.13.4:compile
-[INFO] |  +- org.elasticsearch.client:elasticsearch-rest-client:jar:8.13.4:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile
-[INFO] |  |  +- org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile
-[INFO] |  |  \- commons-codec:commons-codec:jar:1.16.1:compile
-[INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
-[INFO] |  +- jakarta.json:jakarta.json-api:jar:2.1.3:compile
-[INFO] |  +- org.eclipse.parsson:parsson:jar:1.1.7:compile
-[INFO] |  \- io.opentelemetry:opentelemetry-api:jar:1.38.0:runtime
-[INFO] |     \- io.opentelemetry:opentelemetry-context:jar:1.38.0:runtime
-[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.17.3:compile
-[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.3:compile
-[INFO] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.17.3:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:3.0.5:compile
-[INFO] |  |  +- org.springframework.boot:spring-boot:jar:3.3.6:compile
-[INFO] |  |  \- org.yaml:snakeyaml:jar:2.2:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:3.3.6:compile
-[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.17.3:compile
-[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.17.3:compile
-[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.17.3:compile
-[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.3.6:compile
-[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.33:compile
-[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.33:compile
-[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.33:compile
-[INFO] |  +- org.springframework:spring-web:jar:6.1.15:compile
-[INFO] |  |  \- org.springframework:spring-beans:jar:6.1.15:compile
-[INFO] |  \- org.springframework:spring-webmvc:jar:6.1.15:compile
-[INFO] |     +- org.springframework:spring-aop:jar:6.1.15:compile
-[INFO] |     \- org.springframework:spring-expression:jar:6.1.15:compile
-[INFO] +- org.testcontainers:elasticsearch:jar:1.19.8:test
-[INFO] |  \- org.testcontainers:testcontainers:jar:1.19.8:test
-[INFO] |     +- junit:junit:jar:4.13.2:test
-[INFO] |     |  \- org.hamcrest:hamcrest-core:jar:2.2:test
-[INFO] |     +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
-[INFO] |     |  \- org.jetbrains:annotations:jar:24.1.0:compile
-[INFO] |     +- com.github.docker-java:docker-java-api:jar:3.4.0:test
-[INFO] |     \- com.github.docker-java:docker-java-transport-zerodep:jar:3.4.0:test
-[INFO] |        +- com.github.docker-java:docker-java-transport:jar:3.4.0:test
-[INFO] |        \- net.java.dev.jna:jna:jar:5.8.0:test
-[INFO] +- io.javaoperatorsdk:jenvtest-fabric8-client-support:jar:0.9.7:test
-[INFO] |  +- org.junit.jupiter:junit-jupiter-api:jar:5.10.5:compile
-[INFO] |  |  +- org.opentest4j:opentest4j:jar:1.3.0:compile
-[INFO] |  |  \- org.junit.platform:junit-platform-commons:jar:1.10.5:compile
-[INFO] |  +- org.slf4j:slf4j-api:jar:2.0.16:compile
-[INFO] |  \- io.fabric8:kubernetes-client:jar:6.13.3:compile
-[INFO] |     +- io.fabric8:kubernetes-client-api:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-core:jar:6.13.3:compile
-[INFO] |     |  |  \- io.fabric8:kubernetes-model-common:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-gatewayapi:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-resource:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-rbac:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-admissionregistration:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-apps:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-autoscaling:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-apiextensions:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-batch:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-certificates:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-coordination:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-discovery:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-events:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-extensions:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-flowcontrol:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-networking:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-metrics:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-policy:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-scheduling:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-storageclass:jar:6.13.3:compile
-[INFO] |     |  +- io.fabric8:kubernetes-model-node:jar:6.13.3:compile
-[INFO] |     |  +- org.snakeyaml:snakeyaml-engine:jar:2.7:compile
-[INFO] |     |  \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.17.3:compile
-[INFO] |     +- io.fabric8:kubernetes-httpclient-okhttp:jar:6.13.3:compile
-[INFO] |     |  +- com.squareup.okhttp3:okhttp:jar:4.12.0:compile
-[INFO] |     |  |  \- com.squareup.okio:okio:jar:3.6.0:compile
-[INFO] |     |  |     \- com.squareup.okio:okio-jvm:jar:3.6.0:compile
-[INFO] |     |  |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.25:compile
-[INFO] |     |  \- com.squareup.okhttp3:logging-interceptor:jar:4.12.0:compile
-[INFO] |     \- io.fabric8:zjsonpatch:jar:0.3.0:compile
-[INFO] +- io.javaoperatorsdk:jenvtest:jar:0.9.7:test
-[INFO] |  +- org.apache.commons:commons-compress:jar:1.27.0:test
-[INFO] |  +- commons-io:commons-io:jar:2.18.0:compile
-[INFO] |  \- org.bouncycastle:bcpkix-jdk18on:jar:1.78.1:test
-[INFO] |     +- org.bouncycastle:bcprov-jdk18on:jar:1.78.1:test
-[INFO] |     \- org.bouncycastle:bcutil-jdk18on:jar:1.78.1:test
-[INFO] +- io.javaoperatorsdk:operator-framework-spring-boot-starter:jar:5.4.1:compile
-[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:3.3.6:compile
-[INFO] |  +- io.fabric8:openshift-client:jar:6.13.3:compile
-[INFO] |  |  +- io.fabric8:openshift-client-api:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-clusterautoscaling:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-operator:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-operatorhub:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-machine:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-whereabouts:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-monitoring:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-storageversionmigrator:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-tuned:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-console:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-config:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-machineconfig:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-miscellaneous:jar:6.13.3:compile
-[INFO] |  |  |  +- io.fabric8:openshift-model-hive:jar:6.13.3:compile
-[INFO] |  |  |  \- io.fabric8:openshift-model-installer:jar:6.13.3:compile
-[INFO] |  |  \- com.github.mifmif:generex:jar:1.0.2:compile
-[INFO] |  |     \- dk.brics.automaton:automaton:jar:1.11-8:compile
-[INFO] |  \- io.javaoperatorsdk:operator-framework:jar:4.6.1:compile
-[INFO] |     +- io.javaoperatorsdk:operator-framework-core:jar:4.6.1:compile
-[INFO] |     \- com.squareup:javapoet:jar:1.13.0:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.3.6:compile
-[INFO] |  |  \- org.springframework.boot:spring-boot-actuator:jar:3.3.6:compile
-[INFO] |  +- io.micrometer:micrometer-observation:jar:1.13.8:compile
-[INFO] |  |  \- io.micrometer:micrometer-commons:jar:1.13.8:compile
-[INFO] |  \- io.micrometer:micrometer-jakarta9:jar:1.13.8:compile
-[INFO] +- org.projectlombok:lombok:jar:1.18.36:compile
-[INFO] +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
-[INFO] |  +- commons-logging:commons-logging:jar:1.2:compile
-[INFO] |  \- commons-collections:commons-collections:jar:3.2.2:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-test:jar:3.3.6:compile
-[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.3.6:compile
-[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.9.0:compile
-[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile
-[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:2.1.3:compile
-[INFO] |  +- net.minidev:json-smart:jar:2.5.1:compile
-[INFO] |  |  \- net.minidev:accessors-smart:jar:2.5.1:compile
-[INFO] |  |     \- org.ow2.asm:asm:jar:9.7:compile
-[INFO] |  +- org.assertj:assertj-core:jar:3.25.3:compile
-[INFO] |  +- org.awaitility:awaitility:jar:4.2.2:compile
-[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
-[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.10.5:compile
-[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.3:compile
-[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:compile
-[INFO] |  +- org.springframework:spring-core:jar:6.1.15:compile
-[INFO] |  |  \- org.springframework:spring-jcl:jar:6.1.15:compile
-[INFO] |  +- org.springframework:spring-test:jar:6.1.15:compile
-[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.1:compile
-[INFO] +- org.junit.jupiter:junit-jupiter-engine:jar:5.10.5:test
-[INFO] |  +- org.junit.platform:junit-platform-engine:jar:1.10.5:test
-[INFO] |  \- org.apiguardian:apiguardian-api:jar:1.1.2:compile
-[INFO] +- org.junit.jupiter:junit-jupiter-params:jar:5.10.5:test
-[INFO] +- io.fabric8:kubernetes-server-mock:jar:6.13.4:test
-[INFO] |  +- io.fabric8:mockwebserver:jar:6.13.3:test
-[INFO] |  |  \- com.squareup.okhttp3:mockwebserver:jar:4.12.0:test
-[INFO] |  |     \- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.25:compile
-[INFO] |  |        +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.9.25:compile
-[INFO] |  |        \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.25:compile
-[INFO] |  \- io.fabric8:servicecatalog-client:jar:6.13.3:test
-[INFO] |     \- io.fabric8:servicecatalog-model:jar:6.13.3:test
-[INFO] +- com.thedeanda:lorem:jar:2.2:test
-[INFO] +- de.ozgcloud.common:ozgcloud-common-test:jar:4.7.0:test
-[INFO] |  \- org.testcontainers:mongodb:jar:1.19.8:test
-[INFO] +- de.ozgcloud.common:ozgcloud-common-lib:jar:4.7.0:compile
-[INFO] |  +- org.springframework:spring-context:jar:6.1.15:compile
-[INFO] |  +- io.grpc:grpc-stub:jar:1.68.0:compile
-[INFO] |  |  +- io.grpc:grpc-api:jar:1.65.1:compile
-[INFO] |  |  +- com.google.guava:guava:jar:33.2.1-jre:compile
-[INFO] |  |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
-[INFO] |  |  |  +- org.checkerframework:checker-qual:jar:3.46.0:compile
-[INFO] |  |  |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
-[INFO] |  |  \- com.google.errorprone:error_prone_annotations:jar:2.30.0:compile
-[INFO] |  +- com.google.protobuf:protobuf-java:jar:3.25.5:compile
-[INFO] |  +- org.apache.commons:commons-lang3:jar:3.14.0:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-core:jar:2.23.1:compile
-[INFO] |  |  \- org.apache.logging.log4j:log4j-api:jar:2.23.1:compile
-[INFO] |  +- org.aspectj:aspectjweaver:jar:1.9.22.1:compile
-[INFO] |  +- org.aspectj:aspectjrt:jar:1.9.22.1:compile
-[INFO] |  +- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0:compile
-[INFO] |  \- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
-[INFO] +- org.springframework.boot:spring-boot-starter-log4j2:jar:3.3.6:compile
-[INFO] |  +- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.23.1:compile
-[INFO] |  \- org.apache.logging.log4j:log4j-jul:jar:2.23.1:compile
-[INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:3.3.6:compile
-[INFO] +- org.mockito:mockito-core:jar:5.11.0:test
-[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.14.19:compile
-[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.14.19:test
-[INFO] |  \- org.objenesis:objenesis:jar:3.3:test
-[INFO] +- org.mockito:mockito-junit-jupiter:jar:5.11.0:test
-[INFO] +- org.apache.logging.log4j:log4j-layout-template-json:jar:2.23.1:compile
-[INFO] +- io.micrometer:micrometer-registry-prometheus:jar:1.13.8:runtime
-[INFO] |  +- io.micrometer:micrometer-core:jar:1.13.8:compile
-[INFO] |  |  +- org.hdrhistogram:HdrHistogram:jar:2.2.2:runtime
-[INFO] |  |  \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
-[INFO] |  +- io.prometheus:prometheus-metrics-core:jar:1.2.1:runtime
-[INFO] |  |  +- io.prometheus:prometheus-metrics-model:jar:1.2.1:runtime
-[INFO] |  |  \- io.prometheus:prometheus-metrics-config:jar:1.2.1:runtime
-[INFO] |  +- io.prometheus:prometheus-metrics-tracer-common:jar:1.2.1:runtime
-[INFO] |  \- io.prometheus:prometheus-metrics-exposition-formats:jar:1.2.1:runtime
-[INFO] |     \- io.prometheus:prometheus-metrics-shaded-protobuf:jar:1.2.1:runtime
-[INFO] \- org.glassfish.jaxb:jaxb-runtime:jar:4.0.5:runtime
-[INFO]    \- org.glassfish.jaxb:jaxb-core:jar:4.0.5:runtime
-[INFO]       +- org.eclipse.angus:angus-activation:jar:2.0.2:runtime
-[INFO]       +- org.glassfish.jaxb:txw2:jar:4.0.5:runtime
-[INFO]       \- com.sun.istack:istack-commons-runtime:jar:4.1.2:runtime
-[INFO] ------------------------------------------------------------------------
-[INFO] Reactor Summary for OzgCloud Operator Parent 2.8.0-SNAPSHOT:
-[INFO] 
-[INFO] OzgCloud Operator Parent ........................... SUCCESS [  6.767 s]
-[INFO] OzgCloud Keycloak Operator ......................... SUCCESS [  0.820 s]
-[INFO] OZG-Cloud Elasticsearch Operator ................... SUCCESS [  0.187 s]
-[INFO] ------------------------------------------------------------------------
-[INFO] BUILD SUCCESS
-[INFO] ------------------------------------------------------------------------
-[INFO] Total time:  10.431 s
-[INFO] Finished at: 2024-12-10T16:10:36+01:00
-[INFO] ------------------------------------------------------------------------
-- 
GitLab