File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments