Skip to content

Commit

Permalink
Fix cgmanifest.json JSON (#41723)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Sep 5, 2024
1 parent f8cba3b commit f71fbef
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 105 deletions.
19 changes: 10 additions & 9 deletions sdk/clientcore/core-json/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -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
]
}
19 changes: 10 additions & 9 deletions sdk/core/azure-core-http-netty/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -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
]
}
102 changes: 51 additions & 51 deletions sdk/cosmos/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -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
]
}
58 changes: 31 additions & 27 deletions sdk/identity/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -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
]
}
19 changes: 10 additions & 9 deletions sdk/serialization/azure-json/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -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
]
}

0 comments on commit f71fbef

Please sign in to comment.