[
https://issues.redhat.com/browse/JBDS-4831?page=com.atlassian.jira.plugin...
]
Andre Kreienbring commented on JBDS-4831:
-----------------------------------------
The same for
{quote}[WARNING] The POM for org.apache.activemq:activemq-camel-starter:jar:5.11.0 is
missing, no dependency information available{quote}
I changed the dependency to:
{quote} <dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<version>5.11.0</version>
</dependency>
{quote}
and it worked?
Why are there so many errors regarding dependencies and repositories?
For a newbie like me (with fuse tooling) this means a LOT of searching around the internet
to make things work. :-(
Missing Repository in pom.xml
-----------------------------
Key: JBDS-4831
URL:
https://issues.redhat.com/browse/JBDS-4831
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Bug
Affects Versions: 12.15.0.GA
Reporter: Andre Kreienbring
Priority: Critical
Using CodeReady Studio with Eclipse 202003 I've seen a BUILD Failure when I added the
Restlet Component to a route:
{quote}[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{quote}
Adding
{quote} <repository>
<id>spring-plugin-repository</id>
<url>https://repo.spring.io/plugins-release</url>
</repository>
{quote}to the pom.xml solved the issue.
The projekt was autogenerated by New -> Fuse Integration Projekt and selecting
"Springboot"...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)