Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-1067

Missing productised version of "scala-compiler" in product Quarkus release

    XMLWordPrintable

Details

    • Undefined
    • +

    Description

      The dependency "scala-compiler" is present in "quarkus-product-bom" and "quarkus-bom":

      <dependency>
              <groupId>org.scala-lang</groupId>
              <artifactId>scala-compiler</artifactId>
              <version>2.12.13.redhat-00002</version>
            </dependency>
      

      The problem is that this dependency is not part of the Maven repository and hence making the Quarkus app fails to build:

      07:53:02 [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:1.11.7.Final-redhat-00003:build (default) on project 002-quarkus-all-extensions: Failed to build quarkus application: Failed to bootstrap the application: Failed to create the application model for io.quarkus.qe:002-quarkus-all-extensions::jar:1.0.0-SNAPSHOT: Failed to resolve artifacts: Could not find artifact org.scala-lang:scala-compiler:jar:2.12.13.redhat-00002 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
      

      The same happens when using the 1.11.7.CR1 (I could not select it in the Affected Version in Jira).

      Attachments

        Activity

          People

            hamadhan@redhat.com Harsh Madhani
            jcarvaja@redhat.com Jose Carvajal Hilario
            Jose Carvajal Hilario Jose Carvajal Hilario
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: