Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
Important
Description
Suppose, I have two project in my organization XYZ i.e. myproject1, myproject2. Below is the project structure :
myproject1 (com.xyz.myproject1)
- com.xyz.myproject1.service1 (3PP used, lets say a.jar)
- com.xyz.myproject1.service2 (3PP used, lets say b.jar)
- com.xyz.myproject1.service3 (3PP used, lets say a.jar)
myproject2 (com.xyz.myproject2)
- com.xyz.myproject2.service1 (3PP used, lets say e.jar)
- com.xyz.myproject2.service2 (3PP used, lets say c.jar)
- com.xyz.myproject2.service3 (3PP used, lets say d.jar)
There should be a feature to filter list of dependencies for com.xyz.myproject1.