This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit f8a10194fb6c2060fd8a57145860ebcd1482fcec Author: Oliver Lietz <[email protected]> AuthorDate: Fri Aug 30 21:36:49 2019 +0200 SLING-8146 Update options and versions to latest features Fix scr option in template --- src/main/resources/templates/SlingOptions.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/SlingOptions.hbs b/src/main/resources/templates/SlingOptions.hbs index 23d3c13..fb1d56f 100644 --- a/src/main/resources/templates/SlingOptions.hbs +++ b/src/main/resources/templates/SlingOptions.hbs @@ -107,6 +107,8 @@ public class SlingOptions { return composite( mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.metatype").version(versionResolver), mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.scr").version(versionResolver), + mavenBundle().groupId("org.osgi").artifactId("org.osgi.util.function").version(versionResolver), + mavenBundle().groupId("org.osgi").artifactId("org.osgi.util.promise").version(versionResolver), config() ); }
