[jbosstools-issues] [JBoss JIRA] (JBDS-4831) Missing Repository in pom.xml
Andre Kreienbring (Jira)
issues at jboss.org
Sat Apr 25 05:11:00 EDT 2020
Andre Kreienbring created JBDS-4831:
---------------------------------------
Summary: 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
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)
More information about the jbosstools-issues
mailing list