You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ak...@apache.org on 2008/01/26 21:45:43 UTC

svn commit: r615486 - /mina/trunk/example/pom.xml

Author: akarasulu
Date: Sat Jan 26 12:45:42 2008
New Revision: 615486

URL: http://svn.apache.org/viewvc?rev=615486&view=rev
Log:
removing dependency on http client

Modified:
    mina/trunk/example/pom.xml

Modified: mina/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=615486&r1=615485&r2=615486&view=diff
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Sat Jan 26 12:45:42 2008
@@ -20,10 +20,6 @@
     </dependency>
     <dependency>
       <groupId>${groupId}</groupId>
-      <artifactId>mina-protocol-http-client</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>${groupId}</groupId>
       <artifactId>mina-statemachine</artifactId>
     </dependency>
     <dependency>