Bug 1326184 - Dependencies which are manually added to pom.xml file are not listed in dependencies list
Summary: Dependencies which are manually added to pom.xml file are not listed in depen...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Toni Rikkola
QA Contact: Tomas David
URL:
Whiteboard:
Depends On:
Blocks: 1322411
TreeView+ depends on / blocked
 
Reported: 2016-04-12 05:58 UTC by Tomas David
Modified: 2020-03-27 19:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:07:49 UTC
Type: Bug


Attachments (Terms of Use)

Description Tomas David 2016-04-12 05:58:15 UTC
Description of problem:
If you add dependency to pom.xml file, it is not listed in dependencies list.   

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

How reproducible:
-

Steps to Reproduce:
1. Create a first project with a data object. Build and deploy.
2. Create a second project and edit its pom.xml.
3. Add these lines to pom where X:Y:Z is GAV of the first project:

<dependencies>
  <dependency>
    <groupId>X</groupId>
    <artifactId>Y</artifactId>
    <version>Z</version>
  </dependency>
</dependencies>

4. Save pom.xml and open dependencies list. (Open project editor -> Dependencies)

Actual results:
Dependencies list is empty.

Expected results:
Dependency is listed.

Additional info:
-


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