SLING-5906 - Allow to filter resource by properties

* Update org.apache.jackrabbit.vault dependency in order to include JCRVLT-120
* Allow to configure a Package Property Filter, pass the configured filters to the vlt WorkspaceFilter

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1756657 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index dcc3c40..1f3c3f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit.vault</groupId>
             <artifactId>org.apache.jackrabbit.vault</artifactId>
-            <version>3.1.24</version>
+            <version>3.1.27-R1756573</version>
             <scope>provided</scope>
         </dependency>
         <!-- HTTP -->