Author: trustin
Date: Mon Jul 30 13:59:34 2007
New Revision: 561119
URL: http://svn.apache.org/viewvc?view=rev&rev=561119
Log:
removed filter-ssl
Removed:
mina/trunk/filter-ssl/
Modified:
mina/trunk/example/pom.xml
mina/trunk/integration-spring/pom.xml
Modified: mina/trunk/example/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?view=diff&rev=561119&r1=561118&r2=561119
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Mon Jul 30 13:59:34 2007
@@ -12,7 +12,7 @@
<dependencies>
<dependency>
<groupId>org.apache.mina</groupId>
- <artifactId>mina-filter-ssl</artifactId>
+ <artifactId>mina-core</artifactId>
<version>${pom.version}</version>
<scope>compile</scope>
</dependency>
Modified: mina/trunk/integration-spring/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-spring/pom.xml?view=diff&rev=561119&r1=561118&r2=561119
==============================================================================
--- mina/trunk/integration-spring/pom.xml (original)
+++ mina/trunk/integration-spring/pom.xml Mon Jul 30 13:59:34 2007
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.apache.mina</groupId>
- <artifactId>mina-filter-ssl</artifactId>
+ <artifactId>mina-core</artifactId>
<version>${pom.version}</version>
<scope>compile</scope>
</dependency>