-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
False
-
-
-
-
-
-
Undefined
-
There are some XP3 artifacts that are missing to be declared in the XP3 pom and they are pulled from EAP base.
This is the list of artifacts that are missing the property and also the dependency block:
<version.io.opentracing.tracerresolver>0.1.8</version.io.opentracing.tracerresolver>
<version.io.opentracing>0.33.0</version.io.opentracing>
<version.io.jaegertracing>1.5.0</version.io.jaegertracing>
<version.io.opentracing.concurrent>0.4.0</version.io.opentracing.concurrent>
<version.io.opentracing.interceptors>0.1.3</version.io.opentracing.interceptors>
<version.io.opentracing.jaxrs2>1.0.0</version.io.opentracing.jaxrs2>
These are the artifacts that have the property but are missing the dependency block:
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing</artifactId>
<version>${version.io.smallrye.opentracing}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-kafka-client</artifactId>
<version>${version.io.vertx.vertx}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
- is cloned by
-
JBEAP-21358 XP dependencies are unnecessarily declared in base EAP
- Closed