Bug 1024764 - Remove test scope snapshot version
Summary: Remove test scope snapshot version
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Build and Assembly
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ER5
: 6.0.0
Assignee: Mario Fusco
QA Contact: Ivo Bek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-30 11:39 UTC by Ryan Zhang
Modified: 2014-08-06 20:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:09:01 UTC
Type: Bug


Attachments (Terms of Use)

Description Ryan Zhang 2013-10-30 11:39:42 UTC
Description of problem:
SNAPSHOT version dependencies is founded in  droolsjbpm-integration/kie-aries-blueprint/pom.xml

<!-- Test -->
    <dependency>
      <groupId>org.apache.aries.blueprint</groupId>
      <artifactId>org.apache.aries.blueprint.noosgi</artifactId>
      <version>1.0.1-SNAPSHOT</version>
      <scope>test</scope>
    </dependency>

It is causing problem to build the component in product environement which can't use SNAPSHOT version.
Could we replace the SNAPSHOT dependencies?

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Ivo Bek 2013-12-09 15:10:36 UTC
Verified in BPMS 6.0.0.ER5 kie-aries-blueprint-6.0.0-redhat-6.jar


Note You need to log in before you can comment on or make changes to this bug.