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/09/14 10:51:21 UTC

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

Author: rhirsch
Date: Tue Sep 14 08:51:20 2010
New Revision: 996794

URL: http://svn.apache.org/viewvc?rev=996794&view=rev
Log:
[ESME-280]	Comet doesn't work anymore on stax

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=996794&r1=996793&r2=996794&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Tue Sep 14 08:51:20 2010
@@ -226,9 +226,10 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.mortbay.jetty</groupId>
+          <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty</artifactId>
             <version>[6.1.6,)</version>
+            <scope>test</scope>
         </dependency>
         <!-- for LiftConsole -->
         <dependency>