-
Bug
-
Resolution: Done
-
Major
-
11.6.0
-
None
-
None
-
Workaround Exists
-
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
to the pom.xml solved the issue.<repository>
<id>spring-plugin-repository</id>
<url>https://repo.spring.io/plugins-release</url>
</repository>
The projekt was autogenerated by New -> Fuse Integration Projekt and selecting "Springboot"...
- is caused by
-
ENTESB-13636 Missing org.restlet artifacts on maven.repository.redhat.com/ga
- Closed