Skip to content

Commit f2fb80d

Browse files
committed
Add aws-java-sdk-sts to support assuming roles
1 parent 40289bc commit f2fb80d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
('commons-logging', 'commons-logging', '1.1.3'),
105105
('software.amazon.ion', 'ion-java', '1.0.2'),
106106
('joda-time', 'joda-time', '2.8.1'),
107+
('com.amazonaws', 'aws-java-sdk-sts', '1.11.908'),
108+
('com.amazonaws', 'jmespath-java', '1.11.908'),
107109
('ch.qos.logback', 'logback-classic', '1.2.3'),
108110
('ch.qos.logback', 'logback-core', '1.2.3'),
109111
('com.beust', 'jcommander', '1.72'),

0 commit comments

Comments
 (0)