Skip to content

Commit 645530a

Browse files
authored
Add Office 365 Connector to the managed set (#4714)
1 parent 7338c38 commit 645530a

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
@@ -1292,6 +1292,11 @@
12921292
<artifactId>oauth-credentials</artifactId>
12931293
<version>0.657.v7d8dd90b_0382</version>
12941294
</dependency>
1295+
<dependency>
1296+
<groupId>org.jenkins-ci.plugins</groupId>
1297+
<artifactId>Office-365-Connector</artifactId>
1298+
<version>5.1.0</version>
1299+
</dependency>
12951300
<dependency>
12961301
<groupId>org.jenkins-ci.plugins</groupId>
12971302
<artifactId>oic-auth</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,11 @@
11291129
<artifactId>nodejs</artifactId>
11301130
<scope>test</scope>
11311131
</dependency>
1132+
<dependency>
1133+
<groupId>org.jenkins-ci.plugins</groupId>
1134+
<artifactId>Office-365-Connector</artifactId>
1135+
<scope>test</scope>
1136+
</dependency>
11321137
<dependency>
11331138
<groupId>org.jenkins-ci.plugins</groupId>
11341139
<artifactId>oic-auth</artifactId>

0 commit comments

Comments
 (0)