JsonXContent NoClassDefFoundError only in Production — Works Locally

Hi team,

I am getting this error only in my production server, but the exact same code works perfectly on my local machine:

java.lang.NoClassDefFoundError: Could not initialize class 
org.elasticsearch.xcontent.json.JsonXContent

My application uses SearchSourceBuilder from Elasticsearch Java client.
In production we also attach the Elastic APM Agent, and I see the APM agent JAR placed in /tmp.

Locally → everything works
Production → NoClassDefFoundError

Springboot 3.5.6 and ES dependencies

Elastic APM

co.elastic.apm:apm-agent-api:jar:1.55.1

Elasticsearch Client & Spring Boot

org.springframework.boot:spring-boot-starter-data-elasticsearch:jar:3.5.6
org.springframework.data:spring-data-elasticsearch:jar:5.5.4

co.elastic.clients:elasticsearch-java:jar:8.18.8
org.elasticsearch.client:elasticsearch-rest-client:jar:8.18.8

Elasticsearch Core Libraries (8.18.8)

org.elasticsearch:elasticsearch
org.elasticsearch:elasticsearch-core
org.elasticsearch:elasticsearch-logging
org.elasticsearch:elasticsearch-secure-sm
org.elasticsearch:elasticsearch-x-content
org.elasticsearch:elasticsearch-geo
org.elasticsearch:elasticsearch-lz4
org.elasticsearch:elasticsearch-grok
org.elasticsearch:elasticsearch-tdigest
org.elasticsearch:elasticsearch-cli
org.elasticsearch:elasticsearch-simdvec   (runtime)
org.elasticsearch:elasticsearch-entitlement (runtime)
org.elasticsearch:elasticsearch-native   (runtime)

Elasticsearch Plugin APIs

org.elasticsearch.plugin:elasticsearch-plugin-api:jar:8.18.8
org.elasticsearch.plugin:elasticsearch-plugin-analysis-api:jar:8.18.8

ECS Logging

co.elastic.logging:log4j2-ecs-layout:jar:1.2.0
co.elastic.logging:ecs-logging-core:jar:1.2.0

Our Internal Module

com.kpisoft:bi-analytical-elasticsearch:jar:7.0-SNAPSHOT

Complete sack trace:

jakarta.servlet.ServletException: Async processing failed: java.lang.NoClassDefFoundError: Could not initialize class org.elasticsearch.xcontent.json.JsonXContent at 
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod$ConcurrentResultHandlerMethod.lambda$new$0(ServletInvocableHandlerMethod.java:224) at 
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) at 
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:191) at 
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) at 
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:991) at 
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:896) at 
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) at 
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) at 
jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) at 
jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) at 
io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at 
io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) at 
io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at 
io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) at 
io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at 
io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at 
org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at 
org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at 
org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) at 
org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:490) at 
org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:351) at 
org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:83) at 
org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:129) at 
org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:241) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) at 
org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:138) at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:241) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) at 
org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:138) at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:125) at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:241) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) at 
org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:138) at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:91) at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:241) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228) at 
org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:138) at 
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:241) at 
org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:228)

Welcome!

May be print the full dependency tree?

mvn dependency:tree

Did you import as well Jackson as per documentation?

<project>
  <dependencies>
    <dependency>
      <groupId>co.elastic.clients</groupId>
      <artifactId>elasticsearch-java</artifactId>
      <version>8.19.7</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.17.0</version>
    </dependency>
  </dependencies>
</project>

Thanks for the quick response.

Below is the dependency tree

