Skip to content

Commit bd687be

Browse files
authored
Define dependencies directly (#257)
Special thanks to Devin Nusbaum for: * jenkinsci/maven-hpi-plugin#771 It implements a crucial step for: * jenkinsci/maven-hpi-plugin#557
1 parent 8ab2ab3 commit bd687be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.19</version>
8+
<version>5.22</version>
99
<relativePath />
1010
</parent>
1111

@@ -38,6 +38,8 @@
3838
<jenkins.baseline>2.492</jenkins.baseline>
3939
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4040
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
41+
<hpi.bundledArtifacts>fluent-hc,httpasyncclient,httpasyncclient-cache,httpclient,httpclient-cache,httpcore,httpcore-nio,httpmime</hpi.bundledArtifacts>
42+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
4143

4244
<httpcore.version>4.4.16</httpcore.version>
4345
<httpclient.version>${revision}</httpclient.version>

0 commit comments

Comments
 (0)