File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 57
57
<artifactId >protocol-core</artifactId >
58
58
<version >${awsjavasdk.version} </version >
59
59
</dependency >
60
+ <dependency >
61
+ <groupId >software.amazon.awssdk</groupId >
62
+ <artifactId >json-utils</artifactId >
63
+ <version >${awsjavasdk.version} </version >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >software.amazon.awssdk</groupId >
67
+ <artifactId >endpoints-spi</artifactId >
68
+ <version >${awsjavasdk.version} </version >
69
+ </dependency >
60
70
<dependency >
61
71
<groupId >com.google.guava</groupId >
62
72
<artifactId >guava</artifactId >
Original file line number Diff line number Diff line change 20
20
"getVpcLinks",
21
21
"createApiKey",
22
22
"generateClientCertificate"
23
- ]
23
+ ],
24
+ "useRuleBasedEndpoints": true
24
25
}
You can’t perform that action at this time.
0 commit comments