Bug 993565
Summary: | jBPM Designer needs to be in sync with the EAP dependencies and remove dead dependencies | ||
---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Geoffrey De Smet <gdesmet> |
Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Baluch <mbaluch> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | rrajasek, rzhang |
Target Milestone: | ER2 | ||
Target Release: | 6.0.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-06 20:09:27 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-06 07:58:25 UTC
Here's the list of new dependencies in the parent pom (coming from designer) that we need to double check if EAP has them (and if so if the versions match): com.google.javascript: closure-compiler org.supercsv: SuperCSV org.apache.xmlgraphics: xmlgraphics-commons batik: batik-parser batik: batik-transcoder batik: batik-extension batik: batik-dom batik: batik-xml batik: batik-bridge batik: batik-svg-dom batik: batik-svggen batik: batik-util batik: batik-ext batik: batik-script batik: batik-gvt batik: batik-awt-util org.apache.xmlgraphics: fop org.xmappr: xmappr rhino:js org.eclipse: osgi avalon-framework: avalon-framework org.apache.abdera: abdera-i18n commons-configuration: commons-configuration org.jbpm.jbpm5: jbpmmigration mbiarnes has checked this new list of dependencies. Only commons-configuration was used by EAP (commons-configuration-1.6-redhat-2.jar) and our parent pom also using 1.6. Issue fixed on master https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/5d012f7cb536c8969936b0af1e098808a2af42d5 https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/commit/dbde796f3cd1ec90995f727bcb10abb527cef44e and 6.0.x. Verified on ER2. |