Author: mwebb
Date: Fri Jun 29 06:24:08 2007
New Revision: 551887
URL: http://svn.apache.org/viewvc?view=rev&rev=551887
Log:
added Spring JMX and AOP in order to get the SpringMain class to run. This
class is part of the chat example.
Modified:
mina/trunk/example/pom.xml
Modified: mina/trunk/example/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?view=diff&rev=551887&r1=551886&r2=551887
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Fri Jun 29 06:24:08 2007
@@ -52,6 +52,20 @@
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jmx</artifactId>
+ <version>2.0.4</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ <version>2.0.4</version>
+ <scope>compile</scope>
+ </dependency>
+
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>