Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-3340

Missing org.restlet artifacts from provided repositories and wrong ActiveMQ artifactId for SpringBoot

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.7.0, 11.7.0.AM1
    • 11.6.0
    • None
    • None
    • Workaround Exists
    • Hide

      2 cases:

      • one is to add a specific repository https://repo.spring.io/plugins-release to pom.xml or in the local maven settings
      • one is to change the artifactid from activemq-camel-starter to activemq-camel
      Show
      2 cases: one is to add a specific repository https://repo.spring.io/plugins-release to pom.xml or in the local maven settings one is to change the artifactid from activemq-camel-starter to activemq-camel

    Description

      Using CodeReady Studio with Eclipse 202003 I've seen a BUILD Failure when I added the Restlet Component to a route:

      [WARNING] The POM for org.restlet.jee:org.restlet:jar:2.3.12 is missing, no dependency information available
      [WARNING] The POM for org.restlet.jee:org.restlet.ext.httpclient:jar:2.3.12 is missing, no dependency information available

      Adding

      <repository>
      <id>spring-plugin-repository</id>
      <url>https://repo.spring.io/plugins-release</url>
      </repository>

      to the pom.xml solved the issue.

      The projekt was autogenerated by New -> Fuse Integration Projekt and selecting "Springboot"...

      Attachments

        1. newproject1.PNG
          42 kB
          Andre Kreienbring
        2. newproject2.PNG
          43 kB
          Andre Kreienbring
        3. pom.xml
          5 kB
          Andre Kreienbring

        Issue Links

          Activity

            People

              apupier@redhat.com Aurélien Pupier
              akreienbring@gmail.com Andre Kreienbring (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: