Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-8342

Remove Camel Quarkus platform BOM from Serverless Loan Example to avoid dependency conflicts when upgrading Quarkus

    XMLWordPrintable

Details

    • 2022 Week 47-49 (from Nov 21)

    Description

      The problem lies when we try to upgrade to a new Quarkus version:

      2022-12-09T10:35:07.3014030Z [ERROR] Unresolveable build extension: Plugin io.quarkus.platform:quarkus-maven-plugin:2.15.0.Final or one of its dependencies could not be resolved: Could not find artifact io.quarkus.platform:quarkus-maven-plugin:jar:2.15.0.Final in central (https://repo.maven.apache.org/maven2) @ 
      2022-12-09T10:35:07.3015258Z [ERROR] Non-resolvable import POM: Could not find artifact io.quarkus.platform:quarkus-bom:pom:2.15.0.Final in central (https://repo.maven.apache.org/maven2) @ line 18, column 19
      2022-12-09T10:35:07.3016043Z [ERROR] Non-resolvable import POM: Could not find artifact io.quarkus.platform:quarkus-camel-bom:pom:2.15.0.Final in central (https://repo.maven.apache.org/maven2) @ line 25, column 19
      2022-12-09T10:35:07.3016748Z [ERROR] 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-direct:jar is missing. @ line 35, column 17
      2022-12-09T10:35:07.3017378Z [ERROR] 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-http:jar is missing. @ line 39, column 17
      2022-12-09T10:35:07.3018078Z [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-resteasy-jackson:jar is missing. @ line 55, column 17
      2022-12-09T10:35:07.3018688Z [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-smallrye-openapi:jar is missing. @ line 59, column 17
      2022-12-09T10:35:07.3019264Z [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-swagger-ui:jar is missing. @ line 63, column 17
      2022-12-09T10:35:07.3019812Z [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-kubernetes:jar is missing. @ line 67, column 17
      2022-12-09T10:35:07.3020391Z [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-container-image-jib:jar is missing. @ line 71, column 17
      2022-12-09T10:35:07.3021190Z [ERROR] 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-mock:jar is missing. @ line 76, column 17
      2022-12-09T10:35:07.3021765Z [ERROR] 'dependencies.dependency.version' for io.quarkus:quarkus-junit5:jar is missing. @ line 81, column 17
      2022-12-09T10:35:07.3022324Z [ERROR] 'dependencies.dependency.version' for io.rest-assured:rest-assured:jar is missing. @ line 86, column 17
      

      Removing the Quarkus Camel platform bom should fix this problem.

      Attachments

        Activity

          People

            rhn-support-zanini Ricardo Zanini Fernandes
            rhn-support-zanini Ricardo Zanini Fernandes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: