Bug 1326184

Summary: Dependencies which are manually added to pom.xml file are not listed in dependencies list
Product: [Retired] JBoss BRMS Platform 6 Reporter: Tomas David <tdavid>
Component: Business CentralAssignee: Toni Rikkola <trikkola>
Status: CLOSED EOL QA Contact: Tomas David <tdavid>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.0Keywords: Regression
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:07:49 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:
Bug Depends On:    
Bug Blocks: 1322411    

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:
-