Skip to content

Commit

Permalink
Use aws-java-sdk-secretsmanager dependency from BOM (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskilding authored Aug 21, 2023
1 parent 52d1494 commit ca3f373
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2102.v854b_fec19c92</version>
<version>2357.v1043f8578392</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -73,9 +73,8 @@
<artifactId>ssh-credentials</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.12.447-382.vda_68e2007233</version>
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId>
<artifactId>aws-java-sdk-secretsmanager</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
Expand Down Expand Up @@ -109,13 +108,6 @@
<version>1.18.3</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Workaround -->
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.5</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ca3f373

Please sign in to comment.