Skip to content

Commit 68deada

Browse files
committed
Remove unused module
1 parent b0be945 commit 68deada

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

bom-weekly/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,6 @@
651651
<artifactId>aws-java-sdk2-ssm</artifactId>
652652
<version>${aws-java-sdk2-plugin.version}</version>
653653
</dependency>
654-
<dependency>
655-
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
656-
<artifactId>aws-java-sdk2-sts</artifactId>
657-
<version>${aws-java-sdk2-plugin.version}</version>
658-
</dependency>
659654
<dependency>
660655
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
661656
<artifactId>mina-sshd-api-common</artifactId>

sample-plugin/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,6 @@
589589
<artifactId>aws-java-sdk2-ssm</artifactId>
590590
<scope>test</scope>
591591
</dependency>
592-
<dependency>
593-
<groupId>io.jenkins.plugins.aws-java-sdk2</groupId>
594-
<artifactId>aws-java-sdk2-sts</artifactId>
595-
<scope>test</scope>
596-
</dependency>
597592
<dependency>
598593
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
599594
<artifactId>mina-sshd-api-scp</artifactId>

0 commit comments

Comments
 (0)