File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 62
62
<red5-io .version>${project.parent.version} </red5-io .version>
63
63
<red5-service .version>${project.parent.version} </red5-service .version>
64
64
<red5-server-common .version>${project.parent.version} </red5-server-common .version>
65
- <tomcatplugin .version>1.18</tomcatplugin .version>
66
- <websocket .version>1.9</websocket .version>
67
65
<cors-filter .version>2.5</cors-filter .version>
68
66
</properties >
69
67
<repositories >
282
280
</exclusions >
283
281
</dependency >
284
282
<!-- Runtime plugin deps -->
285
- <dependency >
286
- <groupId >${project.groupId} </groupId >
287
- <artifactId >websocket</artifactId >
288
- <version >${websocket.version} </version >
289
- <scope >provided</scope >
290
- </dependency >
291
283
<dependency >
292
284
<groupId >${project.groupId} </groupId >
293
285
<artifactId >tomcatplugin</artifactId >
354
346
<excludeTransitive >false</excludeTransitive >
355
347
</configuration >
356
348
</execution >
349
+ <execution >
350
+ <id >copy-dependency-websocket-plugin</id >
351
+ <phase >package</phase >
352
+ <goals >
353
+ <goal >copy</goal >
354
+ </goals >
355
+ <configuration >
356
+ <artifactItems >
357
+ <artifactItem >
358
+ <groupId >org.red5</groupId >
359
+ <artifactId >websocket</artifactId >
360
+ <version >${websocket.version} </version >
361
+ <type >jar</type >
362
+ <overWrite >true</overWrite >
363
+ <outputDirectory >${project.build.directory} /plugins</outputDirectory >
364
+ </artifactItem >
365
+ </artifactItems >
366
+ </configuration >
367
+ </execution >
357
368
<execution >
358
369
<id >unpack-red5-service</id >
359
370
<phase >package</phase >
You can’t perform that action at this time.
0 commit comments