Uploaded image for project: 'JBoss Remoting (3+)'
  1. JBoss Remoting (3+)
  2. REM3-394

JBoss Remoting must not depend on org.wildfly.security:wildfly-elytron

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 5.0.26.Final
    • 5.0.25.Final
    • None

      JBoss Remoting does depend on org.wildfly.security:wildfly-elytron, see:

              <dependency>
                  <groupId>org.wildfly.security</groupId>
                  <artifactId>wildfly-elytron</artifactId>
                  <version>${elytron.version}</version>
                  <scope>compile</scope>
              </dependency>
      

      As that dependency is a shaded jar, it includes (since ELY-2034) e. g. com.fasterxml.jackson.core:jackson-core classes.

      As this artifact is being used later on within org.jboss:jboss-ejb-client, this transitive dependency would pull in com.fasterxml.jackson.core:jackson-core classes.

            rhn-support-jbaesner Joerg Baesner
            rhn-support-jbaesner Joerg Baesner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: