This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git
The following commit(s) were added to refs/heads/master by this push:
new 2984579 Embed Felix Utils dependencies.
2984579 is described below
commit 29845793de9f88646f2b9efa92f639b342d4d917
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Oct 11 17:26:37 2018 +0100
Embed Felix Utils dependencies.
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e48b048..7ed7093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,10 @@
<instructions>
<Conditional-Package>
org.apache.felix.configurator.impl.json,
- org.apache.felix.configurator.impl.model
+ org.apache.felix.configurator.impl.model,
+ org.apache.felix.utils.collections,
+ org.apache.felix.utils.resource,
+ org.apache.felix.utils.version
</Conditional-Package>
</instructions>
<!-- Skip baselining for 0.x version -->