File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 45
45
<type >pom</type >
46
46
<scope >import</scope >
47
47
</dependency >
48
- <dependency >
49
- <groupId >net.minidev</groupId >
50
- <artifactId >accessors-smart</artifactId >
51
- <version >${json-smart.version} </version >
52
- </dependency >
53
- <dependency >
54
- <groupId >net.minidev</groupId >
55
- <artifactId >json-smart</artifactId >
56
- <version >${json-smart.version} </version >
57
- </dependency >
58
- <dependency >
59
- <groupId >net.minidev</groupId >
60
- <artifactId >json-smart-action</artifactId >
61
- <version >${json-smart.version} </version >
62
- </dependency >
63
48
</dependencies >
64
49
</dependencyManagement >
65
50
<dependencies >
100
85
<groupId >io.jenkins.plugins</groupId >
101
86
<artifactId >asm-api</artifactId >
102
87
</dependency >
88
+ <dependency >
89
+ <groupId >net.minidev</groupId >
90
+ <artifactId >accessors-smart</artifactId >
91
+ <version >${json-smart.version} </version >
92
+ </dependency >
93
+ <dependency >
94
+ <groupId >net.minidev</groupId >
95
+ <artifactId >json-smart</artifactId >
96
+ <version >${json-smart.version} </version >
97
+ </dependency >
98
+ <dependency >
99
+ <groupId >net.minidev</groupId >
100
+ <artifactId >json-smart-action</artifactId >
101
+ <version >${json-smart.version} </version >
102
+ </dependency >
103
103
</dependencies >
104
104
<repositories >
105
105
<repository >
You can’t perform that action at this time.
0 commit comments