Skip to content

Commit 400e052

Browse files
authored
Add Eclipse Temurin installer to the managed set (#4263)
1 parent 924296d commit 400e052

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
@@ -181,6 +181,11 @@
181181
<artifactId>test-harness</artifactId>
182182
<version>${configuration-as-code-plugin.version}</version>
183183
</dependency>
184+
<dependency>
185+
<groupId>io.jenkins.plugins</groupId>
186+
<artifactId>adoptopenjdk</artifactId>
187+
<version>1.6</version>
188+
</dependency>
184189
<dependency>
185190
<groupId>io.jenkins.plugins</groupId>
186191
<artifactId>analysis-model-api</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@
193193
<artifactId>test-harness</artifactId>
194194
<scope>test</scope>
195195
</dependency>
196+
<dependency>
197+
<groupId>io.jenkins.plugins</groupId>
198+
<artifactId>adoptopenjdk</artifactId>
199+
<scope>test</scope>
200+
</dependency>
196201
<dependency>
197202
<groupId>io.jenkins.plugins</groupId>
198203
<artifactId>apache-httpcomponents-client-5-api</artifactId>

0 commit comments

Comments
 (0)