diff --git a/sdk/clientcore/core-json/cgmanifest.json b/sdk/clientcore/core-json/cgmanifest.json index 7a1f1174bc64b..22cfb9d3dfe47 100644 --- a/sdk/clientcore/core-json/cgmanifest.json +++ b/sdk/clientcore/core-json/cgmanifest.json @@ -1,16 +1,17 @@ { "$schema": "https://json.schemastore.org/component-detection-manifest.json", - "Registrations": [ + "version": 1, + "registrations": [ { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "jackson-core", - "GroupId": "com.fasterxml.jackson.core", - "Version": "2.13.3" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-core", + "version": "2.13.3" } } } - ], - "Version": 1 + ] } diff --git a/sdk/core/azure-core-http-netty/cgmanifest.json b/sdk/core/azure-core-http-netty/cgmanifest.json index ccecd3319ee1d..dd6d6dd04339b 100644 --- a/sdk/core/azure-core-http-netty/cgmanifest.json +++ b/sdk/core/azure-core-http-netty/cgmanifest.json @@ -1,16 +1,17 @@ { "$schema": "https://json.schemastore.org/component-detection-manifest.json", - "Registrations": [ + "version": 1, + "registrations": [ { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "netty-handler-proxy", - "GroupId": "io.netty", - "Version": "4.1.49.Final" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "io.netty", + "artifactId": "netty-handler-proxy", + "version": "4.1.110.Final" } } } - ], - "Version": 1 + ] } diff --git a/sdk/cosmos/cgmanifest.json b/sdk/cosmos/cgmanifest.json index c2822fa7a65ee..a0a2127bceffc 100644 --- a/sdk/cosmos/cgmanifest.json +++ b/sdk/cosmos/cgmanifest.json @@ -1,86 +1,86 @@ { "$schema": "https://json.schemastore.org/component-detection-manifest.json", - "Registrations": [ + "version": 1, + "registrations": [ { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "guava", - "GroupId": "com.google.guava", - "Version": "27.0.1-jre" + "component": { + "type": "maven", + "maven": { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "27.0.1-jre" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "guava", - "GroupId": "com.google.guava", - "Version": "25.0-jre" + "component": { + "type": "maven", + "maven": { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "25.0-jre" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "commons-collections4", - "GroupId": "org.apache.commons", - "Version": "4.2" + "component": { + "type": "maven", + "maven": { + "groupId": "org.apache.commons", + "artifactId": "commons-collections4", + "version": "4.2" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "commons-text", - "GroupId": "org.apache.commons", - "Version": "1.10.0" + "component": { + "type": "maven", + "maven": { + "groupId": "org.apache.commons", + "artifactId": "commons-text", + "version": "1.10.0" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "commons-lang3", - "GroupId": "org.apache.commons", - "Version": "3.8.1" + "component": { + "type": "maven", + "maven": { + "groupId": "org.apache.commons", + "artifactId": "commons-lang3", + "version": "3.8.1" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "commons-math3", - "GroupId": "org.apache.commons", - "Version": "3.6.1" + "component": { + "type": "maven", + "maven": { + "groupId": "org.apache.commons", + "artifactId": "commons-math3", + "version": "3.6.1" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "java-uuid-generator", - "GroupId": "com.fasterxml.uuid", - "Version": "4.0.1" + "component": { + "type": "maven", + "maven": { + "groupId": "com.fasterxml.uuid", + "artifactId": "java-uuid-generator", + "version": "4.0.1" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "commons-codec", - "GroupId": "commons-codec", - "Version": "1.14" + "component": { + "type": "maven", + "maven": { + "groupId": "commons-codec", + "artifactId": "commons-codec", + "version": "1.14" } } } - ], - "Version": 1 + ] } diff --git a/sdk/identity/cgmanifest.json b/sdk/identity/cgmanifest.json index 5e6b0513df3d2..ce8056985af9e 100644 --- a/sdk/identity/cgmanifest.json +++ b/sdk/identity/cgmanifest.json @@ -1,46 +1,50 @@ { "$schema": "https://json.schemastore.org/component-detection-manifest.json", - "Registrations": [ + "version": 1, + "registrations": [ { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "guava", - "GroupId": "com.google.guava", - "Version": "33.0.0-jre" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "com.google.guava", + "artifactId": "guava", + "version": "33.0.0-jre" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "KeePassJava2", - "GroupId": "org.linguafranca.pwdb", - "Version": "2.1.4" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "org.linguafranca.pwdb", + "artifactId": "KeePassJava2", + "version": "2.1.4" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "bcprov-jdk15on", - "GroupId": "org.bouncycastle", - "Version": "1.67" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "org.bouncycastle", + "artifactId": "bcprov-jdk15on", + "version": "1.67" } } }, { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "de.slackspace", - "GroupId": "openkeepass", - "Version": "0.8.1" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "openkeepass", + "artifactId": "de.slackspace", + "version": "0.8.1" } } } - ], - "Version": 1 + ] } diff --git a/sdk/serialization/azure-json/cgmanifest.json b/sdk/serialization/azure-json/cgmanifest.json index 7a1f1174bc64b..22cfb9d3dfe47 100644 --- a/sdk/serialization/azure-json/cgmanifest.json +++ b/sdk/serialization/azure-json/cgmanifest.json @@ -1,16 +1,17 @@ { "$schema": "https://json.schemastore.org/component-detection-manifest.json", - "Registrations": [ + "version": 1, + "registrations": [ { - "Component": { - "Type": "Maven", - "Maven": { - "ArtifactId": "jackson-core", - "GroupId": "com.fasterxml.jackson.core", - "Version": "2.13.3" + "developmentDependency": false, + "component": { + "type": "maven", + "maven": { + "groupId": "com.fasterxml.jackson.core", + "artifactId": "jackson-core", + "version": "2.13.3" } } } - ], - "Version": 1 + ] }