*Purpose
This page will help you to add dependencies through a query in case of missing dependencies when there are Transitive dependencies.
Transitive dependencies : A depends on B, B depends on C and C depends on D --> Then, A must depends on C and D, B must depends on D
*Observed in CAST AIP
Release | Yes/No |
---|---|
8.3.x |
*Observed on RDBMS
RDBMS | Yes/No |
---|---|
CSS |
Action Plan
In case of transitive dependencies not taken into account
- Either you create a dependency for technology level. For instance, create a dependency between J2EE to J2EE
Or - Use the SQL Script MAINT_CompleteMavenDependencies.sqltxt and proceed as below :
This script will add the missing dependencies.
To apply it, follow the below steps- You must leave CAST Management Studio
- Run the Script in PGAdmin, on the management studio (do a set search_path to Management_DB)
- Run the function select MAINT_CompleteMavenDependencies();
- Open CAST Management Studio, check the dependencies, and run analysis.
Notes / Comments
Related Pages