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

cziegeler 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 07226c7  SLING-11718 : Migrate to Jakarta API, add missing compile 
dependency
07226c7 is described below

commit 07226c78bf72f1d503cab98eeb6fc7d442bd5a19
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Dec 19 15:04:55 2022 +0100

    SLING-11718 : Migrate to Jakarta API, add missing compile dependency
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 03da485..c6d477e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,6 +250,12 @@
     <!-- 
      | Sling-Initial-Content
      -->
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.jcr.contentparser</artifactId>
+      <version>1.2.6</version>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.jcr.contentloader</artifactId>

Reply via email to