Skip to content

Commit

Permalink
Added deprecated tag to legacy dependency graph extension support.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Springett <[email protected]>
  • Loading branch information
stevespringett committed May 14, 2024
1 parent 29d12e2 commit 672f45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/cyclonedx/CycloneDxSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public abstract class CycloneDxSchema

public static final String NS_BOM_16 = "http://cyclonedx.org/schema/bom/1.6";

@Deprecated
public static final String NS_DEPENDENCY_GRAPH_10 = "http://cyclonedx.org/schema/ext/dependency-graph/1.0";

public static final String NS_BOM_LATEST = NS_BOM_16;
Expand Down

0 comments on commit 672f45c

Please sign in to comment.