forked from aws/aws-sdk-java-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.brazil.json
126 lines (121 loc) · 8.36 KB
/
.brazil.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"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" },
"endpoints-spi": { "packageName": "AwsJavaSdk-Core-EndpointsSpi" },
"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"]
},
"ruleset-testing-core": {
"packageName": "AwsJavaSdk-Test-RuleSetTestingCore"
},
"archetype-app-quickstart": { "skipImport": true },
"archetype-lambda": { "skipImport": true },
"archetype-tools": { "skipImport": true },
"archetypes": { "skipImport": true },
"auth-tests": { "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 },
"region-testing": { "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-classes-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" },
"org.junit.jupiter:junit-jupiter": { "packageName": "JUnit5", "packageVersion": "5.x" },
"org.mockito:mockito-core": { "packageName": "Mockito", "packageVersion": "3.x" },
"io.reactivex.rxjava3:rxjava": { "packageName": "RxJava", "packageVersion": "3.x" },
"org.assertj:assertj-core": { "packageName": "AssertJ", "packageVersion": "3.22.x" }
}
}