Skip to content

Commit 06150d4

Browse files
mohitdadoonet
authored andcommitted
update AWS SDK for ECS Task IAM support in discovery-ec2 (#26479)
This commit contains: * update AWS SDK for ECS Task IAM support * ignore dependencies not essential to `discovery-ec2`: * jmespath seems to be used for `waiters` * amazon ion is a protocol not used by EC2 or IAM
1 parent 7060672 commit 06150d4

File tree

6 files changed

+408
-67
lines changed

6 files changed

+408
-67
lines changed

plugins/discovery-ec2/build.gradle

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ esplugin {
2323
}
2424

2525
versions << [
26-
'aws': '1.10.69'
26+
'aws': '1.11.187'
2727
]
2828

2929
dependencies {
@@ -55,6 +55,26 @@ test {
5555

5656
thirdPartyAudit.excludes = [
5757
// classes are missing
58+
'com.amazonaws.jmespath.JmesPathEvaluationVisitor',
59+
'com.amazonaws.jmespath.JmesPathExpression',
60+
'com.amazonaws.jmespath.JmesPathField',
61+
'com.amazonaws.jmespath.JmesPathFlatten',
62+
'com.amazonaws.jmespath.JmesPathIdentity',
63+
'com.amazonaws.jmespath.JmesPathLengthFunction',
64+
'com.amazonaws.jmespath.JmesPathLiteral',
65+
'com.amazonaws.jmespath.JmesPathProjection',
66+
'com.amazonaws.jmespath.JmesPathSubExpression',
67+
'com.amazonaws.jmespath.ObjectMapperSingleton',
68+
'com.amazonaws.jmespath.OpGreaterThan',
69+
'software.amazon.ion.IonReader',
70+
'software.amazon.ion.IonSystem',
71+
'software.amazon.ion.IonType',
72+
'software.amazon.ion.IonWriter',
73+
'software.amazon.ion.Timestamp',
74+
'software.amazon.ion.system.IonBinaryWriterBuilder',
75+
'software.amazon.ion.system.IonSystemBuilder',
76+
'software.amazon.ion.system.IonTextWriterBuilder',
77+
'software.amazon.ion.system.IonWriterBuilder',
5878
'javax.servlet.ServletContextEvent',
5979
'javax.servlet.ServletContextListener',
6080
'org.apache.avalon.framework.logger.Logger',

plugins/discovery-ec2/licenses/aws-java-sdk-core-1.10.69.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6f47fcd3c2917bef69dc36aba203c5ea4af9bf24

plugins/discovery-ec2/licenses/aws-java-sdk-ec2-1.10.69.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f3e5a8601f3105624674b1a12ca34f453a4b5895

0 commit comments

Comments
 (0)