Skip to content

Commit dc37058

Browse files
authored
Update .brazil.json to include all import config. (#2606)
1 parent c3d2b29 commit dc37058

File tree

2 files changed

+106
-1
lines changed

2 files changed

+106
-1
lines changed

.brazil.json

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,117 @@
11
{
2+
"packageVersion": "2.0",
3+
24
"modules": {
5+
"annotations": { "packageName": "AwsJavaSdk-Core-Annotations" },
6+
"apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" },
7+
"arns": { "packageName": "AwsJavaSdk-Core-Arns" },
8+
"auth": { "packageName": "AwsJavaSdk-Core-Auth" },
9+
"auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" },
10+
"aws-cbor-protocol": { "packageName": "AwsJavaSdk-Core-AwsCborProtocol" },
11+
"aws-core": { "packageName": "AwsJavaSdk-Core-AwsCore" },
12+
"aws-crt-client": { "packageName": "AwsJavaSdk-HttpClient-CrtClient" },
13+
"aws-ion-protocol": { "packageName": "AwsJavaSdk-Core-AwsIonProtocol" },
14+
"aws-json-protocol": { "packageName": "AwsJavaSdk-Core-AwsJsonProtocol" },
15+
"aws-query-protocol": { "packageName": "AwsJavaSdk-Core-AwsQueryProtocol" },
16+
"aws-xml-protocol": { "packageName": "AwsJavaSdk-Core-AwsXmlProtocol" },
17+
"cloudwatch-metric-publisher": { "packageName": "AwsJavaSdk-MetricPublisher-CloudWatch" },
18+
"codegen": { "packageName": "AwsJavaSdk-Codegen" },
19+
"dynamodb-enhanced": { "packageName": "AwsJavaSdk-DynamoDb-Enhanced" },
20+
"http-client-spi": { "packageName": "AwsJavaSdk-HttpClient" },
21+
"json-utils": { "packageName": "AwsJavaSdk-Core-JsonUtils" },
22+
"metrics-spi": { "packageName": "AwsJavaSdk-Core-MetricsSpi" },
23+
"netty-nio-client": { "packageName": "AwsJavaSdk-HttpClient-NettyNioClient" },
24+
"profiles": { "packageName": "AwsJavaSdk-Core-Profiles" },
25+
"protocol-core": { "packageName": "AwsJavaSdk-Core-ProtocolCore" },
26+
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
27+
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
28+
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
29+
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
30+
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },
31+
32+
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
33+
"waf": { "packageName": "AwsJavaSdk-Waf" },
34+
335
"third-party-jackson-core": {
36+
"packageName": "AwsJavaSdk-ThirdParty-JacksonCore",
437
"artifactType": "JAR",
538
"includes": ["target/aws-sdk-java-third-party-jackson-core-*.jar"]
639
},
740
"third-party-jackson-dataformat-cbor": {
41+
"packageName": "AwsJavaSdk-ThirdParty-JacksonDataformatCbor",
842
"artifactType": "JAR",
943
"includes": ["target/aws-sdk-java-third-party-jackson-dataformat-cbor-*.jar"]
10-
}
44+
},
45+
46+
"archetype-app-quickstart": { "skipImport": true },
47+
"archetype-lambda": { "skipImport": true },
48+
"archetype-tools": { "skipImport": true },
49+
"archetypes": { "skipImport": true },
50+
"auth-sts-testing": { "skipImport": true },
51+
"aws-sdk-java": { "skipImport": true },
52+
"aws-sdk-java-pom": { "skipImport": true },
53+
"bom": { "skipImport": true },
54+
"bom-internal": { "skipImport": true },
55+
"build-tools": { "skipImport": true },
56+
"bundle": { "skipImport": true },
57+
"codegen-generated-classes-test": { "skipImport": true },
58+
"codegen-lite": { "skipImport": true },
59+
"codegen-lite-maven-plugin": { "skipImport": true },
60+
"codegen-maven-plugin": { "skipImport": true },
61+
"core": { "skipImport": true },
62+
"dynamodbdocument-v1": { "skipImport": true },
63+
"dynamodbmapper-v1": { "skipImport": true },
64+
"http-client-tests": { "skipImport": true },
65+
"http-clients": { "skipImport": true },
66+
"metric-publishers": { "skipImport": true },
67+
"module-path-tests": { "skipImport": true },
68+
"protocol-tests": { "skipImport": true },
69+
"protocol-tests-core": { "skipImport": true },
70+
"protocols": { "skipImport": true },
71+
"release-scripts": { "skipImport": true },
72+
"s3-benchmarks": { "skipImport": true },
73+
"sdk-benchmarks": { "skipImport": true },
74+
"sdk-native-image-test": { "skipImport": true },
75+
"service-test-utils": { "skipImport": true },
76+
"services": { "skipImport": true },
77+
"services-custom": { "skipImport": true },
78+
"stability-tests": { "skipImport": true },
79+
"test-utils": { "skipImport": true },
80+
"tests-coverage-reporting": { "skipImport": true },
81+
"third-party": { "skipImport": true }
82+
},
83+
84+
"dependencies": {
85+
"com.fasterxml.jackson.core:jackson-annotations": { "packageName": "Jackson-annotations", "packageVersion": "2.9.x" },
86+
"com.fasterxml.jackson.core:jackson-core": { "packageName": "Jackson-core", "packageVersion": "2.9.x" },
87+
"com.fasterxml.jackson.core:jackson-databind": { "packageName": "Jackson-databind", "packageVersion": "2.9.x" },
88+
"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor": { "packageName": "Jackson-dataformat-cbor", "packageVersion": "2.9.x" },
89+
"com.fasterxml.jackson.jr:jackson-jr-objects": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-objects", "packageVersion": "2.11.x" },
90+
"com.fasterxml.jackson.jr:jackson-jr-stree": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-stree", "packageVersion": "2.11.x" },
91+
"com.jayway.jsonpath:json-path": { "packageName": "JMESPathJava", "packageVersion": "1.0" },
92+
"com.squareup:javapoet": { "packageName": "Maven-com-squareup_javapoet", "packageVersion": "1.11.x" },
93+
"com.typesafe.netty:netty-reactive-streams": { "packageName": "Netty4", "packageVersion": "4.1" },
94+
"com.typesafe.netty:netty-reactive-streams-http": { "packageName": "Maven-com-typesafe-netty_netty-reactive-streams-http", "packageVersion": "2.x" },
95+
"commons-codec:commons-codec": { "packageName": "JakartaCommons-codec", "packageVersion": "1.x" },
96+
"io.netty:netty-buffer": { "packageName": "Netty4", "packageVersion": "4.1" },
97+
"io.netty:netty-codec": { "packageName": "Netty4", "packageVersion": "4.1" },
98+
"io.netty:netty-codec-http": { "packageName": "Netty4", "packageVersion": "4.1" },
99+
"io.netty:netty-codec-http2": { "packageName": "Netty4", "packageVersion": "4.1" },
100+
"io.netty:netty-common": { "packageName": "Netty4", "packageVersion": "4.1" },
101+
"io.netty:netty-handler": { "packageName": "Netty4", "packageVersion": "4.1" },
102+
"io.netty:netty-resolver": { "packageName": "Netty4", "packageVersion": "4.1" },
103+
"io.netty:netty-transport": { "packageName": "Netty4", "packageVersion": "4.1" },
104+
"io.netty:netty-transport-native-epoll": { "packageName": "Netty4", "packageVersion": "4.1" },
105+
"io.netty:netty-transport-native-unix-common": { "packageName": "Netty4", "packageVersion": "4.1" },
106+
"org.apache.httpcomponents:httpclient": { "packageName": "Apache-HttpComponents-HttpClient", "packageVersion": "4.5.x" },
107+
"org.apache.httpcomponents:httpcore": { "packageName": "Apache-HttpComponents-HttpCore", "packageVersion": "4.4.x" },
108+
"org.eclipse.jdt:org.eclipse.jdt.core": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
109+
"org.eclipse.text:org.eclipse.text": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
110+
"org.reactivestreams:reactive-streams": { "packageName": "Maven-org-reactivestreams_reactive-streams", "packageVersion": "1.x" },
111+
"org.slf4j:slf4j-api": { "packageName": "Slf4j", "packageVersion": "1.7" },
112+
"software.amazon.awssdk.crt:aws-crt": { "packageName": "Aws-crt-java", "packageVersion": "1.0.x" },
113+
"software.amazon.eventstream:eventstream": { "packageName": "AwsFlowJava", "packageVersion": "1.0" },
114+
"software.amazon.ion:ion-java": { "packageName": "Maven-software-amazon-ion_ion-java", "packageVersion": "1.x" },
115+
"software.amazon:flow": { "packageName": "AwsFlowJava", "packageVersion": "1.0" }
11116
}
12117
}

change

Whitespace-only changes.

0 commit comments

Comments
 (0)