Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14028

org.jboss.openjdk-orb:openjdk-orb missing from org.wildfly.bom:wildfly-jakartaee8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 21.0.0.Final
    • BOM
    • None
    • Hide
      $ mvn -version
      Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
      Maven home: /usr/local/share/apache-maven-3.6.3
      Java version: 11.0.9, vendor: Azul Systems, Inc., runtime: /usr/local/lib/jvm/zulu11.43.21-ca-fx-jdk11.0.9-linux_x64
      Default locale: en_US, platform encoding: UTF-8
      OS name: "linux", version: "4.15.0-122-generic", arch: "amd64", family: "unix"
      
      $ cat pom.xml 
      <?xml version="1.0" encoding="UTF-8"?>
      <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <groupId>reproducer</groupId>
        <artifactId>reproducer</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <dependencyManagement>
          <dependencies>
            <dependency>
              <groupId>org.wildfly.bom</groupId>
              <artifactId>wildfly-jakartaee8</artifactId>
              <version>21.0.0.Final</version>
              <scope>import</scope>
              <type>pom</type>
            </dependency>
          </dependencies>
        </dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>org.jboss.openjdk-orb</groupId>
            <artifactId>openjdk-orb</artifactId>
            <scope>provided</scope>
            <optional>true</optional>
          </dependency>
        </dependencies>
      </project>
      
      $ mvn clean verify
      [INFO] Scanning for projects...
      [ERROR] [ERROR] Some problems were encountered while processing the POMs:
      [ERROR] 'dependencies.dependency.version' for org.jboss.openjdk-orb:openjdk-orb:jar is missing. @ line 19, column 17
       @ 
      [ERROR] The build could not read 1 project -> [Help 1]
      [ERROR]   
      [ERROR]   The project reproducer:reproducer:1.0.0-SNAPSHOT (/home/deverly/git/reproducer/pom.xml) has 1 error
      [ERROR]     'dependencies.dependency.version' for org.jboss.openjdk-orb:openjdk-orb:jar is missing. @ line 19, column 17
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
      
      Show
      $ mvn -version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/share/apache-maven-3.6.3 Java version: 11.0.9, vendor: Azul Systems, Inc., runtime: /usr/local/lib/jvm/zulu11.43.21-ca-fx-jdk11.0.9-linux_x64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.15.0-122-generic", arch: "amd64", family: "unix" $ cat pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>reproducer</groupId> <artifactId>reproducer</artifactId> <version>1.0.0-SNAPSHOT</version> <dependencyManagement> <dependencies> <dependency> <groupId>org.wildfly.bom</groupId> <artifactId>wildfly-jakartaee8</artifactId> <version>21.0.0.Final</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jboss.openjdk-orb</groupId> <artifactId>openjdk-orb</artifactId> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> </project> $ mvn clean verify [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.jboss.openjdk-orb:openjdk-orb:jar is missing. @ line 19, column 17 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project reproducer:reproducer:1.0.0-SNAPSHOT (/home/deverly/git/reproducer/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.jboss.openjdk-orb:openjdk-orb:jar is missing. @ line 19, column 17 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
    • Undefined
    • ---
    • ---

    Description

      This has been working with 20.0.1.Final, but fails with 21.0.0.Final:

        <dependencyManagement>
          <dependencies>
            <dependency>
              <groupId>org.wildfly.bom</groupId>
              <artifactId>wildfly-jakartaee8</artifactId>
              <version>20.0.1.Final</version>
              <scope>import</scope>
              <type>pom</type>
            </dependency>
          </dependencies>
        </dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>org.jboss.openjdk-orb</groupId>
            <artifactId>openjdk-orb</artifactId>
            <scope>provided</scope>
            <optional>true</optional>
          </dependency>
        </dependencies>
      

      Attachments

        Activity

          People

            emartins@redhat.com Eduardo Martins
            david.everly David Everly (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: