This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 132d92c  SLING-10460: add org.osgi.resource and org.osgi.dto as 
dependencies (#87)
132d92c is described below

commit 132d92c3a8c8afd945cf5c781066bb0991ed2a32
Author: Karl Pauls <[email protected]>
AuthorDate: Mon Jun 7 13:42:30 2021 +0200

    SLING-10460: add org.osgi.resource and org.osgi.dto as dependencies (#87)
---
 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

Reply via email to