This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.models.impl-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
commit 9fb2350b80f3705040e8b53ad41dab72297c733e Author: Justin Edelson <[email protected]> AuthorDate: Tue Mar 4 11:57:55 2014 +0000 SLING-3340 - reverting change to restrict inclusion of beanutils. error prone. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/impl@1574050 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc65ea6..12899fe 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <configuration> <instructions> <Embed-Dependency> - commons-beanutils;inline="org/apache/commons/beanutils/PropertyUtils.class|org/apache/commons/beanutils/PropertyUtilsBean.class|org/apache/commons/beanutils/DynaProperty.class|org/apache/commons/beanutils/expression/*.class", + *;scope=compile, org.osgi.compendium;inline="org/osgi/util/tracker/*"</Embed-Dependency> </instructions> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
