File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 182182 <artifactId>sysout-over-slf4j</artifactId>
183183 <version>1.0.2</version>
184184 </dependency>
185- -->
185+ -->
186186 <dependency >
187187 <groupId >junit</groupId >
188188 <artifactId >junit</artifactId >
259259 <artifactId >quartz</artifactId >
260260 <version >${quartz.version} </version >
261261 </dependency >
262- <!-- Runtime plugins and their deps -->
262+ <!-- Runtime plugin deps -->
263+ <dependency >
264+ <groupId >${project.groupId} </groupId >
265+ <artifactId >websocket</artifactId >
266+ <version >${websocket.version} </version >
267+ <scope >provided</scope >
268+ </dependency >
269+ <dependency >
270+ <groupId >${project.groupId} </groupId >
271+ <artifactId >tomcatplugin</artifactId >
272+ <version >${tomcatplugin.version} </version >
273+ <scope >provided</scope >
274+ </dependency >
263275 <dependency >
264276 <groupId >org.apache.tomcat.embed</groupId >
265277 <artifactId >tomcat-embed-core</artifactId >
278290 <version >${tomcat.version} </version >
279291 <scope >provided</scope >
280292 </dependency >
281- <dependency >
282- <groupId >org.red5</groupId >
283- <artifactId >tomcatplugin</artifactId >
284- <version >${tomcatplugin.version} </version >
285- <scope >provided</scope >
286- </dependency >
287- <dependency >
288- <groupId >org.red5</groupId >
289- <artifactId >websocket</artifactId >
290- <version >${websocket.version} </version >
291- <scope >provided</scope >
292- </dependency >
293293 </dependencies >
294294 <profiles >
295295 <profile >
You can’t perform that action at this time.
0 commit comments