This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new e82f48a Update to latest feature model dependencies
e82f48a is described below
commit e82f48a492ee8e026268ed466571f9e188a6c949
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Jul 16 16:31:19 2020 +0100
Update to latest feature model dependencies
---
pom.xml | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3920b2a..83bcc1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,21 +54,15 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-json_1.0_spec</artifactId>
- <version>1.0-alpha-1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.1.4</version>
+ <version>1.2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>1.2.6</version>
+ <version>1.3.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -83,6 +77,18 @@
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-json_1.1_spec</artifactId>
+ <version>1.2</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.cm.json</artifactId>
+ <version>1.0.2</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Testing -->
<dependency>