Skip to content

Commit 197bc7d

Browse files
authored
chore(codegen): remove fast-xml-parser from AwsDependency (#6328)
1 parent c547e23 commit 197bc7d

File tree

1 file changed

+0
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen

1 file changed

+0
-1
lines changed

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public enum AwsDependency implements Dependency {
5959
BODY_CHECKSUM_GENERATOR_BROWSER(NORMAL_DEPENDENCY, "@aws-sdk/body-checksum-browser"),
6060
BODY_CHECKSUM_GENERATOR_NODE(NORMAL_DEPENDENCY, "@aws-sdk/body-checksum-node"),
6161
XML_BUILDER(NORMAL_DEPENDENCY, "@aws-sdk/xml-builder"),
62-
XML_PARSER(NORMAL_DEPENDENCY, "fast-xml-parser", "4.2.5"),
6362
UUID_GENERATOR(NORMAL_DEPENDENCY, "uuid", "^9.0.1"),
6463
UUID_GENERATOR_TYPES(DEV_DEPENDENCY, "@types/uuid", "^9.0.4"),
6564
MIDDLEWARE_EVENTSTREAM(NORMAL_DEPENDENCY, "@aws-sdk/middleware-eventstream"),

0 commit comments

Comments
 (0)