Skip to content

Commit

Permalink
Adapt to removal of STS module
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 18, 2024
1 parent 8fb588a commit dc1a39d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- TODO until in BOM -->
<dependency>
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
<artifactId>aws-java-sdk2-core</artifactId>
<version>2.29.34-9.v117ff2a_65538</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
<artifactId>aws-java-sdk2-ec2</artifactId>
<version>2.29.34-9.v117ff2a_65538</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -80,10 +91,6 @@
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
<artifactId>aws-java-sdk2-ec2</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
<artifactId>aws-java-sdk2-sts</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
Expand Down

0 comments on commit dc1a39d

Please sign in to comment.