Bug 1005653

Summary: Remove a project dependency does not remove the dependency from the pom
Product: [Retired] JBoss BRMS Platform 6 Reporter: Jervis Liu <jliu>
Component: Business CentralAssignee: Mark Proctor <mproctor>
Status: CLOSED CURRENTRELEASE QA Contact: Zuzana Krejčová <zkrejcov>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: lpetrovi, mproctor
Target Milestone: ER4   
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:17:31 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:

Description Jervis Liu 2013-09-09 05:31:31 UTC
Description of problem:
Project screen - > Dependencies: dependencies list -> remove a dependency

This does not remove the corresponding dependency element from the project pom file. 

the project pom ends up like this:
  <dependencies>
    <dependency>
      <groupId>jartest</groupId>
      <artifactId>ex</artifactId>
      <version>1</version>
    </dependency>
    <dependency>
      <groupId>jartest</groupId>
      <artifactId>ex</artifactId>
      <version>1</version>
    </dependency>
    <dependency>
      <groupId>jartest</groupId>
      <artifactId>ex</artifactId>
      <version>1</version>
    </dependency>
    <dependency>
      <groupId>jartest</groupId>
      <artifactId>in</artifactId>
      <version>1</version>
    </dependency>
    <dependency>
      <groupId>jartest</groupId>
      <artifactId>ex</artifactId>
      <version>1</version>
    </dependency>
...


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Jervis Liu 2013-09-09 17:14:15 UTC
fixed
http://github.com/droolsjbpm/guvnor/commit/27745ce0e