This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics-rrd4j.git
commit cb8090144712ff82aba7e6a671bb9b271c622e5f Author: Robert Munteanu <[email protected]> AuthorDate: Thu Aug 24 08:50:25 2017 +0000 SLING-7077 - Reduce size of RRD4J metrics reporter Submitted-By: Marcel Reutegger git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1806010 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52d544c..e424a12 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ sun.nio.ch;resolution:=optional, * </Import-Package> - <Embed-Dependency>rrd4j</Embed-Dependency> + <Embed-Dependency>rrd4j;inline=com/**|org/rrd4j/ConsolFun*|org/rrd4j/DsType*|org/rrd4j/core/**|org/rrd4j/data/**</Embed-Dependency> </instructions> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
