syndesisio / syndesis

This project is archived. A flexible, customizable, open source platform that provides core integration capabilities as a service.
https://syndesis.io/
Apache License 2.0
597 stars 203 forks source link

Maven build problem #9639

Closed suoxun closed 3 years ago

suoxun commented 3 years ago

Download the source code of version 1.12x to the local. When building maven, it was found that camel-spring-boot-dependencies:pom:2.23.2.fuse-790029 could not be found, as shown below:

image

I searched a lot of Maven addresses, but I couldn't find this version. What is the URL address in the Maven settings file? My URL is as follows:

image

zregvart commented 3 years ago

Those dependencies can be found in the JBoss EA and Red Hat GA repositories. They're declared here:

https://github.com/syndesisio/syndesis/blob/d418d5c914e53ec9b9777c29746d54bffe9db7c9/app/pom.xml#L3786-L3795