You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/03/15 08:54:20 UTC

svn commit: r1735029 - /sling/trunk/samples/slingshot/pom.xml

Author: cziegeler
Date: Tue Mar 15 07:54:20 2016
New Revision: 1735029

URL: http://svn.apache.org/viewvc?rev=1735029&view=rev
Log:
Rework sample app and update UI

Modified:
    sling/trunk/samples/slingshot/pom.xml

Modified: sling/trunk/samples/slingshot/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/pom.xml?rev=1735029&r1=1735028&r2=1735029&view=diff
==============================================================================
--- sling/trunk/samples/slingshot/pom.xml (original)
+++ sling/trunk/samples/slingshot/pom.xml Tue Mar 15 07:54:20 2016
@@ -37,6 +37,7 @@
     <properties>
       <!-- If you set this to true, the scripts are mounted through the file resource provider! -->
       <fileMount>false</fileMount>
+      <sling.java.version>7</sling.java.version>
     </properties>
     
     <build>
@@ -67,12 +68,9 @@
                 <configuration>
                     <excludes>
                         <exclude>src/main/resources/SLING-INF/content/**/*.json</exclude>
-                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/iconFont.css</exclude>
-                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/jquery-*</exclude>
-                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/metro-bootstrap.min.css</exclude>
+                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/css/*.css</exclude>
+                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/js/*.js</exclude>
                         <exclude>src/main/resources/SLING-INF/content/slingshot/resources/fonts/*.svg</exclude>
-                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/js/jquery*.js</exclude>
-                        <exclude>src/main/resources/SLING-INF/content/slingshot/resources/js/metro.min.js</exclude>
                         <exclude>src/test/resources/**.json</exclude>
                     </excludes>
                 </configuration>
@@ -152,7 +150,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.8.0</version>
+            <version>2.11.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -170,7 +168,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-api</artifactId>
-            <version>2.2.0</version>
+            <version>2.12.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>