File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 3232 <jenkins .version>2.401.3</jenkins .version>
3333 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
3434 <spotless .check.skip>false</spotless .check.skip>
35+ <json-smart .version>2.5.0</json-smart .version>
3536 </properties >
3637
3738 <dependencyManagement >
4344 <type >pom</type >
4445 <scope >import</scope >
4546 </dependency >
47+ <dependency >
48+ <groupId >net.minidev</groupId >
49+ <artifactId >accessors-smart</artifactId >
50+ <version >${json-smart.version} </version >
51+ </dependency >
52+ <dependency >
53+ <groupId >net.minidev</groupId >
54+ <artifactId >json-smart</artifactId >
55+ <version >${json-smart.version} </version >
56+ </dependency >
57+ <dependency >
58+ <groupId >net.minidev</groupId >
59+ <artifactId >json-smart-action</artifactId >
60+ <version >${json-smart.version} </version >
61+ </dependency >
4662 </dependencies >
4763 </dependencyManagement >
4864 <dependencies >
You can’t perform that action at this time.
0 commit comments