Bug 995522
Summary: | dashboard builder should inherit all it's dependency versions from kie-parent-with-dependencies | ||
---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Geoffrey De Smet <gdesmet> |
Component: | Build and Assembly | Assignee: | Roger Martínez <romartin> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0 | CC: | pzapataf |
Target Milestone: | ER4 | ||
Target Release: | 6.0.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Hardcoded dependency versions in dashbuilder artifacts.
Consequence:
Fix: Add dashboard-builder-bom parent artifact into kie-parent project and remove all versions from dashbuilder artifacts in the whole dashboard-builder project.
Result:
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-06 20:08:10 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 989519 |
Description
Geoffrey De Smet
2013-08-09 15:28:48 UTC
- Added dashboard-builder BOM into droolsjbpm-build-bootstrap project and removed all dependency version from all dashbuilder artifacts. - Downgraded maven-license-plugin from 1.9.0 to version 1.8.0, as kie-parent uses. No impact detected. - Added version management into kie-parent-with-dependencies for: - org.eclipse.jetty:jetty-server - org.eclipse.jetty:jetty-util Commits on master: - https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/0cdc5381208b8c4af8a92ad58b379a284639662b - https://github.com/droolsjbpm/dashboard-builder/commit/c6ec72e8162d10d584ec9b054545fff5beebbde3 Commits on 6.0.x: - https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/3031de41c7658f0afda0bb65ef58b2fa91e915c8 - https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/e1da1d6e3e4728b353d0649d43e6bf8c6133f256 - https://github.com/droolsjbpm/dashboard-builder/commit/a68f958a0701a2e0bc9375c822a14bf313bfa369 |