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-feature-converter-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8a0ae81 SLING-9987 : Converter throws a ClassCastException for
RepoInit without scripts or references field
8a0ae81 is described below
commit 8a0ae81ff7cefc239057911c65c84b7580f6212e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Dec 9 07:38:40 2020 +0100
SLING-9987 : Converter throws a ClassCastException for RepoInit without
scripts or references field
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index aedaa42..c1c9099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,6 +163,11 @@
<version>1.11.4</version>
</dependency>
<dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.converter</artifactId>
+ <version>1.0.14</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.cpconverter</artifactId>
<version>1.0.22</version>