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/17 11:07:01 UTC

svn commit: r1059840 - /mina/vysper/trunk/pom.xml

Author: ngn
Date: Mon Jan 17 10:07:01 2011
New Revision: 1059840

URL: http://svn.apache.org/viewvc?rev=1059840&view=rev
Log:
Adding admin console version to dependencies

Modified:
    mina/vysper/trunk/pom.xml

Modified: mina/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=1059840&r1=1059839&r2=1059840&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Mon Jan 17 10:07:01 2011
@@ -206,6 +206,13 @@
       </dependency>
 
       <dependency>
+        <groupId>org.apache.vysper</groupId>
+        <artifactId>vysper-admin-console</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+
+      <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-websocket</artifactId>
         <version>7.2.1.v20101111</version>