You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/05/31 17:21:07 UTC

svn commit: r1797078 - /directory/shared/branches/shared-value/pom.xml

Author: elecharny
Date: Wed May 31 17:21:07 2017
New Revision: 1797078

URL: http://svn.apache.org/viewvc?rev=1797078&view=rev
Log:
Downgrade slf4j to 1.7.25 to please Studio

Modified:
    directory/shared/branches/shared-value/pom.xml

Modified: directory/shared/branches/shared-value/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-value/pom.xml?rev=1797078&r1=1797077&r2=1797078&view=diff
==============================================================================
--- directory/shared/branches/shared-value/pom.xml (original)
+++ directory/shared/branches/shared-value/pom.xml Wed May 31 17:21:07 2017
@@ -61,9 +61,9 @@
     <org.apache.felix.version>5.6.4</org.apache.felix.version>
     <pax-exam.version>4.11.0</pax-exam.version>
     <pax-url.version>2.5.2</pax-url.version>
-    <slf4j.api.version>1.8.0-alpa2</slf4j.api.version>
+    <slf4j.api.version>1.7.25</slf4j.api.version>
     <slf4j.api.bundleversion>"$«range;[==,=+)»"</slf4j.api.bundleversion>
-    <slf4j.log4j12.version>1.8.0-alpa2</slf4j.log4j12.version>
+    <slf4j.log4j12.version>1.7.25</slf4j.log4j12.version>
     <xml.apis.version>2.0.2</xml.apis.version>
     <xpp3.version>1.1.4c</xpp3.version>
   </properties>