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:32 UTC

[sling-org-apache-sling-feature-cpconverter] branch issues/SLING-10460 created (now a64ebb4)

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

pauls pushed a change to branch issues/SLING-10460
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git.


      at a64ebb4  SLING-10460: add org.osgi.resource and org.osgi.dto as dependencies

This branch includes the following new commits:

     new a64ebb4  SLING-10460: add org.osgi.resource and org.osgi.dto as dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by pa...@apache.org.
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