File tree 1 file changed +2
-33
lines changed
1 file changed +2
-33
lines changed Original file line number Diff line number Diff line change 134
134
</dependency >
135
135
<dependency >
136
136
<groupId >org.jenkins-ci.plugins</groupId >
137
- <artifactId >database </artifactId >
138
- <version >1.7 </version >
137
+ <artifactId >cloudbees-folder </artifactId >
138
+ <version >6.0.4 </version >
139
139
<scope >test</scope >
140
- <exclusions >
141
- <exclusion > <!-- TODO move to bom in Jenkins core -->
142
- <groupId >antlr</groupId >
143
- <artifactId >antlr</artifactId >
144
- </exclusion >
145
- </exclusions >
146
- </dependency >
147
- <dependency >
148
- <groupId >org.jenkins-ci.plugins</groupId >
149
- <artifactId >database-h2</artifactId >
150
- <version >1.2</version >
151
- <scope >test</scope >
152
- </dependency >
153
- <dependency >
154
- <groupId >io.jenkins</groupId >
155
- <artifactId >configuration-as-code</artifactId >
156
- <version >${configuration-as-code.version} </version >
157
- <scope >test</scope >
158
- </dependency >
159
- <dependency >
160
- <groupId >io.jenkins.configuration-as-code</groupId >
161
- <artifactId >test-harness</artifactId >
162
- <version >${configuration-as-code.version} </version >
163
- <scope >test</scope >
164
- <!-- TODO bump version in jcasc -->
165
- <exclusions >
166
- <exclusion >
167
- <groupId >commons-validator</groupId >
168
- <artifactId >commons-validator</artifactId >
169
- </exclusion >
170
- </exclusions >
171
140
</dependency >
172
141
<!-- TODO https://github.com/jenkinsci/bom/pull/294 -->
173
142
<dependency >
You can’t perform that action at this time.
0 commit comments