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 3fda5d4b75e96ee68ac6d51c4d1f535b94bfb4ea Author: Justin Edelson <[email protected]> AuthorDate: Mon Mar 3 17:58:20 2014 +0000 SLING-3430 - only embedding necessary parts of beanutils git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/impl@1573638 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12899fe..bc65ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <configuration> <instructions> <Embed-Dependency> - *;scope=compile, + 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", 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]>.
