You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/11/15 04:34:22 UTC

svn commit: r475108 - /beehive/trunk/netui/src/pageflow/beehive-netui-core.pom

Author: ekoneil
Date: Tue Nov 14 19:34:21 2006
New Revision: 475108

URL: http://svn.apache.org/viewvc?view=rev&rev=475108
Log:
Update the Beehive NetUI Core POM file to change the version of commons-discovery from 1.0.4 to 0.2.

This fixes BEEHIVE-1156 -- great catch.

Test: NetUI pass


Modified:
    beehive/trunk/netui/src/pageflow/beehive-netui-core.pom

Modified: beehive/trunk/netui/src/pageflow/beehive-netui-core.pom
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/pageflow/beehive-netui-core.pom?view=diff&rev=475108&r1=475107&r2=475108
==============================================================================
--- beehive/trunk/netui/src/pageflow/beehive-netui-core.pom (original)
+++ beehive/trunk/netui/src/pageflow/beehive-netui-core.pom Tue Nov 14 19:34:21 2006
@@ -15,12 +15,17 @@
         <dependency>
             <groupId>commons-discovery</groupId>
             <artifactId>commons-discovery</artifactId>
-            <version>1.0.4</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>commons-el</groupId>
             <artifactId>commons-el</artifactId>
             <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.0.4</version>
         </dependency>
         <dependency>
             <groupId>struts</groupId>