Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-21338

Some XP3 dependencies are pulled from base EAP

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP-XP-3.0.0.GA
    • None
    • None
    • None

      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>

              bstansbe@redhat.com Brian Stansberry
              rguimara Roberto Oliveira
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: