Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
[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] ------------------------------------------------------------------------