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

simonetripodi pushed a commit to branch feature_diff
in repository 
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/feature_diff by this push:
     new 85dedb6  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is 
able to scan and detect differences between different versions of the same 
Feature model
85dedb6 is described below

commit 85dedb6dc1464bc07fcd0f92a50bc12d6134a47b
Author: Simo Tripodi <[email protected]>
AuthorDate: Tue Jun 25 17:16:21 2019 +0200

    SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan
    and detect differences between different versions of the same Feature
    model
    
    [feature-diff] bundle no longer depends by com.flipkart.zjsonpatch
    library
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90fe27c..76fd519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,22 +173,9 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.apiregions.model</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.diff</artifactId>
             <version>0.0.1-SNAPSHOT</version>
         </dependency>
-        <!--
-         | JSON patch
-        -->
-        <dependency>
-            <groupId>com.flipkart.zjsonpatch</groupId>
-            <artifactId>zjsonpatch</artifactId>
-            <version>0.4.8</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>

Reply via email to