Bug 1005653 - Remove a project dependency does not remove the dependency from the pom
Summary: Remove a project dependency does not remove the dependency from the pom
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER4
: 6.0.0
Assignee: Mark Proctor
QA Contact: Zuzana Krejčová
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-09 05:31 UTC by Jervis Liu
Modified: 2016-08-01 01:08 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

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


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