Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update .brazil.json to include all import config. (#2606)
  • Loading branch information
millems committed Jul 20, 2021
1 parent c3d2b29 commit dc37058
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 1 deletion.
107 changes: 106 additions & 1 deletion .brazil.json
@@ -1,12 +1,117 @@
{
"packageVersion": "2.0",

"modules": {
"annotations": { "packageName": "AwsJavaSdk-Core-Annotations" },
"apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" },
"arns": { "packageName": "AwsJavaSdk-Core-Arns" },
"auth": { "packageName": "AwsJavaSdk-Core-Auth" },
"auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" },
"aws-cbor-protocol": { "packageName": "AwsJavaSdk-Core-AwsCborProtocol" },
"aws-core": { "packageName": "AwsJavaSdk-Core-AwsCore" },
"aws-crt-client": { "packageName": "AwsJavaSdk-HttpClient-CrtClient" },
"aws-ion-protocol": { "packageName": "AwsJavaSdk-Core-AwsIonProtocol" },
"aws-json-protocol": { "packageName": "AwsJavaSdk-Core-AwsJsonProtocol" },
"aws-query-protocol": { "packageName": "AwsJavaSdk-Core-AwsQueryProtocol" },
"aws-xml-protocol": { "packageName": "AwsJavaSdk-Core-AwsXmlProtocol" },
"cloudwatch-metric-publisher": { "packageName": "AwsJavaSdk-MetricPublisher-CloudWatch" },
"codegen": { "packageName": "AwsJavaSdk-Codegen" },
"dynamodb-enhanced": { "packageName": "AwsJavaSdk-DynamoDb-Enhanced" },
"http-client-spi": { "packageName": "AwsJavaSdk-HttpClient" },
"json-utils": { "packageName": "AwsJavaSdk-Core-JsonUtils" },
"metrics-spi": { "packageName": "AwsJavaSdk-Core-MetricsSpi" },
"netty-nio-client": { "packageName": "AwsJavaSdk-HttpClient-NettyNioClient" },
"profiles": { "packageName": "AwsJavaSdk-Core-Profiles" },
"protocol-core": { "packageName": "AwsJavaSdk-Core-ProtocolCore" },
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },

"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
"waf": { "packageName": "AwsJavaSdk-Waf" },

"third-party-jackson-core": {
"packageName": "AwsJavaSdk-ThirdParty-JacksonCore",
"artifactType": "JAR",
"includes": ["target/aws-sdk-java-third-party-jackson-core-*.jar"]
},
"third-party-jackson-dataformat-cbor": {
"packageName": "AwsJavaSdk-ThirdParty-JacksonDataformatCbor",
"artifactType": "JAR",
"includes": ["target/aws-sdk-java-third-party-jackson-dataformat-cbor-*.jar"]
}
},

"archetype-app-quickstart": { "skipImport": true },
"archetype-lambda": { "skipImport": true },
"archetype-tools": { "skipImport": true },
"archetypes": { "skipImport": true },
"auth-sts-testing": { "skipImport": true },
"aws-sdk-java": { "skipImport": true },
"aws-sdk-java-pom": { "skipImport": true },
"bom": { "skipImport": true },
"bom-internal": { "skipImport": true },
"build-tools": { "skipImport": true },
"bundle": { "skipImport": true },
"codegen-generated-classes-test": { "skipImport": true },
"codegen-lite": { "skipImport": true },
"codegen-lite-maven-plugin": { "skipImport": true },
"codegen-maven-plugin": { "skipImport": true },
"core": { "skipImport": true },
"dynamodbdocument-v1": { "skipImport": true },
"dynamodbmapper-v1": { "skipImport": true },
"http-client-tests": { "skipImport": true },
"http-clients": { "skipImport": true },
"metric-publishers": { "skipImport": true },
"module-path-tests": { "skipImport": true },
"protocol-tests": { "skipImport": true },
"protocol-tests-core": { "skipImport": true },
"protocols": { "skipImport": true },
"release-scripts": { "skipImport": true },
"s3-benchmarks": { "skipImport": true },
"sdk-benchmarks": { "skipImport": true },
"sdk-native-image-test": { "skipImport": true },
"service-test-utils": { "skipImport": true },
"services": { "skipImport": true },
"services-custom": { "skipImport": true },
"stability-tests": { "skipImport": true },
"test-utils": { "skipImport": true },
"tests-coverage-reporting": { "skipImport": true },
"third-party": { "skipImport": true }
},

"dependencies": {
"com.fasterxml.jackson.core:jackson-annotations": { "packageName": "Jackson-annotations", "packageVersion": "2.9.x" },
"com.fasterxml.jackson.core:jackson-core": { "packageName": "Jackson-core", "packageVersion": "2.9.x" },
"com.fasterxml.jackson.core:jackson-databind": { "packageName": "Jackson-databind", "packageVersion": "2.9.x" },
"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor": { "packageName": "Jackson-dataformat-cbor", "packageVersion": "2.9.x" },
"com.fasterxml.jackson.jr:jackson-jr-objects": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-objects", "packageVersion": "2.11.x" },
"com.fasterxml.jackson.jr:jackson-jr-stree": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-stree", "packageVersion": "2.11.x" },
"com.jayway.jsonpath:json-path": { "packageName": "JMESPathJava", "packageVersion": "1.0" },
"com.squareup:javapoet": { "packageName": "Maven-com-squareup_javapoet", "packageVersion": "1.11.x" },
"com.typesafe.netty:netty-reactive-streams": { "packageName": "Netty4", "packageVersion": "4.1" },
"com.typesafe.netty:netty-reactive-streams-http": { "packageName": "Maven-com-typesafe-netty_netty-reactive-streams-http", "packageVersion": "2.x" },
"commons-codec:commons-codec": { "packageName": "JakartaCommons-codec", "packageVersion": "1.x" },
"io.netty:netty-buffer": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-codec": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-codec-http": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-codec-http2": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-common": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-handler": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-resolver": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-transport": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-transport-native-epoll": { "packageName": "Netty4", "packageVersion": "4.1" },
"io.netty:netty-transport-native-unix-common": { "packageName": "Netty4", "packageVersion": "4.1" },
"org.apache.httpcomponents:httpclient": { "packageName": "Apache-HttpComponents-HttpClient", "packageVersion": "4.5.x" },
"org.apache.httpcomponents:httpcore": { "packageName": "Apache-HttpComponents-HttpCore", "packageVersion": "4.4.x" },
"org.eclipse.jdt:org.eclipse.jdt.core": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
"org.eclipse.text:org.eclipse.text": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
"org.reactivestreams:reactive-streams": { "packageName": "Maven-org-reactivestreams_reactive-streams", "packageVersion": "1.x" },
"org.slf4j:slf4j-api": { "packageName": "Slf4j", "packageVersion": "1.7" },
"software.amazon.awssdk.crt:aws-crt": { "packageName": "Aws-crt-java", "packageVersion": "1.0.x" },
"software.amazon.eventstream:eventstream": { "packageName": "AwsFlowJava", "packageVersion": "1.0" },
"software.amazon.ion:ion-java": { "packageName": "Maven-software-amazon-ion_ion-java", "packageVersion": "1.x" },
"software.amazon:flow": { "packageName": "AwsFlowJava", "packageVersion": "1.0" }
}
}
Empty file removed change
Empty file.

0 comments on commit dc37058

Please sign in to comment.