This is an automated email from the ASF dual-hosted git repository. pauls pushed a commit to branch issues/SLING-10460 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git
commit a64ebb4d42d65d800307fea91487f412de8d1ad1 Author: Karl Pauls <[email protected]> AuthorDate: Mon Jun 7 13:35:42 2021 +0200 SLING-10460: add org.osgi.resource and org.osgi.dto as dependencies --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index dff4666..3f00663 100644 --- a/pom.xml +++ b/pom.xml @@ -174,6 +174,18 @@ <version>1.9.0</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.dto</artifactId> + <version>1.1.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.resource</artifactId> + <version>1.0.0</version> + <scope>compile</scope> + </dependency> <!-- | Handle .config files
