Skip to content

Commit fe50631

Browse files
committed
feat(model): Add a constant for the conan forge
The external namespace aka. forge `conan` is present in Black Duck's KB components data sets. So, add the corresponding constant to the `Forge` class. Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
1 parent 7cef7a3 commit fe50631

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/com/blackduck/integration/bdio/model

src/main/java/com/blackduck/integration/bdio/model/Forge.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public class Forge extends Stringable {
6565
// forges that use the colon as the separator
6666
public static final Forge ANDROID = new Forge(":", "android");
6767
public static final Forge COCOAPODS = new Forge(":", "cocoapods");
68+
public static final Forge CONAN = new Forge(":", "conan");
6869
public static final Forge CPE = new Forge(":", "cpe");
6970
public static final Forge GITHUB = new Forge(":", "github");
7071
public static final Forge GOLANG = new Forge(":", "golang");

0 commit comments

Comments
 (0)