File tree Expand file tree Collapse file tree 5 files changed +5
-125
lines changed
flowable-event-registry-rest Expand file tree Collapse file tree 5 files changed +5
-125
lines changed Original file line number Diff line number Diff line change 197197 <scope >provided</scope >
198198 </dependency >
199199
200- <dependency >
201- <groupId >org.eclipse.jetty</groupId >
202- <artifactId >jetty-server</artifactId >
203- <version >${jetty.version} </version >
204- <scope >test</scope >
205- </dependency >
206200 <dependency >
207201 <groupId >org.eclipse.jetty.ee10</groupId >
208- <artifactId >jetty-ee10-servlet </artifactId >
202+ <artifactId >jetty-ee10-servlets </artifactId >
209203 <version >${jetty.version} </version >
210204 <scope >test</scope >
211205 </dependency >
212- <dependency >
213- <groupId >org.eclipse.jetty</groupId >
214- <artifactId >jetty-http</artifactId >
215- <version >${jetty.version} </version >
216- <scope >test</scope >
217- </dependency >
218206 <dependency >
219207 <groupId >org.eclipse.jetty.ee10</groupId >
220208 <artifactId >jetty-ee10-webapp</artifactId >
221209 <version >${jetty.version} </version >
222210 <scope >test</scope >
223211 </dependency >
224- <dependency >
225- <groupId >org.eclipse.jetty</groupId >
226- <artifactId >jetty-io</artifactId >
227- <version >${jetty.version} </version >
228- <scope >test</scope >
229- </dependency >
230- <dependency >
231- <groupId >org.eclipse.jetty</groupId >
232- <artifactId >jetty-util</artifactId >
233- <version >${jetty.version} </version >
234- <scope >test</scope >
235- </dependency >
236212 <dependency >
237213 <groupId >org.flowable</groupId >
238214 <artifactId >flowable-idm-spring-configurator</artifactId >
Original file line number Diff line number Diff line change 180180 <scope >provided</scope >
181181 </dependency >
182182
183- <dependency >
184- <groupId >org.eclipse.jetty</groupId >
185- <artifactId >jetty-server</artifactId >
186- <version >${jetty.version} </version >
187- <scope >test</scope >
188- </dependency >
189183 <dependency >
190184 <groupId >org.eclipse.jetty.ee10</groupId >
191- <artifactId >jetty-ee10-servlet</artifactId >
192- <version >${jetty.version} </version >
193- <scope >test</scope >
194- </dependency >
195- <dependency >
196- <groupId >org.eclipse.jetty</groupId >
197- <artifactId >jetty-http</artifactId >
185+ <artifactId >jetty-ee10-servlets</artifactId >
198186 <version >${jetty.version} </version >
199187 <scope >test</scope >
200188 </dependency >
204192 <version >${jetty.version} </version >
205193 <scope >test</scope >
206194 </dependency >
207- <dependency >
208- <groupId >org.eclipse.jetty</groupId >
209- <artifactId >jetty-io</artifactId >
210- <version >${jetty.version} </version >
211- <scope >test</scope >
212- </dependency >
213- <dependency >
214- <groupId >org.eclipse.jetty</groupId >
215- <artifactId >jetty-util</artifactId >
216- <version >${jetty.version} </version >
217- <scope >test</scope >
218- </dependency >
219195 <dependency >
220196 <groupId >org.flowable</groupId >
221197 <artifactId >flowable-idm-spring-configurator</artifactId >
Original file line number Diff line number Diff line change 207207 <scope >provided</scope >
208208 </dependency >
209209
210- <dependency >
211- <groupId >org.eclipse.jetty</groupId >
212- <artifactId >jetty-server</artifactId >
213- <version >${jetty.version} </version >
214- <scope >test</scope >
215- </dependency >
216210 <dependency >
217211 <groupId >org.eclipse.jetty.ee10</groupId >
218- <artifactId >jetty-ee10-servlet </artifactId >
212+ <artifactId >jetty-ee10-servlets </artifactId >
219213 <version >${jetty.version} </version >
220214 <scope >test</scope >
221215 </dependency >
222- <dependency >
223- <groupId >org.eclipse.jetty</groupId >
224- <artifactId >jetty-http</artifactId >
225- <version >${jetty.version} </version >
226- <scope >test</scope >
227- </dependency >
228216 <dependency >
229217 <groupId >org.eclipse.jetty.ee10</groupId >
230218 <artifactId >jetty-ee10-webapp</artifactId >
231219 <version >${jetty.version} </version >
232220 <scope >test</scope >
233221 </dependency >
234- <dependency >
235- <groupId >org.eclipse.jetty</groupId >
236- <artifactId >jetty-io</artifactId >
237- <version >${jetty.version} </version >
238- <scope >test</scope >
239- </dependency >
240- <dependency >
241- <groupId >org.eclipse.jetty</groupId >
242- <artifactId >jetty-util</artifactId >
243- <version >${jetty.version} </version >
244- <scope >test</scope >
245- </dependency >
246222 <dependency >
247223 <groupId >com.zaxxer</groupId >
248224 <artifactId >HikariCP</artifactId >
Original file line number Diff line number Diff line change 196196 <scope >provided</scope >
197197 </dependency >
198198
199- <dependency >
200- <groupId >org.eclipse.jetty</groupId >
201- <artifactId >jetty-server</artifactId >
202- <version >${jetty.version} </version >
203- <scope >test</scope >
204- </dependency >
205199 <dependency >
206200 <groupId >org.eclipse.jetty.ee10</groupId >
207- <artifactId >jetty-ee10-servlet </artifactId >
201+ <artifactId >jetty-ee10-servlets </artifactId >
208202 <version >${jetty.version} </version >
209203 <scope >test</scope >
210204 </dependency >
211- <dependency >
212- <groupId >org.eclipse.jetty</groupId >
213- <artifactId >jetty-http</artifactId >
214- <version >${jetty.version} </version >
215- <scope >test</scope >
216- </dependency >
217205 <dependency >
218206 <groupId >org.eclipse.jetty.ee10</groupId >
219207 <artifactId >jetty-ee10-webapp</artifactId >
220208 <version >${jetty.version} </version >
221209 <scope >test</scope >
222210 </dependency >
223- <dependency >
224- <groupId >org.eclipse.jetty</groupId >
225- <artifactId >jetty-io</artifactId >
226- <version >${jetty.version} </version >
227- <scope >test</scope >
228- </dependency >
229- <dependency >
230- <groupId >org.eclipse.jetty</groupId >
231- <artifactId >jetty-util</artifactId >
232- <version >${jetty.version} </version >
233- <scope >test</scope >
234- </dependency >
235211 <dependency >
236212 <groupId >org.flowable</groupId >
237213 <artifactId >flowable-spring-security</artifactId >
Original file line number Diff line number Diff line change 211211 <scope >provided</scope >
212212 </dependency >
213213
214- <dependency >
215- <groupId >org.eclipse.jetty</groupId >
216- <artifactId >jetty-server</artifactId >
217- <version >${jetty.version} </version >
218- <scope >test</scope >
219- </dependency >
220214 <dependency >
221215 <groupId >org.eclipse.jetty.ee10</groupId >
222- <artifactId >jetty-ee10-servlet </artifactId >
216+ <artifactId >jetty-ee10-servlets </artifactId >
223217 <version >${jetty.version} </version >
224218 <scope >test</scope >
225219 </dependency >
226- <dependency >
227- <groupId >org.eclipse.jetty</groupId >
228- <artifactId >jetty-http</artifactId >
229- <version >${jetty.version} </version >
230- <scope >test</scope >
231- </dependency >
232220 <dependency >
233221 <groupId >org.eclipse.jetty.ee10</groupId >
234222 <artifactId >jetty-ee10-webapp</artifactId >
235223 <version >${jetty.version} </version >
236224 <scope >test</scope >
237225 </dependency >
238- <dependency >
239- <groupId >org.eclipse.jetty</groupId >
240- <artifactId >jetty-io</artifactId >
241- <version >${jetty.version} </version >
242- <scope >test</scope >
243- </dependency >
244- <dependency >
245- <groupId >org.eclipse.jetty</groupId >
246- <artifactId >jetty-util</artifactId >
247- <version >${jetty.version} </version >
248- <scope >test</scope >
249- </dependency >
250226 <dependency >
251227 <groupId >org.flowable</groupId >
252228 <artifactId >flowable-spring-security</artifactId >
You can’t perform that action at this time.
0 commit comments