Skip to content

Commit 6681a0e

Browse files
authored
Adapt to removal of STS module (#259)
1 parent 8fb588a commit 6681a0e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>
75+
<!-- TODO until in BOM -->
76+
<dependency>
77+
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
78+
<artifactId>aws-java-sdk2-core</artifactId>
79+
<version>2.29.34-9.v117ff2a_65538</version>
80+
</dependency>
81+
<dependency>
82+
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
83+
<artifactId>aws-java-sdk2-ec2</artifactId>
84+
<version>2.29.34-9.v117ff2a_65538</version>
85+
</dependency>
7586
</dependencies>
7687
</dependencyManagement>
7788

@@ -80,10 +91,6 @@
8091
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
8192
<artifactId>aws-java-sdk2-ec2</artifactId>
8293
</dependency>
83-
<dependency>
84-
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
85-
<artifactId>aws-java-sdk2-sts</artifactId>
86-
</dependency>
8794
<dependency>
8895
<groupId>org.jenkins-ci.plugins</groupId>
8996
<artifactId>credentials</artifactId>

0 commit comments

Comments
 (0)