Skip to content

Commit 00aa4ce

Browse files
authored
Merge pull request #1150 from MarkEWaite/explicitly-declare-dependencies
Explicitly declare dependencies
2 parents c3c3fa8 + 51dd9ea commit 00aa4ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
<revision>3.22</revision>
5151
<changelist>-SNAPSHOT</changelist>
5252
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
53+
<hpi.bundledArtifacts>atlassian-event,atlassian-httpclient-api,atlassian-util-concurrent,fugue,jira-rest-java-client-api,jira-rest-java-client-core,maven-artifact,plexus-utils,sal-api</hpi.bundledArtifacts>
54+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
5355
<jira-rest-client.version>6.0.2</jira-rest-client.version>
5456
<fugue.version>4.7.2</fugue.version>
5557
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->

0 commit comments

Comments
 (0)