Skip to content

Commit ebafdda

Browse files
authored
Explicitly declare dependencies (#2768)
1 parent 6796b4d commit ebafdda

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

plugin/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
<hpi.compatibleSinceVersion>1.28</hpi.compatibleSinceVersion>
3636
<hpi.pluginChangelogUrl>https://github.com/jenkinsci/configuration-as-code-plugin/releases</hpi.pluginChangelogUrl>
3737
<hpi.pluginLogoUrl>https://raw.githubusercontent.com/jenkinsci/configuration-as-code-plugin/master/plugin/src/main/resources/images/symbols/logo.svg</hpi.pluginLogoUrl>
38+
<hpi.bundledArtifacts>jsr305,vavr,vavr-match</hpi.bundledArtifacts>
39+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
3840
</properties>
3941

4042
<dependencyManagement>
@@ -86,6 +88,12 @@
8688
<groupId>io.vavr</groupId>
8789
<artifactId>vavr</artifactId>
8890
<version>0.11.0</version>
91+
<exclusions>
92+
<exclusion>
93+
<groupId>org.jspecify</groupId>
94+
<artifactId>jspecify</artifactId>
95+
</exclusion>
96+
</exclusions>
8997
</dependency>
9098
<dependency>
9199
<groupId>com.github.stefanbirkner</groupId>

0 commit comments

Comments
 (0)