Skip to content
Snippets Groups Projects
Unverified Commit bb6155aa authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Remove `codegen-client` dependency from Python server (#2307)

parent b1ee45ab
Branches
Tags
No related merge requests found
...@@ -24,7 +24,6 @@ val smithyVersion: String by project ...@@ -24,7 +24,6 @@ val smithyVersion: String by project
dependencies { dependencies {
implementation(project(":codegen-core")) implementation(project(":codegen-core"))
implementation(project(":codegen-client"))
implementation(project(":codegen-server")) implementation(project(":codegen-server"))
implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion") implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion") implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment