You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/10 04:17:21 UTC

svn commit: r693678 - /geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/pom.xml

Author: dwoods
Date: Tue Sep  9 19:17:20 2008
New Revision: 693678

URL: http://svn.apache.org/viewvc?rev=693678&view=rev
Log:
GERONIMO-4292 Monitoring console is pulling in DWR 2.0.1

Modified:
    geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/pom.xml

Modified: geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/pom.xml?rev=693678&r1=693677&r2=693678&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/pom.xml Tue Sep  9 19:17:20 2008
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.directwebremoting</groupId>
             <artifactId>dwr</artifactId>
-            <version>2.0.1</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>