Small cleanup around AMQP dependencies (#5083)
* Small cleanup around AMQP dependencies * Update cfgmanifest.json to remove uamqp, and add umock, csharedutil, and macro-utils-c --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
6aec2a3807
commit
6979126ad8
@ -5,8 +5,8 @@
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
"git": {
|
||||
"RepositoryUrl": "https://github.com/Azure/azure-uamqp-c",
|
||||
"CommitHash": "b7bdf307a0db8840156d9f6e40f704c1d5924306"
|
||||
"RepositoryUrl": "https://github.com/Azure/azure-c-shared-utility/",
|
||||
"CommitHash": "8ee0e5d88d1771d33e36d38d392ec9d9ae13ea55"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -19,6 +19,24 @@
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": true
|
||||
},
|
||||
{
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
"git": {
|
||||
"RepositoryUrl": "https://github.com/Azure/macro-utils-c/",
|
||||
"CommitHash": "5926caf4e42e98e730e6d03395788205649a3ada"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
"git": {
|
||||
"RepositoryUrl": "https://github.com/Azure/umock-c/",
|
||||
"CommitHash": "504193e65d1c2f6eb50c15357167600a296df7ff"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp)
|
||||
|
||||
find_dependency(uamqp)
|
||||
find_dependency(umock_c)
|
||||
find_dependency(azure_macro_utils_c)
|
||||
find_dependency(azure_c_shared_utility)
|
||||
|
||||
@ -12,12 +12,12 @@
|
||||
"license": "MIT",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"azure-c-shared-utility",
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.10.0"
|
||||
},
|
||||
"azure-c-shared-utility",
|
||||
"azure-macro-utils-c",
|
||||
"umock-c",
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-core-amqp-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.0.0-beta.2"
|
||||
"version>=": "1.0.0-beta.5"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user