[INFO] ----------------< com.kpisoft:reportManagement-service >----------------
[INFO] Building reportManagement-service 7.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- dependency:3.7.0:tree (default-cli) @ reportManagement-service ---
[INFO] com.kpisoft:reportManagement-service:jar:7.0-SNAPSHOT
[INFO] +- org.json:json:jar:20190722:compile
[INFO] +- com.kpisoft:reportManagement-domain:jar:7.0-SNAPSHOT:compile
[INFO] |  +- com.kpisoft:core-base:jar:7.0-SNAPSHOT:compile
[INFO] |  |  +- org.jasypt:jasypt:jar:1.9.2:compile
[INFO] |  |  +- org.javers:javers-core:jar:6.2.3:compile
[INFO] |  |  |  +- org.picocontainer:picocontainer:jar:2.15:runtime
[INFO] |  |  |  - io.github.classgraph:classgraph:jar:4.8.78:runtime
[INFO] |  |  +- org.javers:javers-spring-boot-starter-mongo:jar:6.2.3:compile
[INFO] |  |  |  +- org.javers:javers-spring-mongo:jar:6.2.3:compile
[INFO] |  |  |  |  - org.javers:javers-spring:jar:6.2.3:compile
[INFO] |  |  |  |     - org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:runtime
[INFO] |  |  |  +- org.javers:javers-persistence-mongo:jar:6.2.3:compile
[INFO] |  |  |  - org.mongodb:mongodb-driver-legacy:jar:4.1.1:runtime
[INFO] |  |  |     +- org.mongodb:bson:jar:5.5.1:compile
[INFO] |  |  |     - org.mongodb:mongodb-driver-core:jar:5.5.1:compile
[INFO] |  |  |        - org.mongodb:bson-record-codec:jar:5.5.1:runtime
[INFO] |  |  +- edu.vt.middleware:vt-password:jar:3.1.2:compile
[INFO] |  |  |  +- edu.vt.middleware:vt-dictionary:jar:3.0:compile
[INFO] |  |  |  - edu.vt.middleware:vt-crypt:jar:2.1.4:compile
[INFO] |  |  |     +- org.bouncycastle:bcprov-jdk15:jar:1.45:compile
[INFO] |  |  |     - commons-cli:commons-cli:jar:1.2:compile
[INFO] |  |  +- org.springframework:spring-webmvc:jar:6.2.11:compile
[INFO] |  |  +- org.aspectj:aspectjweaver:jar:1.9.24:compile
[INFO] |  |  +- org.jetbrains:annotations:jar:17.0.0:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:3.5.4:compile
[INFO] |  |  +- ch.qos.logback:logback-classic:jar:1.5.18:compile
[INFO] |  |  |  - ch.qos.logback:logback-core:jar:1.5.18:compile
[INFO] |  |  +- net.logstash.logback:logstash-logback-encoder:jar:6.1:compile
[INFO] |  |  +- com.google.code.gson:gson:jar:2.13.2:compile
[INFO] |  |  |  - com.google.errorprone:error_prone_annotations:jar:2.41.0:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-data-redis:jar:3.5.6:compile
[INFO] |  |  |  - org.springframework.data:spring-data-redis:jar:3.5.4:compile
[INFO] |  |  |     +- org.springframework.data:spring-data-keyvalue:jar:3.5.4:compile
[INFO] |  |  |     - org.springframework:spring-oxm:jar:6.2.11:compile
[INFO] |  |  +- org.apache.commons:commons-pool2:jar:2.12.1:compile
[INFO] |  |  +- com.monitorjbl:xlsx-streamer:jar:2.2.0:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.19.2:compile
[INFO] |  |  +- net.javacrumbs.shedlock:shedlock-spring:jar:4.39.0:compile
[INFO] |  |  |  - net.javacrumbs.shedlock:shedlock-core:jar:4.39.0:compile
[INFO] |  |  +- net.javacrumbs.shedlock:shedlock-provider-redis-spring:jar:4.39.0:compile
[INFO] |  |  +- org.modelmapper:modelmapper:jar:3.1.1:compile
[INFO] |  |  - redis.clients:jedis:jar:6.0.0:compile
[INFO] |  |     - redis.clients.authentication:redis-authx-core:jar:0.1.1-beta2:compile
[INFO] |  +- com.kpisoft:reportManagement-base:jar:7.0-SNAPSHOT:compile
[INFO] |  +- com.kpisoft:core-domain:jar:7.0-SNAPSHOT:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-data-mongodb:jar:3.5.6:compile
[INFO] |  |  |  +- org.mongodb:mongodb-driver-sync:jar:5.5.1:compile
[INFO] |  |  |  - org.springframework.data:spring-data-mongodb:jar:4.5.4:compile
[INFO] |  |  +- com.querydsl:querydsl-mongodb:jar:5.0.0:compile
[INFO] |  |  |  +- org.mongodb:mongo-java-driver:jar:3.12.8:compile
[INFO] |  |  |  - com.querydsl:querydsl-core:jar:5.1.0:compile
[INFO] |  |  |     - com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile
[INFO] |  |  +- com.querydsl:querydsl-sql:jar:5.0.0:compile
[INFO] |  |  +- com.querydsl:querydsl-sql-spring:jar:5.0.0:compile
[INFO] |  |  +- com.querydsl:querydsl-jpa:jar:jakarta:5.0.0:compile
[INFO] |  |  +- jakarta.inject:jakarta.inject-api:jar:2.0.1:compile
[INFO] |  |  - org.hibernate.orm:hibernate-envers:jar:6.6.29.Final:compile
[INFO] |  - org.mapstruct:mapstruct:jar:1.6.3:compile
[INFO] +- com.kpisoft:core-domain-dsl:jar:7.0-SNAPSHOT:compile
[INFO] |  - com.kpisoft:calibration-base:jar:7.0-SNAPSHOT:compile
[INFO] |     - com.kpisoft:competency-base:jar:7.0-SNAPSHOT:compile
[INFO] +- com.kpisoft:audit-viewer:jar:7.0-SNAPSHOT:compile
[INFO] |  +- com.kpisoft:core-controller-utils:jar:7.0-SNAPSHOT:compile
[INFO] |  +- io.searchbox:jest:jar:6.3.1:compile
[INFO] |  |  +- io.searchbox:jest-common:jar:6.3.1:compile
[INFO] |  |  +- org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile
[INFO] |  |  |  - org.apache.httpcomponents:httpcore:jar:4.4.16:compile
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
[INFO] |  |  - org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile
[INFO] |  +- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
[INFO] |  - org.elasticsearch:elasticsearch:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-core:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-logging:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-secure-sm:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-x-content:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-geo:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-lz4:jar:8.18.8:compile
[INFO] |     |  - org.lz4:lz4-java:jar:1.8.0:compile
[INFO] |     +- org.elasticsearch.plugin:elasticsearch-plugin-api:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch.plugin:elasticsearch-plugin-analysis-api:jar:8.18.8:compile
[INFO] |     +- org.elasticsearch:elasticsearch-grok:jar:8.18.8:compile
[INFO] |     |  +- org.jruby.joni:joni:jar:2.1.29:compile
[INFO] |     |  - org.jruby.jcodings:jcodings:jar:1.0.44:compile
[INFO] |     +- org.elasticsearch:elasticsearch-tdigest:jar:8.18.8:compile
[INFO] |     +- org.apache.lucene:lucene-core:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-analysis-common:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-backward-codecs:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-facet:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-grouping:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-highlighter:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-join:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-memory:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-misc:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-queries:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-queryparser:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-sandbox:jar:9.12.1:compile
[INFO] |     +- org.apache.lucene:lucene-suggest:jar:9.12.1:compile
[INFO] |     +- org.elasticsearch:elasticsearch-cli:jar:8.18.8:compile
[INFO] |     |  - net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
[INFO] |     +- org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
[INFO] |     +- org.apache.logging.log4j:log4j-api:jar:2.24.3:compile
[INFO] |     +- org.apache.logging.log4j:log4j-core:jar:2.24.3:compile
[INFO] |     +- co.elastic.logging:log4j2-ecs-layout:jar:1.2.0:compile
[INFO] |     +- co.elastic.logging:ecs-logging-core:jar:1.2.0:compile
[INFO] |     +- org.elasticsearch:elasticsearch-simdvec:jar:8.18.8:runtime
[INFO] |     +- org.elasticsearch:elasticsearch-entitlement:jar:8.18.8:runtime
[INFO] |     +- com.carrotsearch:hppc:jar:0.8.1:runtime
[INFO] |     - org.elasticsearch:elasticsearch-native:jar:8.18.8:runtime
[INFO] +- com.kpisoft:core-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:core-cache:jar:7.0-SNAPSHOT:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-cache:jar:3.5.6:compile
[INFO] |  |  - org.springframework:spring-context-support:jar:6.2.11:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-actuator:jar:3.5.6:runtime
[INFO] |  |  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.5.6:runtime
[INFO] |  |  |  - org.springframework.boot:spring-boot-actuator:jar:3.5.6:runtime
[INFO] |  |  +- io.micrometer:micrometer-observation:jar:1.15.4:compile
[INFO] |  |  |  - io.micrometer:micrometer-commons:jar:1.15.4:compile
[INFO] |  |  - io.micrometer:micrometer-jakarta9:jar:1.15.4:runtime
[INFO] |  |     - io.micrometer:micrometer-core:jar:1.15.4:runtime
[INFO] |  |        - org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] |  +- com.amazonaws:aws-java-sdk-s3:jar:1.11.382:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-kms:jar:1.11.382:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-core:jar:1.11.382:runtime
[INFO] |  |  |  +- software.amazon.ion:ion-java:jar:1.0.2:runtime
[INFO] |  |  |  - com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.19.2:runtime
[INFO] |  |  - com.amazonaws:jmespath-java:jar:1.11.382:runtime
[INFO] |  +- com.amazonaws:aws-java-sdk-route53:jar:1.11.382:runtime
[INFO] |  +- commons-io:commons-io:jar:2.6:compile
[INFO] |  +- org.apache.commons:commons-vfs2:jar:2.4:runtime
[INFO] |  |  - commons-logging:commons-logging:jar:1.2:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.7:compile
[INFO] |  +- commons-validator:commons-validator:jar:1.6:compile
[INFO] |  |  +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] |  |  +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] |  |  - commons-collections:commons-collections:jar:3.2.2:compile
[INFO] |  +- org.apache.commons:commons-collections4:jar:4.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.0.1:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.0.1:compile
[INFO] |  |  |  - org.apache.xmlbeans:xmlbeans:jar:3.0.2:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.18:compile
[INFO] |  |  - com.github.virtuald:curvesapi:jar:1.05:compile
[INFO] |  +- org.apache.poi:poi:jar:4.0.1:compile
[INFO] |  |  +- commons-codec:commons-codec:jar:1.18.0:compile
[INFO] |  |  - org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  +- org.osgl:osgl-tool:jar:1.24.0:runtime
[INFO] |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  +- com.alibaba:fastjson:jar:1.2.62:runtime
[INFO] |  |  +- org.osgl:osgl-version:jar:2.0.0-BETA-4-JAVA7:runtime
[INFO] |  |  - org.osgl:osgl-ut:jar:2.0.0-BETA-4-JAVA7:runtime
[INFO] |  |     - org.hamcrest:hamcrest-junit:jar:2.0.0.0:runtime
[INFO] |  |        - org.hamcrest:java-hamcrest:jar:2.0.0.0:runtime
[INFO] |  +- com.jcraft:jsch:jar:0.1.55:runtime
[INFO] |  +- org.springframework:spring-web:jar:6.2.11:compile
[INFO] |  |  +- org.springframework:spring-beans:jar:6.2.11:compile
[INFO] |  |  - org.springframework:spring-core:jar:6.2.11:compile
[INFO] |  |     - org.springframework:spring-jcl:jar:6.2.11:compile
[INFO] |  +- com.google.zxing:core:jar:3.4.0:compile
[INFO] |  +- com.google.zxing:javase:jar:3.4.0:runtime
[INFO] |  |  +- com.beust:jcommander:jar:1.72:runtime
[INFO] |  |  - com.github.jai-imageio:jai-imageio-core:jar:1.4.0:runtime
[INFO] |  +- com.kpisoft:user-registration-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  +- com.paypal.sdk:checkout-sdk:jar:1.0.2:runtime
[INFO] |  |  |  - com.paypal:paypalhttp:jar:1.0.0:runtime
[INFO] |  |  - com.paypal.sdk:rest-api-sdk:jar:1.14.0:runtime
[INFO] |  +- com.kpisoft:performance-domain:jar:7.0-SNAPSHOT:compile
[INFO] |  +- com.kpisoft:succession-planning-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  +- org.apache.commons:commons-csv:jar:1.8:runtime
[INFO] |  |  - com.kpisoft:nbg-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  |     - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:runtime
[INFO] |  +- com.kpisoft:succession-planning-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - com.kpisoft:idp-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  |     - ar.com.fdvs:DynamicJasper:jar:5.0.11:runtime
[INFO] |  +- com.kpisoft:ct-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  +- com.kpisoft:ct-base:jar:7.0-SNAPSHOT:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-configuration-processor:jar:3.5.6:runtime
[INFO] |  |  +- com.kpisoft:mentorship-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  |  +- com.kpisoft:mentorship-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  |  +- com.kpisoft:mentorship-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  |  - com.kpisoft:nbg-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.19.2:runtime
[INFO] |  |  |  +- org.codehaus.woodstox:stax2-api:jar:4.2.2:runtime
[INFO] |  |  |  - com.fasterxml.woodstox:woodstox-core:jar:7.1.1:runtime
[INFO] |  |  +- com.kpisoft:hub-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - org.apache.httpcomponents.client5:httpclient5:jar:5.5:runtime
[INFO] |  |     +- org.apache.httpcomponents.core5:httpcore5:jar:5.3.5:runtime
[INFO] |  |     - org.apache.httpcomponents.core5:httpcore5-h2:jar:5.3.5:runtime
[INFO] |  - com.kpisoft:feedback-service:jar:7.0-SNAPSHOT:runtime
[INFO] |     +- com.kpisoft:feedback-base:jar:7.0-SNAPSHOT:runtime
[INFO] |     - com.kpisoft:feedback-domain:jar:7.0-SNAPSHOT:runtime
[INFO] +- com.kpisoft:performance-base:jar:7.0-SNAPSHOT:compile
[INFO] |  +- com.kpisoft:skill-base:jar:7.0-SNAPSHOT:compile
[INFO] |  +- org.freemarker:freemarker:jar:2.3.34:compile
[INFO] |  +- net.sf.jasperreports:jasperreports:jar:6.4.3:compile
[INFO] |  |  +- org.jfree:jcommon:jar:1.0.23:compile
[INFO] |  |  +- org.jfree:jfreechart:jar:1.0.19:compile
[INFO] |  |  +- org.eclipse.jdt.core.compiler:ecj:jar:4.4.2:compile
[INFO] |  |  +- org.codehaus.castor:castor-xml:jar:1.3.3:compile
[INFO] |  |  |  +- org.codehaus.castor:castor-core:jar:1.3.3:compile
[INFO] |  |  |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |  |  +- stax:stax:jar:1.2.0:compile
[INFO] |  |  |  |  - stax:stax-api:jar:1.0.1:compile
[INFO] |  |  |  - javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.19.2:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.19.2:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2:compile
[INFO] |  |  - com.ibm.icu:icu4j:jar:57.1:compile
[INFO] |  +- com.lowagie:itext:jar:2.1.7:compile
[INFO] |  |  +- bouncycastle:bcmail-jdk14:jar:138:compile
[INFO] |  |  +- bouncycastle:bcprov-jdk14:jar:138:compile
[INFO] |  |  - org.bouncycastle:bctsp-jdk14:jar:1.38:compile
[INFO] |  |     +- org.bouncycastle:bcprov-jdk14:jar:1.38:compile
[INFO] |  |     - org.bouncycastle:bcmail-jdk14:jar:1.38:compile
[INFO] |  +- jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile
[INFO] |  +- org.olap4j:olap4j:jar:1.2.0:compile
[INFO] |  |  - xerces:xercesImpl:jar:2.11.0:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.kpisoft:cob-base:jar:7.0-SNAPSHOT:compile
[INFO] |  - com.kpisoft:ct-domain:jar:7.0-SNAPSHOT:compile
[INFO] +- com.kpisoft:core-events:jar:7.0-SNAPSHOT:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:2.0.17:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-mail:jar:3.5.6:compile
[INFO] |  |  - org.eclipse.angus:jakarta.mail:jar:2.0.4:compile
[INFO] |  +- org.apache.tika:tika-core:jar:1.21:compile
[INFO] |  +- com.kpisoft:announcement-base:jar:7.0-SNAPSHOT:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-amqp:jar:3.5.6:compile
[INFO] |  |  +- org.springframework:spring-messaging:jar:6.2.11:compile
[INFO] |  |  - org.springframework.amqp:spring-rabbit:jar:3.2.7:compile
[INFO] |  |     +- org.springframework.amqp:spring-amqp:jar:3.2.7:compile
[INFO] |  |     |  - org.springframework.retry:spring-retry:jar:2.0.12:compile
[INFO] |  |     +- com.rabbitmq:amqp-client:jar:5.25.0:compile
[INFO] |  |     - org.springframework:spring-tx:jar:6.2.11:compile
[INFO] |  +- com.kpisoft:external-review-base:jar:7.0-SNAPSHOT:compile
[INFO] |  +- jakarta.mail:jakarta.mail-api:jar:2.1.4:compile
[INFO] |  |  - jakarta.activation:jakarta.activation-api:jar:2.1.4:compile
[INFO] |  +- org.hibernate.orm:hibernate-core:jar:6.6.29.Final:compile
[INFO] |  |  +- jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile
[INFO] |  |  +- jakarta.transaction:jakarta.transaction-api:jar:2.0.1:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.6.1.Final:compile
[INFO] |  |  +- org.hibernate.common:hibernate-commons-annotations:jar:7.0.3.Final:runtime
[INFO] |  |  +- io.smallrye:jandex:jar:3.2.0:runtime
[INFO] |  |  +- com.fasterxml:classmate:jar:1.7.0:compile
[INFO] |  |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2:compile
[INFO] |  |  - org.antlr:antlr4-runtime:jar:4.13.0:compile
[INFO] |  - co.elastic.apm:apm-agent-api:jar:1.55.1:compile
[INFO] +- com.kpisoft:performance-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:taskManagement-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - com.kpisoft:okr-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  |     - com.kpisoft:okr-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:skill-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - com.kpisoft:skill-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- net.sf.jasperreports:jasperreports-fonts:jar:6.9.0:runtime
[INFO] |  +- jaxen:jaxen:jar:2.0.0:runtime
[INFO] |  +- com.kpisoft:cob-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:performance-improvement-plan-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - com.kpisoft:performance-improvement-plan-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:calibration-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:taskManagement-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - com.kpisoft:taskManagement-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- com.kpisoft:joye:jar:7.0-SNAPSHOT:runtime
[INFO] |  |  - io.jsonwebtoken:jjwt-api:jar:0.10.7:runtime
[INFO] |  +- joda-time:joda-time:jar:2.10.5:compile
[INFO] |  +- com.kpisoft:remainder-base:jar:7.0-SNAPSHOT:runtime
[INFO] |  - com.kpisoft:remainder-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |     +- com.rackspace.apache:xerces2-xsd11:jar:2.11.1:runtime
[INFO] |     |  +- com.rackspace.eclipse.webtools.sourceediting:org.eclipse.wst.xml.xpath2.processor:jar:2.1.100:runtime
[INFO] |     |  |  - edu.princeton.cup:java-cup:jar:10k:runtime
[INFO] |     |  - xml-resolver:xml-resolver:jar:1.2:runtime
[INFO] |     - org.springframework.data:spring-data-jpa:jar:3.5.4:compile
[INFO] |        - org.springframework:spring-orm:jar:6.2.11:compile
[INFO] +- com.kpisoft:kudos-base:jar:7.0-SNAPSHOT:compile
[INFO] +- com.kpisoft:kudos-service:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- batik:batik-bridge:jar:1.6:runtime
[INFO] |  +- org.apache.xmlgraphics:batik-svg-dom:jar:1.7:runtime
[INFO] |  |  +- org.apache.xmlgraphics:batik-awt-util:jar:1.7:runtime
[INFO] |  |  +- org.apache.xmlgraphics:batik-css:jar:1.7:runtime
[INFO] |  |  +- org.apache.xmlgraphics:batik-dom:jar:1.7:runtime
[INFO] |  |  +- org.apache.xmlgraphics:batik-ext:jar:1.7:runtime
[INFO] |  |  +- org.apache.xmlgraphics:batik-parser:jar:1.7:runtime
[INFO] |  |  +- org.apache.xmlgraphics:batik-util:jar:1.7:runtime
[INFO] |  |  +- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] |  |  - xml-apis:xml-apis-ext:jar:1.3.04:runtime
[INFO] |  +- org.apache.xmlgraphics:batik-anim:jar:1.8:runtime
[INFO] |  - org.apache.xmlgraphics:batik-bridge:jar:1.8:runtime
[INFO] |     +- org.apache.xmlgraphics:batik-gvt:jar:1.8:runtime
[INFO] |     +- org.apache.xmlgraphics:batik-script:jar:1.8:runtime
[INFO] |     +- org.apache.xmlgraphics:batik-xml:jar:1.8:runtime
[INFO] |     - xalan:xalan:jar:2.7.0:runtime
[INFO] +- com.kpisoft:kudos-domain:jar:7.0-SNAPSHOT:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-data-jpa:jar:3.5.6:compile
[INFO] |  |  - org.springframework:spring-aspects:jar:6.2.11:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:3.5.6:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:6.3.3:compile
[INFO] |  |  - org.springframework:spring-jdbc:jar:6.2.11:compile
[INFO] |  - org.springframework.security:spring-security-core:jar:6.5.5:compile
[INFO] |     +- org.springframework.security:spring-security-crypto:jar:6.5.5:compile
[INFO] |     +- org.springframework:spring-aop:jar:6.2.11:compile
[INFO] |     +- org.springframework:spring-context:jar:6.2.11:compile
[INFO] |     - org.springframework:spring-expression:jar:6.2.11:compile
[INFO] +- org.springframework.boot:spring-boot-starter-validation:jar:3.5.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:3.5.6:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:3.5.6:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-autoconfigure:jar:3.5.6:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:3.5.6:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.3:compile
[INFO] |  |  |  - org.slf4j:jul-to-slf4j:jar:2.0.17:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
[INFO] |  |  - org.yaml:snakeyaml:jar:2.4:compile
[INFO] |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.46:compile
[INFO] |  - org.hibernate.validator:hibernate-validator:jar:8.0.3.Final:compile
[INFO] +- com.kpisoft:core-test:test-jar:tests:7.0-SNAPSHOT:test
[INFO] |  +- org.springframework.boot:spring-boot-starter-web:jar:3.5.6:runtime
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-json:jar:3.5.6:runtime
[INFO] |  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.19.2:runtime
[INFO] |  |  |  - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.19.2:runtime
[INFO] |  |  - org.springframework.boot:spring-boot-starter-tomcat:jar:3.5.6:runtime
[INFO] |  |     +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.46:runtime
[INFO] |  |     - org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.46:runtime
[INFO] |  +- org.apache.sshd:sshd-core:jar:1.6.0:test
[INFO] |  +- it.ozimov:embedded-redis:jar:0.7.2:test
[INFO] |  +- org.springframework.boot:spring-boot-starter-test:jar:3.5.6:test
[INFO] |  |  +- org.springframework.boot:spring-boot-test:jar:3.5.6:test
[INFO] |  |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.5.6:test
[INFO] |  |  +- com.jayway.jsonpath:json-path:jar:2.9.0:test
[INFO] |  |  +- net.minidev:json-smart:jar:2.5.2:test
[INFO] |  |  |  - net.minidev:accessors-smart:jar:2.5.2:test
[INFO] |  |  |     - org.ow2.asm:asm:jar:9.7.1:test
[INFO] |  |  +- org.assertj:assertj-core:jar:3.27.4:test
[INFO] |  |  +- org.hamcrest:hamcrest:jar:3.0:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter:jar:5.12.2:test
[INFO] |  |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.12.2:test
[INFO] |  |  |  - org.junit.jupiter:junit-jupiter-engine:jar:5.12.2:test
[INFO] |  |  |     - org.junit.platform:junit-platform-engine:jar:1.12.2:test
[INFO] |  |  +- org.skyscreamer:jsonassert:jar:1.5.3:test
[INFO] |  |  +- org.springframework:spring-test:jar:6.2.11:test
[INFO] |  |  - org.xmlunit:xmlunit-core:jar:2.10.4:test
[INFO] |  +- org.springframework.security:spring-security-test:jar:6.5.5:test
[INFO] |  |  - org.springframework.security:spring-security-web:jar:6.5.5:test
[INFO] |  +- com.h2database:h2:jar:1.4.199:test
[INFO] |  +- org.seleniumhq.selenium:selenium-java:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-api:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-chrome-driver:jar:4.31.0:test
[INFO] |  |  |  +- com.google.auto.service:auto-service-annotations:jar:1.1.1:test
[INFO] |  |  |  +- org.seleniumhq.selenium:selenium-chromium-driver:jar:4.31.0:test
[INFO] |  |  |  +- org.seleniumhq.selenium:selenium-json:jar:4.31.0:test
[INFO] |  |  |  - org.seleniumhq.selenium:selenium-manager:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v133:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v134:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-devtools-v135:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-edge-driver:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-firefox-driver:jar:4.31.0:test
[INFO] |  |  |  - org.seleniumhq.selenium:selenium-http:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-ie-driver:jar:4.31.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-remote-driver:jar:4.31.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-api:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-context:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-exporter-logging:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-common:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk-trace:jar:1.49.0:test
[INFO] |  |  |  +- io.opentelemetry:opentelemetry-sdk:jar:1.49.0:test
[INFO] |  |  |  |  +- io.opentelemetry:opentelemetry-sdk-metrics:jar:1.49.0:test
[INFO] |  |  |  |  - io.opentelemetry:opentelemetry-sdk-logs:jar:1.49.0:test
[INFO] |  |  |  - org.seleniumhq.selenium:selenium-os:jar:4.31.0:test
[INFO] |  |  |     - org.apache.commons:commons-exec:jar:1.4.0:test
[INFO] |  |  +- org.seleniumhq.selenium:selenium-safari-driver:jar:4.31.0:test
[INFO] |  |  - org.seleniumhq.selenium:selenium-support:jar:4.31.0:test
[INFO] |  +- com.icegreen:greenmail:jar:1.5.5:test
[INFO] |  |  - com.sun.mail:javax.mail:jar:1.5.6:test
[INFO] |  |     - javax.activation:activation:jar:1.1:test
[INFO] |  +- de.flapdoodle.embed:de.flapdoodle.embed.mongo:jar:4.21.0:test
[INFO] |  |  +- de.flapdoodle.embed:de.flapdoodle.embed.process:jar:4.17.0:test
[INFO] |  |  |  +- de.flapdoodle.reverse:de.flapdoodle.reverse:jar:1.9.1:test
[INFO] |  |  |  |  +- de.flapdoodle.graph:de.flapdoodle.graph:jar:1.3.4:test
[INFO] |  |  |  |  |  - org.jgrapht:jgrapht-core:jar:1.4.0:test
[INFO] |  |  |  |  |     - org.jheaps:jheaps:jar:0.11:test
[INFO] |  |  |  |  - de.flapdoodle.java8:de.flapdoodle.java8:jar:1.7.2:test
[INFO] |  |  |  +- net.java.dev.jna:jna:jar:5.17.0:test
[INFO] |  |  |  +- net.java.dev.jna:jna-platform:jar:5.17.0:test
[INFO] |  |  |  - de.flapdoodle:de.flapdoodle.os-api:jar:1.7.1:test
[INFO] |  |  - de.flapdoodle.embed:de.flapdoodle.embed.mongo.packageresolver:jar:4.21.0:test
[INFO] |  |     - de.flapdoodle:de.flapdoodle.os:jar:1.9.2:test
[INFO] |  - org.awaitility:awaitility:jar:4.0.1:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] |  - org.hamcrest:hamcrest-core:jar:3.0:test
[INFO] +- org.mockito:mockito-junit-jupiter:jar:5.17.0:test
[INFO] |  - org.junit.jupiter:junit-jupiter-api:jar:5.12.2:test
[INFO] |     +- org.opentest4j:opentest4j:jar:1.3.0:test
[INFO] |     +- org.junit.platform:junit-platform-commons:jar:1.12.2:test
[INFO] |     - org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] +- com.kpisoft:check-in-base:jar:7.0-SNAPSHOT:compile
[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] +- org.springdoc:springdoc-openapi-starter-webmvc-ui:jar:2.8.13:compile
[INFO] |  +- org.springdoc:springdoc-openapi-starter-webmvc-api:jar:2.8.13:compile
[INFO] |  |  - org.springdoc:springdoc-openapi-starter-common:jar:2.8.13:compile
[INFO] |  |     - io.swagger.core.v3:swagger-core-jakarta:jar:2.2.36:compile
[INFO] |  |        +- io.swagger.core.v3:swagger-annotations-jakarta:jar:2.2.36:compile
[INFO] |  |        +- io.swagger.core.v3:swagger-models-jakarta:jar:2.2.36:compile
[INFO] |  |        - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.19.2:compile
[INFO] |  +- org.webjars:swagger-ui:jar:5.28.1:compile
[INFO] |  - org.webjars:webjars-locator-lite:jar:1.1.0:compile
[INFO] |     - org.jspecify:jspecify:jar:1.0.0:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.40:provided
[INFO] +- org.mockito:mockito-core:jar:5.20.0:test
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.17.7:runtime
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.17.7:test
[INFO] |  - org.objenesis:objenesis:jar:3.3:test
[INFO] - org.powermock:powermock-module-junit4:jar:2.0.9:test
[INFO]    - org.powermock:powermock-module-junit4-common:jar:2.0.9:test
[INFO]       +- org.powermock:powermock-reflect:jar:2.0.9:test
[INFO]       - org.powermock:powermock-core:jar:2.0.9:test
[INFO]          - org.javassist:javassist:jar:3.27.0-GA:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.055 s
[INFO] Finished at: 2025-11-26T16:58:22+05:30
[INFO] ------------------------------------------------------------------------

I think that you are depending on org.elasticsearch:elasticsearch:jar:8.18.8 and not on co.elastic.clients:elasticsearch-java:jar:8.18.8.

Please switch to the right client. :slight_smile: