You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2017/08/21 10:15:38 UTC

svn commit: r1805618 - /sling/trunk/bundles/commons/metrics/pom.xml

Author: chetanm
Date: Mon Aug 21 10:15:38 2017
New Revision: 1805618

URL: http://svn.apache.org/viewvc?rev=1805618&view=rev
Log:
SLING-7047 - Update Dropwizard Metrics bundles to 3.2 to eliminate sun.misc dependency.

Remove the explicit import statement

Modified:
    sling/trunk/bundles/commons/metrics/pom.xml

Modified: sling/trunk/bundles/commons/metrics/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/metrics/pom.xml?rev=1805618&r1=1805617&r2=1805618&view=diff
==============================================================================
--- sling/trunk/bundles/commons/metrics/pom.xml (original)
+++ sling/trunk/bundles/commons/metrics/pom.xml Mon Aug 21 10:15:38 2017
@@ -58,10 +58,6 @@
                         <Bundle-DocURL>
                             https://sling.apache.org/documentation/bundles/metrics.html
                         </Bundle-DocURL>
-                        <Import-Package>
-                            com.codahale.metrics*;version="[3.1, 4)",
-                            *
-                        </Import-Package>
                         <DynamicImport-Package>
                             javax.servlet,
                             javax.servlet.http;version="[2.3,3)",