You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/01/09 16:05:40 UTC

svn commit: r1056961 - /mina/vysper/trunk/dist/pom.xml

Author: ngn
Date: Sun Jan  9 15:05:39 2011
New Revision: 1056961

URL: http://svn.apache.org/viewvc?rev=1056961&view=rev
Log:
Include websocket support in the distribution

Modified:
    mina/vysper/trunk/dist/pom.xml

Modified: mina/vysper/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/dist/pom.xml?rev=1056961&r1=1056960&r2=1056961&view=diff
==============================================================================
--- mina/vysper/trunk/dist/pom.xml (original)
+++ mina/vysper/trunk/dist/pom.xml Sun Jan  9 15:05:39 2011
@@ -56,6 +56,11 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.vysper.extensions</groupId>
+      <artifactId>vysper-websockets</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
       <optional>true</optional>