Skip to content

Commit bdccc82

Browse files
committed
Updated pom
1 parent 11d80d5 commit bdccc82

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
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>
@@ -259,7 +259,19 @@
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>
@@ -278,18 +290,6 @@
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>

0 commit comments

Comments
 (0)