Skip to content

Commit 51ac7e4

Browse files
authored
Add Ansible to the managed set (#4719)
1 parent 8615cc7 commit 51ac7e4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,11 @@
782782
<artifactId>active-directory</artifactId>
783783
<version>2.39</version>
784784
</dependency>
785+
<dependency>
786+
<groupId>org.jenkins-ci.plugins</groupId>
787+
<artifactId>ansible</artifactId>
788+
<version>500.v7564a_db_8feec</version>
789+
</dependency>
785790
<dependency>
786791
<groupId>org.jenkins-ci.plugins</groupId>
787792
<artifactId>ansicolor</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,11 @@
694694
<artifactId>active-directory</artifactId>
695695
<scope>test</scope>
696696
</dependency>
697+
<dependency>
698+
<groupId>org.jenkins-ci.plugins</groupId>
699+
<artifactId>ansible</artifactId>
700+
<scope>test</scope>
701+
</dependency>
697702
<dependency>
698703
<groupId>org.jenkins-ci.plugins</groupId>
699704
<artifactId>ansicolor</artifactId>

0 commit comments

Comments
 (0)