-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.0.1
-
Component/s: tooling
-
Environment:
JBDS 8.1.0.GA + JBDS-IS 8.0.4.CR1 (SwitchYard 2.0.1.v20150923-1505-H19-CR1)
-
Release Notes Text:
Currently, the creation wizard allows generating SY bom for dependency management which doesn't resolve rules and bpm components for integration pack (the last version is 1.1.0.redhat-020). To resolve such components wee have to add the following bom
<dependency> |
<groupId>org.jboss.integration.fuse</groupId> |
<artifactId>fuse-integration-bom</artifactId> |
<version>1.1.0.redhat-020</version> |
<scope>import</scope> |
<type>pom</type> |
</dependency> |