rh-integration / IntegrationApp-Automation

Sample Integration application along with lifecycle automation
Apache License 2.0
13 stars 9 forks source link

Don't use deprecated BOM for Red Hat Fuse projects #28

Closed osmman closed 4 years ago

osmman commented 5 years ago

Please don't use fabric8-project-bom-camel-spring-boot BOM in fuse-alert-service and fuse-user-service projects. This BOM is deprecated for use by the customer because it contains only a subset of Fuse dependencies.

You should use org.jboss.redhat-fuse:fuse-springboot-bom. See https://github.com/fabric8-quickstarts/spring-boot-camel-rest-3scale/blob/spring-boot-camel-rest-3scale-1.0.0.fuse-740017-redhat-00002/pom.xml#L44-L49

redhatHameed commented 5 years ago

@osmman Fixed in PR https://github.com/rh-integration/IntegrationApp-Automation/pull/37, could you please have a look

osmman commented 5 years ago

LGTM, thanks.