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

[GSS](8.0.z) Port artifacts between Runtime and EE BOMs

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Major
    • None
    • 8.0.0.GA
    • BOM
    • None
    • False
    • None
    • False

    Description

      With EAP 8 we removed the Runtimes BOM, which we functionality replaced with the EE BOMs, yet some customers need some artifacts that were provided by the Runtimes BOM but are not provided by the EE BOMs. We should consider to add such artifacts if are from public modules and are useful for customers.

      • Elytron artifacts:
        <!-- Module for custom elytron extension  (doesn't exist for EAP7 -> migration from JAAS Loginmodules) -->
           <dependency>
              <groupId>org.wildfly.security</groupId>
              <artifactId>wildfly-elytron</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.wildfly.core</groupId>
              <artifactId>wildfly-elytron-integration</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.wildfly.security</groupId>
              <artifactId>wildfly-elytron-http-basic</artifactId>
              <scope>provided</scope>
            </dependency>
        
      • JAXWS Artifacts:
        <-- Module for custom SOAP integrations (Authentication via CXF Interceptors) -->
           <dependency>
              <groupId>org.apache.cxf</groupId>
              <artifactId>cxf-core</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.apache.cxf</groupId>
              <artifactId>cxf-rt-bindings-soap</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.apache.cxf</groupId>
              <artifactId>cxf-rt-ws-security</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.apache.cxf</groupId>
              <artifactId>cxf-rt-transports-http</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.apache.wss4j</groupId>
              <artifactId>wss4j-ws-security-common</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.apache.wss4j</groupId>
              <artifactId>wss4j-ws-security-dom</artifactId>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.jboss.ws</groupId>
              <artifactId>jbossws-spi</artifactId>
              <scope>provided</scope>
            </dependency>
        
      • CLI artifacts:
              <dependency>
                <groupId>org.wildfly.core</groupId>
                <artifactId>wildfly-cli</artifactId>
                <version>${version.org.wildfly.core}</version>
                <classifier>client</classifier>
              </dependency>
              <dependency>
                <groupId>org.wildfly.core</groupId>
                <artifactId>wildfly-cli</artifactId>
                <version>${version.org.wildfly.core}</version>
              </dependency>
              <dependency>
                <groupId>org.wildfly.core</groupId>
                <artifactId>wildfly-controller</artifactId>
                <version>${version.org.wildfly.core}</version>
              </dependency>
              <dependency>
                <groupId>org.wildfly.core</groupId>
                <artifactId>wildfly-controller-client</artifactId>
                <version>${version.org.wildfly.core}</version>
              </dependency>
              <dependency>
                <groupId>org.wildfly.core</groupId>
                <artifactId>wildfly-core-management-client</artifactId>
                <version>${version.org.wildfly.core}</version>
              </dependency>
              <dependency>
                <groupId>org.wildfly.core</groupId>
                <artifactId>wildfly-core-management-subsystem</artifactId>
                <version>${version.org.wildfly.core}</version>
              </dependency>
        

      Attachments

        Activity

          People

            emartins@redhat.com Eduardo Martins
            emartins@redhat.com Eduardo Martins
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: