Skip to content

Commit

Permalink
Updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Jun 28, 2016
1 parent 11d80d5 commit bdccc82
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<artifactId>sysout-over-slf4j</artifactId>
<version>1.0.2</version>
</dependency>
-->
-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -259,7 +259,19 @@
<artifactId>quartz</artifactId>
<version>${quartz.version}</version>
</dependency>
<!-- Runtime plugins and their deps -->
<!-- Runtime plugin deps -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>websocket</artifactId>
<version>${websocket.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tomcatplugin</artifactId>
<version>${tomcatplugin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
Expand All @@ -278,18 +290,6 @@
<version>${tomcat.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.red5</groupId>
<artifactId>tomcatplugin</artifactId>
<version>${tomcatplugin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.red5</groupId>
<artifactId>websocket</artifactId>
<version>${websocket.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<profiles>
<profile>
Expand Down

0 comments on commit bdccc82

Please sign in to comment.