You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2014/01/07 04:30:43 UTC

svn commit: r1556114 - /juddi/trunk/juddi-gui/pom.xml

Author: kstam
Date: Tue Jan  7 03:30:43 2014
New Revision: 1556114

URL: http://svn.apache.org/r1556114
Log:
JUDDI-722 fixing logging to juddi.log

Modified:
    juddi/trunk/juddi-gui/pom.xml

Modified: juddi/trunk/juddi-gui/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/pom.xml?rev=1556114&r1=1556113&r2=1556114&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/pom.xml (original)
+++ juddi/trunk/juddi-gui/pom.xml Tue Jan  7 03:30:43 2014
@@ -34,8 +34,12 @@ language governing permissions and * lim
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
-            <scope>provided</scope>
+            <version>1.1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.17</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org