Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Smithy Rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Smithy Rust
Commits
bb6155aa
Unverified
Commit
bb6155aa
authored
Feb 8, 2023
by
John DiSanti
Committed by
GitHub
Feb 8, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Remove `codegen-client` dependency from Python server (#2307)
parent
b1ee45ab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
codegen-server/python/build.gradle.kts
+0
-1
0 additions, 1 deletion
codegen-server/python/build.gradle.kts
with
0 additions
and
1 deletion
codegen-server/python/build.gradle.kts
+
0
−
1
View file @
bb6155aa
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment