*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(tick)
*Observed on RDBMS
RDBMS
Yes/No
CSS (tick)

   

Action Plan

In case of transitive dependencies not taken into account

  1. Either you create a dependency for technology level. For instance, create a dependency between J2EE to J2EE
    Or
  2. 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
    1. You must leave CAST Management Studio
    2. Run the Script in PGAdmin, on the management studio (do a set search_path to Management_DB)
    3. Run the function select MAINT_CompleteMavenDependencies();
    4. Open CAST Management Studio, check the dependencies, and run analysis. 
Notes / Comments


Related Pages