Skip to content

Commit

Permalink
Remove dependancy in NucleusLite
Browse files Browse the repository at this point in the history
  • Loading branch information
rawalexe committed Dec 14, 2024
1 parent 09dcfc8 commit ba99345
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions docs/examples/supported_lifecyle_types/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"aws.greengrass.TokenExchangeService": {
"VersionRequirement": ">=0.0.0",
"DependencyType": "HARD"
},
"aws.greengrass.NucleusLite": {
"VersionRequirement": ">=2.0.0",
"DependencyType": "HARD"
}
},
"Manifests": [
Expand Down
6 changes: 0 additions & 6 deletions docs/examples/supported_lifecyle_types/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"OS_DIST_INFO": "auto"
}
},
"ComponentDependencies": {
"aws.greengrass.NucleusLite": {
"VersionRequirement": ">=2.0.0",
"DependencyType": "SOFT"
}
},
"Manifests": [
{
"Platform": {
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/supported_lifecyle_types/3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ ComponentDependencies:
aws.greengrass.TokenExchangeService:
VersionRequirement: ">=0.0.0"
DependencyType: "HARD"
aws.greengrass.NucleusLite:
VersionRequirement: ">=2.0.0"
DependencyType: "HARD"
ComponentConfiguration:
DefaultConfiguration:
containerMode: "auto"
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/supported_lifecyle_types/4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ ComponentDependencies:
aws.greengrass.TokenExchangeService:
VersionRequirement: ">=0.0.0"
DependencyType: "HARD"
aws.greengrass.Nucleus:
VersionRequirement: ">=2.0.0 <3.0.0"
DependencyType: "HARD"
Manifests:
- Platform:
os: "linux"
Expand Down

0 comments on commit ba99345

Please sign in to comment.