File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,6 @@ java {
25
25
tasks. named(' shadowJar' , com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar ) {
26
26
archiveBaseName = ' aws-msk-iam-auth'
27
27
archiveClassifier = ' uber'
28
- // archiveVersion = ''
29
-
30
- // enableRelocation = true
31
- // relocationPrefix = 'org.logstash'
32
-
33
- // relocate('software.amazon', 'org.logstash.software.amazon') {
34
- // // these are classes explicitly referred into the Kafka plugin configuration, so need to keep
35
- // // original name
36
- // exclude 'software.amazon.msk.auth.iam.IAMLoginModule'
37
- // exclude 'software.amazon.msk.auth.iam.IAMClientCallbackHandler'
38
- //
39
- // // This provider is used during KafkaConsumer creation
40
- // exclude 'software.amazon.awssdk.auth.credentials.AwsCredentialsProvider'
41
- // exclude 'software.amazon.awssdk.core.exception.SdkException'
42
- // exclude 'software.amazon.awssdk.core.exception.SdkException$Builder'
43
- // exclude 'software.amazon.awssdk.core.exception.SdkException$BuilderImpl'
44
- // exclude 'software.amazon.awssdk.core.exception.SdkClientException'
45
- // exclude 'software.amazon.awssdk.core.exception.SdkClientException$Builder'
46
- // exclude 'software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl'
47
- // }
48
28
49
29
relocate(' org.apache.http' , ' org.logstash.org.apache.http' )
50
30
relocate(' com.fasterxml.jackson' , ' org.logstash.com.fasterxml.jackson' )
You can’t perform that action at this time.
0 commit comments