You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/01 13:53:24 UTC

[sling-org-apache-sling-feature-extension-content] branch master updated: Move non-feature model dependencies back to compile.

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-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 34a0470  Move non-feature model dependencies back to compile.
34a0470 is described below

commit 34a04701f31ab2c1ef9d39a197931815634f55de
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Nov 1 13:52:24 2018 +0000

    Move non-feature model dependencies back to compile.
---
 pom.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index db7da0a..e503bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
             <groupId>org.apache.jackrabbit.vault</groupId>
             <artifactId>org.apache.jackrabbit.vault</artifactId>
             <version>3.2.4</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
            <dependency>
             <groupId>org.apache.sling</groupId>
@@ -106,61 +106,61 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-nop</artifactId>
             <version>1.7.25</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.johnzon</artifactId>
             <version>1.0.0</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
             <version>1.0.0</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.jcr-wrapper</artifactId>
             <version>2.0.0</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <artifactId>jackrabbit-spi-commons</artifactId>
             <version>2.17.3</version>
             <groupId>org.apache.jackrabbit</groupId>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <artifactId>commons-io</artifactId>
             <version>2.6</version>
             <groupId>commons-io</groupId>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <artifactId>jackrabbit-jcr-commons</artifactId>
             <version>2.17.3</version>
             <groupId>org.apache.jackrabbit</groupId>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <artifactId>jackrabbit-spi</artifactId>
             <version>2.17.3</version>
             <groupId>org.apache.jackrabbit</groupId>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
             <version>1.3.1</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
 </project>