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>