File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
smithy-aws-protocol-tests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ extra["moduleName"] = "software.amazon.smithy.aws.protocoltests"
1414
1515dependencies {
1616 implementation(project(path = " :smithy-cli" , configuration = " shadow" ))
17- implementation (project(" :smithy-protocol-test -traits" ))
18- implementation (project(" :smithy-protocol-traits" ))
19- implementation (project(" :smithy-aws -traits" ))
17+ api (project(" :smithy-aws -traits" ))
18+ api (project(" :smithy-protocol-test -traits" ))
19+ api (project(" :smithy-protocol -traits" ))
2020 api(project(" :smithy-validation-model" ))
2121}
2222
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ extra["moduleName"] = "software.amazon.smithy.protocoltests"
1414
1515dependencies {
1616 implementation(project(path = " :smithy-cli" , configuration = " shadow" ))
17- implementation (project(" :smithy-protocol-test-traits" ))
18- implementation (project(" :smithy-protocol-traits" ))
17+ api (project(" :smithy-protocol-test-traits" ))
18+ api (project(" :smithy-protocol-traits" ))
1919 api(project(" :smithy-validation-model" ))
2020}
2121
You can’t perform that action at this time.
0 commit comments