You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/06/07 11:36:33 UTC

[sling-org-apache-sling-feature-cpconverter] 01/01: SLING-10460: add org.osgi.resource and org.osgi.dto as dependencies

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 <ka...@gmail.com>
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