Author: trustin Date: Wed Nov 28 22:01:39 2007 New Revision: 599287 URL: http://svn.apache.org/viewvc?rev=599287&view=rev Log: Removed integration-spring module because MINA is fully IoC framework friendly now, if it's not friendly, it shold be considered to be a bug.
Removed: mina/trunk/integration-spring/ Modified: mina/trunk/example/pom.xml mina/trunk/pom.xml Modified: mina/trunk/example/pom.xml URL: http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=599287&r1=599286&r2=599287&view=diff ============================================================================== --- mina/trunk/example/pom.xml (original) +++ mina/trunk/example/pom.xml Wed Nov 28 22:01:39 2007 @@ -16,7 +16,7 @@ </dependency> <dependency> <groupId>${groupId}</groupId> - <artifactId>mina-integration-spring</artifactId> + <artifactId>mina-integration-jmx</artifactId> </dependency> <dependency> <groupId>${groupId}</groupId> Modified: mina/trunk/pom.xml URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=599287&r1=599286&r2=599287&view=diff ============================================================================== --- mina/trunk/pom.xml (original) +++ mina/trunk/pom.xml Wed Nov 28 22:01:39 2007 @@ -115,11 +115,6 @@ </dependency> <dependency> <groupId>${groupId}</groupId> - <artifactId>mina-integration-spring</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${groupId}</groupId> <artifactId>mina-statemachine</artifactId> <version>${pom.version}</version> </dependency> @@ -159,7 +154,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring</artifactId> - <version>2.0.6</version> + <version>2.5</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -312,7 +307,6 @@ <module>integration-beans</module> <module>integration-ognl</module> <module>integration-jmx</module> - <module>integration-spring</module> <module>example</module> </modules>