You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/02/26 08:36:49 UTC

svn commit: r916598 - /incubator/esme/trunk/server/pom.xml

Author: rhirsch
Date: Fri Feb 26 07:36:48 2010
New Revision: 916598

URL: http://svn.apache.org/viewvc?rev=916598&view=rev
Log:
removed netty dependency

Modified:
    incubator/esme/trunk/server/pom.xml

Modified: incubator/esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=916598&r1=916597&r2=916598&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Fri Feb 26 07:36:48 2010
@@ -195,12 +195,6 @@
             <artifactId>derby</artifactId>
             <version>10.5.1.1</version>
         </dependency>       
-     <dependency>
-       <groupId>org.jboss.netty</groupId>
-       <artifactId>netty</artifactId>
-       <version>3.1.5.GA</version>
-       <scope>compile</scope>
-     </dependency>
 
         <dependency>
             <groupId>junit</groupId>