mirror of https://github.com/smithy-lang/smithy-rs
Add mavenLocal repo to allow for local dependency override (#1852)
This commit is contained in:
parent
c5dae879a5
commit
9260781f45
|
@ -173,4 +173,10 @@ author = "hlbarber"
|
|||
message = "Update aws-types zeroize to flexible version to prevent downstream version conflicts."
|
||||
references = ["smithy-rs#1817"]
|
||||
meta = { "breaking" = false, "tada" = false, "bug" = true }
|
||||
author = "ethyi"
|
||||
author = "ethyi"
|
||||
|
||||
[[smithy-rs]]
|
||||
message = "Enable local maven repo dependency override."
|
||||
references = ["smithy-rs#1852"]
|
||||
meta = { "breaking" = false, "tada" = false, "bug" = false }
|
||||
author = "ogudavid"
|
||||
|
|
|
@ -17,3 +17,11 @@ include(":aws:sdk-codegen")
|
|||
include(":aws:sdk-adhoc-test")
|
||||
include(":aws:sdk")
|
||||
include(":aws:rust-runtime")
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue