You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:28:06 UTC

[sling-slingstart-maven-plugin] 03/05: Use provisioning model 1.7.0

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

rombert pushed a commit to annotated tag slingstart-maven-plugin-1.6.0
in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git

commit 4df72a8e45dbe0f9438dd7922dd118fba12255e2
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Nov 10 06:04:43 2016 +0000

    Use provisioning model 1.7.0
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1769042 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a16dd1..03048ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
        <dependency>
            <groupId>org.apache.sling</groupId>
            <artifactId>org.apache.sling.provisioning.model</artifactId>
-           <version>1.6.0</version>
+           <version>1.7.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.maven</groupId>
@@ -156,17 +156,6 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-osgi</artifactId>
-            <version>0.2.0</version>
-            <exclusions>
-                <exclusion>
-                    <artifactId>maven-project</artifactId>
-                    <groupId>org.apache.maven</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
             <version>2.4.0</version>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.