File tree 1 file changed +11
-6
lines changed
codegen/smithy-aws-typescript-codegen
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,20 @@ buildscript {
35
35
}
36
36
37
37
dependencies {
38
+ // Smithy TypeScript
39
+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1" )
40
+
41
+ // Smithy generic dependencies
42
+ api(" software.amazon.smithy:smithy-model:$smithyVersion " )
43
+ api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
44
+ api(" software.amazon.smithy:smithy-rules-engine:$smithyVersion " )
45
+ api(" software.amazon.smithy:smithy-waiters:$smithyVersion " )
46
+
47
+ // Smithy AWS dependencies
38
48
api(" software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion " )
39
- api(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
40
49
api(" software.amazon.smithy:smithy-aws-endpoints:$smithyVersion " )
41
- api(" software.amazon.smithy:smithy-waiters:$smithyVersion " )
42
50
api(" software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion " )
43
- api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
44
- api(" software.amazon.smithy:smithy-model:$smithyVersion " )
45
- api(" software.amazon.smithy:smithy-rules-engine:$smithyVersion " )
46
- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1" )
51
+ api(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
47
52
}
48
53
49
54
tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments