[maven-release-plugin] prepare release jackrabbit-oak-1.22.14
diff --git a/oak-api/pom.xml b/oak-api/pom.xml
index 265c86b..ce494c0 100644
--- a/oak-api/pom.xml
+++ b/oak-api/pom.xml
@@ -1,98 +1,98 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>oak-api</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Oak API</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <java.util.logging.config.file>
-              src/test/resources/logging.properties
-            </java.util.logging.config.file>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/test.json</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- JCR and Jackrabbit dependencies -->
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+

+  <artifactId>oak-api</artifactId>

+  <packaging>bundle</packaging>

+

+  <name>Oak API</name>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+      </plugin>

+      <plugin>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <java.util.logging.config.file>

+              src/test/resources/logging.properties

+            </java.util.logging.config.file>

+          </systemPropertyVariables>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>**/test.json</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- JCR and Jackrabbit dependencies -->

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test Dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-auth-external/pom.xml b/oak-auth-external/pom.xml
index bd86b51..8fa0214 100644
--- a/oak-auth-external/pom.xml
+++ b/oak-auth-external/pom.xml
@@ -1,204 +1,204 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.jackrabbit</groupId>
-        <artifactId>oak-parent</artifactId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-
-    <artifactId>oak-auth-external</artifactId>
-    <name>Oak External Authentication Support</name>
-    <packaging>bundle</packaging>
-
-    <properties>
-        <!-- enable execution of jacoco and set minimal line coverage -->
-        <skip.coverage>false</skip.coverage>
-        <minimum.line.coverage>0.96</minimum.line.coverage>
-        <minimum.branch.coverage>0.99</minimum.branch.coverage>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                  <instructions>
-                    <Import-Package>
-                      <!-- OAK-7182 -->${guava.osgi.import},
-                      *
-                    </Import-Package>
-                  </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <configuration>
-                    <systemPropertyVariables>
-                        <java.util.logging.config.file>
-                            src/test/resources/logging.properties
-                        </java.util.logging.config.file>
-                    </systemPropertyVariables>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <!-- Optional OSGi dependencies, used only when running within OSGi -->
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.jaas</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.annotation</artifactId>
-            <scope>provided</scope>        
-        </dependency>
-
-        <!-- Jackrabbit dependencies -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>${jackrabbit.version}</version>
-        </dependency>
-
-        <!-- Dependencies to other Oak components -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-jackrabbit-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-query-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-security-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <!-- General utility libraries -->
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- Logging -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-        <!-- Nullability annotations -->
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-        </dependency>
-
-        <!-- Test Dependencies -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-jcr</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jul-to-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.jackrabbit</groupId>

+        <artifactId>oak-parent</artifactId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+

+    <artifactId>oak-auth-external</artifactId>

+    <name>Oak External Authentication Support</name>

+    <packaging>bundle</packaging>

+

+    <properties>

+        <!-- enable execution of jacoco and set minimal line coverage -->

+        <skip.coverage>false</skip.coverage>

+        <minimum.line.coverage>0.96</minimum.line.coverage>

+        <minimum.branch.coverage>0.99</minimum.branch.coverage>

+    </properties>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-bundle-plugin</artifactId>

+                <configuration>

+                  <instructions>

+                    <Import-Package>

+                      <!-- OAK-7182 -->${guava.osgi.import},

+                      *

+                    </Import-Package>

+                  </instructions>

+                </configuration>

+            </plugin>

+            <plugin>

+                <artifactId>maven-failsafe-plugin</artifactId>

+                <configuration>

+                    <systemPropertyVariables>

+                        <java.util.logging.config.file>

+                            src/test/resources/logging.properties

+                        </java.util.logging.config.file>

+                    </systemPropertyVariables>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+    <dependencies>

+        <!-- Optional OSGi dependencies, used only when running within OSGi -->

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.core</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.compendium</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.felix</groupId>

+            <artifactId>org.apache.felix.jaas</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.felix</groupId>

+            <artifactId>org.apache.felix.scr.annotations</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.annotation</artifactId>

+            <scope>provided</scope>        

+        </dependency>

+

+        <!-- Jackrabbit dependencies -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-jcr-commons</artifactId>

+            <version>${jackrabbit.version}</version>

+        </dependency>

+

+        <!-- Dependencies to other Oak components -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-jackrabbit-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-query-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-security-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+

+        <!-- General utility libraries -->

+        <dependency>

+            <groupId>com.google.guava</groupId>

+            <artifactId>guava</artifactId>

+            <scope>provided</scope>

+        </dependency>

+

+        <!-- Logging -->

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>slf4j-api</artifactId>

+        </dependency>

+

+        <!-- Nullability annotations -->

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+        </dependency>

+

+        <!-- Test Dependencies -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-jcr</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mockito</groupId>

+            <artifactId>mockito-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>jul-to-slf4j</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>ch.qos.logback</groupId>

+            <artifactId>logback-classic</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>commons-io</groupId>

+            <artifactId>commons-io</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+</project>

diff --git a/oak-auth-ldap/pom.xml b/oak-auth-ldap/pom.xml
index eea0ff8..0841937 100644
--- a/oak-auth-ldap/pom.xml
+++ b/oak-auth-ldap/pom.xml
@@ -1,236 +1,236 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.jackrabbit</groupId>
-        <artifactId>oak-parent</artifactId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-
-    <artifactId>oak-auth-ldap</artifactId>
-    <name>Oak LDAP Authentication Support</name>
-    <packaging>bundle</packaging>
-
-    <properties>
-        <apacheds.test.version>2.0.0-M24</apacheds.test.version>
-        <!-- enable execution of jacoco and set minimal line coverage -->
-        <skip.coverage>false</skip.coverage>
-        <minimum.line.coverage>0.81</minimum.line.coverage>
-        <minimum.branch.coverage>0.67</minimum.branch.coverage>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Import-Package>
-                            !org.dom4j.*,
-                            !org.xmlpull.v1,
-                            !sun.net.util,
-                            !net.sf.cglib.proxy,
-                            !antlr,
-                            !antlr.collections.impl,
-                            !org.apache.mina.*,
-                            *
-                        </Import-Package>
-                        <Embed-Dependency>
-                            api-all,commons-pool2,mina-core,org.apache.servicemix.bundles.antlr
-                        </Embed-Dependency>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/users.csv</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <!-- embedded apache directory client and dependencies-->
-        <dependency>
-            <groupId>org.apache.directory.api</groupId>
-            <artifactId>api-all</artifactId>
-            <version>2.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-pool2</artifactId>
-            <version>2.8.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-collections4</artifactId>
-            <version>4.4</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.mina</groupId>
-            <artifactId>mina-core</artifactId>
-            <version>2.1.3</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
-            <version>2.7.7_5</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.9</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- JCR and Jackrabbit dependencies -->
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-        </dependency>
-
-        <!-- Dependencies to other Oak components -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.jackrabbit</groupId>
-          <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-security-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-auth-external</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <!-- Logging -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-        <!-- Nullability annotations -->
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-        </dependency>
-
-        <!-- Test Dependencies -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.hamcrest</groupId>
-                    <artifactId>hamcrest-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jul-to-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-auth-external</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- test dependencies for apache DS server. -->
-        <dependency>
-            <groupId>org.apache.directory.server</groupId>
-            <artifactId>apacheds-all</artifactId>
-            <version>${apacheds.test.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.jackrabbit</groupId>

+        <artifactId>oak-parent</artifactId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+

+    <artifactId>oak-auth-ldap</artifactId>

+    <name>Oak LDAP Authentication Support</name>

+    <packaging>bundle</packaging>

+

+    <properties>

+        <apacheds.test.version>2.0.0-M24</apacheds.test.version>

+        <!-- enable execution of jacoco and set minimal line coverage -->

+        <skip.coverage>false</skip.coverage>

+        <minimum.line.coverage>0.81</minimum.line.coverage>

+        <minimum.branch.coverage>0.67</minimum.branch.coverage>

+    </properties>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-bundle-plugin</artifactId>

+                <extensions>true</extensions>

+                <configuration>

+                    <instructions>

+                        <Import-Package>

+                            !org.dom4j.*,

+                            !org.xmlpull.v1,

+                            !sun.net.util,

+                            !net.sf.cglib.proxy,

+                            !antlr,

+                            !antlr.collections.impl,

+                            !org.apache.mina.*,

+                            *

+                        </Import-Package>

+                        <Embed-Dependency>

+                            api-all,commons-pool2,mina-core,org.apache.servicemix.bundles.antlr

+                        </Embed-Dependency>

+                    </instructions>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.rat</groupId>

+                <artifactId>apache-rat-plugin</artifactId>

+                <configuration>

+                    <excludes>

+                        <exclude>**/users.csv</exclude>

+                    </excludes>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+    <dependencies>

+        <!-- embedded apache directory client and dependencies-->

+        <dependency>

+            <groupId>org.apache.directory.api</groupId>

+            <artifactId>api-all</artifactId>

+            <version>2.0.1</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.commons</groupId>

+            <artifactId>commons-pool2</artifactId>

+            <version>2.8.0</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.commons</groupId>

+            <artifactId>commons-collections4</artifactId>

+            <version>4.4</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.mina</groupId>

+            <artifactId>mina-core</artifactId>

+            <version>2.1.3</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.servicemix.bundles</groupId>

+            <artifactId>org.apache.servicemix.bundles.antlr</artifactId>

+            <version>2.7.7_5</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.commons</groupId>

+            <artifactId>commons-lang3</artifactId>

+            <version>3.9</version>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.felix</groupId>

+            <artifactId>org.apache.felix.scr.annotations</artifactId>

+            <scope>provided</scope>

+        </dependency>

+

+        <!-- JCR and Jackrabbit dependencies -->

+        <dependency>

+            <groupId>javax.jcr</groupId>

+            <artifactId>jcr</artifactId>

+            <version>2.0</version>

+        </dependency>

+

+        <!-- Dependencies to other Oak components -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+          <groupId>org.apache.jackrabbit</groupId>

+          <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-security-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-auth-external</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+

+        <!-- Logging -->

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>slf4j-api</artifactId>

+        </dependency>

+

+        <!-- Nullability annotations -->

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+        </dependency>

+

+        <!-- Test Dependencies -->

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+            <exclusions>

+                <exclusion>

+                    <groupId>org.hamcrest</groupId>

+                    <artifactId>hamcrest-core</artifactId>

+                </exclusion>

+            </exclusions>

+        </dependency>

+        <dependency>

+            <groupId>org.hamcrest</groupId>

+            <artifactId>hamcrest-library</artifactId>

+            <version>1.3</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.easymock</groupId>

+            <artifactId>easymock</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>jul-to-slf4j</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>ch.qos.logback</groupId>

+            <artifactId>logback-classic</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>com.google.guava</groupId>

+            <artifactId>guava</artifactId>

+            <scope>test</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-auth-external</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mockito</groupId>

+            <artifactId>mockito-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+

+        <!-- test dependencies for apache DS server. -->

+        <dependency>

+            <groupId>org.apache.directory.server</groupId>

+            <artifactId>apacheds-all</artifactId>

+            <version>${apacheds.test.version}</version>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+</project>

diff --git a/oak-authorization-cug/pom.xml b/oak-authorization-cug/pom.xml
index f7297f7..cf73160 100644
--- a/oak-authorization-cug/pom.xml
+++ b/oak-authorization-cug/pom.xml
@@ -1,187 +1,187 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <properties>
-    <!-- enable execution of jacoco and set minimal line coverage -->
-    <skip.coverage>false</skip.coverage>
-    <minimum.line.coverage>0.99</minimum.line.coverage>
-    <minimum.branch.coverage>1.0</minimum.branch.coverage>
-  </properties>
-
-  <artifactId>oak-authorization-cug</artifactId>
-  <name>Oak CUG Authorization</name>
-  <packaging>bundle</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak.spi.security.authorization.cug
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <!-- Dependencies to other Oak components -->
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jackrabbit-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-query-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-security-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <!-- General utility libraries -->
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- JCR and Jackrabbit dependencies -->
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-composite</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+

+  <properties>

+    <!-- enable execution of jacoco and set minimal line coverage -->

+    <skip.coverage>false</skip.coverage>

+    <minimum.line.coverage>0.99</minimum.line.coverage>

+    <minimum.branch.coverage>1.0</minimum.branch.coverage>

+  </properties>

+

+  <artifactId>oak-authorization-cug</artifactId>

+  <name>Oak CUG Authorization</name>

+  <packaging>bundle</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak.spi.security.authorization.cug

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <!-- Dependencies to other Oak components -->

+  <dependencies>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jackrabbit-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-query-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-security-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <!-- General utility libraries -->

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- JCR and Jackrabbit dependencies -->

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+

+    <!-- Logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.scr.annotations</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-composite</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.sling</groupId>

+      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+</project>

diff --git a/oak-authorization-principalbased/pom.xml b/oak-authorization-principalbased/pom.xml
index 9e41afc..d0211b3 100644
--- a/oak-authorization-principalbased/pom.xml
+++ b/oak-authorization-principalbased/pom.xml
@@ -1,188 +1,188 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <groupId>org.apache.jackrabbit</groupId>
-        <artifactId>oak-parent</artifactId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <properties>
-        <!-- enable execution of jacoco and set minimal line coverage -->
-        <skip.coverage>false</skip.coverage>
-        <minimum.coverage>0.99</minimum.coverage>
-        <minimum.branch.coverage>1.0</minimum.branch.coverage>
-    </properties>
-
-    <artifactId>oak-authorization-principalbased</artifactId>
-    <name>Oak Principal-Based Authorization</name>
-    <packaging>bundle</packaging>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Import-Package>
-                            <!-- OAK-7182 -->${guava.osgi.import},
-                            *
-                        </Import-Package>
-                        <Export-Package>
-                            org.apache.jackrabbit.oak.spi.security.authorization.principalbased
-                        </Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <!-- Optional OSGi dependencies, used only when running within OSGi -->
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.annotation</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.service.component.annotations</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.service.metatype.annotations</artifactId>
-        </dependency>
-
-        <!-- Dependencies to other Oak components -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-jackrabbit-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-query-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-security-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <!-- JCR and Jackrabbit dependencies -->
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>${jackrabbit.version}</version>
-        </dependency>
-
-        <!-- General utility libraries -->
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- Logging -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-        <!-- Nullability annotations -->
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-        </dependency>
-
-        <!-- Test dependencies -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-composite</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-jcr</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+    <parent>

+        <groupId>org.apache.jackrabbit</groupId>

+        <artifactId>oak-parent</artifactId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+    <modelVersion>4.0.0</modelVersion>

+

+    <properties>

+        <!-- enable execution of jacoco and set minimal line coverage -->

+        <skip.coverage>false</skip.coverage>

+        <minimum.coverage>0.99</minimum.coverage>

+        <minimum.branch.coverage>1.0</minimum.branch.coverage>

+    </properties>

+

+    <artifactId>oak-authorization-principalbased</artifactId>

+    <name>Oak Principal-Based Authorization</name>

+    <packaging>bundle</packaging>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-bundle-plugin</artifactId>

+                <configuration>

+                    <instructions>

+                        <Import-Package>

+                            <!-- OAK-7182 -->${guava.osgi.import},

+                            *

+                        </Import-Package>

+                        <Export-Package>

+                            org.apache.jackrabbit.oak.spi.security.authorization.principalbased

+                        </Export-Package>

+                    </instructions>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.rat</groupId>

+                <artifactId>apache-rat-plugin</artifactId>

+            </plugin>

+        </plugins>

+    </build>

+

+    <dependencies>

+        <!-- Optional OSGi dependencies, used only when running within OSGi -->

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.core</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.compendium</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.annotation</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.service.component.annotations</artifactId>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.service.metatype.annotations</artifactId>

+        </dependency>

+

+        <!-- Dependencies to other Oak components -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-jackrabbit-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-query-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-security-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+

+        <!-- JCR and Jackrabbit dependencies -->

+        <dependency>

+            <groupId>javax.jcr</groupId>

+            <artifactId>jcr</artifactId>

+            <version>2.0</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-jcr-commons</artifactId>

+            <version>${jackrabbit.version}</version>

+        </dependency>

+

+        <!-- General utility libraries -->

+        <dependency>

+            <groupId>com.google.guava</groupId>

+            <artifactId>guava</artifactId>

+            <scope>provided</scope>

+        </dependency>

+

+        <!-- Logging -->

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>slf4j-api</artifactId>

+        </dependency>

+

+        <!-- Nullability annotations -->

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+        </dependency>

+

+        <!-- Test dependencies -->

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-composite</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mockito</groupId>

+            <artifactId>mockito-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-jcr</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+

+</project>

diff --git a/oak-benchmarks/pom.xml b/oak-benchmarks/pom.xml
index ca69065..7b3ee3e 100644
--- a/oak-benchmarks/pom.xml
+++ b/oak-benchmarks/pom.xml
@@ -1,233 +1,233 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.jackrabbit</groupId>
-        <artifactId>oak-parent</artifactId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-
-    <artifactId>oak-benchmarks</artifactId>
-    <name>Oak Benchmarks Runner</name>
-
-    <properties>
-        <skip.deployment>true</skip.deployment>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <createDependencyReducedPom>false</createDependencyReducedPom>
-                            <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                                    <manifestEntries>
-                                        <Main-Class>org.apache.jackrabbit.oak.run.Main</Main-Class>
-                                    </manifestEntries>
-                                </transformer>
-                            </transformers>
-                            <filters>
-                                <filter>
-                                    <artifact>*:*</artifact>
-                                    <excludes>
-                                        <exclude>META-INF/*.SF</exclude>
-                                        <exclude>META-INF/*.DSA</exclude>
-                                        <exclude>META-INF/*.RSA</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/deepTree.xml</exclude>
-                        <exclude>**/deepTree_everyone.xml</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-query-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-security-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-run-commons</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-auth-external</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-lucene</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-solr-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-authorization-cug</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-authorization-principalbased</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-cloud</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-cloud-azure</artifactId>
-            <version>${project.version}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.solr</groupId>
-            <artifactId>solr-solrj</artifactId>
-            <version>${solr.version}</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-math</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-           <groupId>commons-lang</groupId>
-           <artifactId>commons-lang</artifactId>
-           <version>2.6</version>        
-        </dependency>
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-compress</artifactId>
-            <version>1.20</version>
-        </dependency>
-        <dependency>
-            <groupId>org.mongodb</groupId>
-            <artifactId>mongo-java-driver</artifactId>
-        </dependency>
-         <dependency>
-            <groupId>com.h2database</groupId>
-            <artifactId>h2-mvstore</artifactId>
-            <version>${h2.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>net.sf.jopt-simple</groupId>
-            <artifactId>jopt-simple</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-        </dependency>
-    </dependencies>
-
-    <profiles>
-    </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.jackrabbit</groupId>

+        <artifactId>oak-parent</artifactId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+

+    <artifactId>oak-benchmarks</artifactId>

+    <name>Oak Benchmarks Runner</name>

+

+    <properties>

+        <skip.deployment>true</skip.deployment>

+    </properties>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-shade-plugin</artifactId>

+                <executions>

+                    <execution>

+                        <phase>package</phase>

+                        <goals>

+                            <goal>shade</goal>

+                        </goals>

+                        <configuration>

+                            <createDependencyReducedPom>false</createDependencyReducedPom>

+                            <transformers>

+                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">

+                                    <manifestEntries>

+                                        <Main-Class>org.apache.jackrabbit.oak.run.Main</Main-Class>

+                                    </manifestEntries>

+                                </transformer>

+                            </transformers>

+                            <filters>

+                                <filter>

+                                    <artifact>*:*</artifact>

+                                    <excludes>

+                                        <exclude>META-INF/*.SF</exclude>

+                                        <exclude>META-INF/*.DSA</exclude>

+                                        <exclude>META-INF/*.RSA</exclude>

+                                    </excludes>

+                                </filter>

+                            </filters>

+                        </configuration>

+                    </execution>

+                </executions>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.rat</groupId>

+                <artifactId>apache-rat-plugin</artifactId>

+                <configuration>

+                    <excludes>

+                        <exclude>**/deepTree.xml</exclude>

+                        <exclude>**/deepTree_everyone.xml</exclude>

+                    </excludes>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-query-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-security-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-run-commons</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-auth-external</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-lucene</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-solr-core</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-authorization-cug</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-authorization-principalbased</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>javax.jcr</groupId>

+            <artifactId>jcr</artifactId>

+            <version>2.0</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-cloud</artifactId>

+            <version>${project.version}</version>

+            <optional>true</optional>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-cloud-azure</artifactId>

+            <version>${project.version}</version>

+            <optional>true</optional>

+        </dependency>

+

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.solr</groupId>

+            <artifactId>solr-solrj</artifactId>

+            <version>${solr.version}</version>

+            <scope>provided</scope>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.commons</groupId>

+            <artifactId>commons-math</artifactId>

+            <version>2.0</version>

+        </dependency>

+        <dependency>

+           <groupId>commons-lang</groupId>

+           <artifactId>commons-lang</artifactId>

+           <version>2.6</version>        

+        </dependency>

+        <dependency>

+            <groupId>io.dropwizard.metrics</groupId>

+            <artifactId>metrics-core</artifactId>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>compile</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.commons</groupId>

+            <artifactId>commons-compress</artifactId>

+            <version>1.20</version>

+        </dependency>

+        <dependency>

+            <groupId>org.mongodb</groupId>

+            <artifactId>mongo-java-driver</artifactId>

+        </dependency>

+         <dependency>

+            <groupId>com.h2database</groupId>

+            <artifactId>h2-mvstore</artifactId>

+            <version>${h2.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>net.sf.jopt-simple</groupId>

+            <artifactId>jopt-simple</artifactId>

+        </dependency>

+        <dependency>

+            <groupId>ch.qos.logback</groupId>

+            <artifactId>logback-classic</artifactId>

+        </dependency>

+    </dependencies>

+

+    <profiles>

+    </profiles>

+</project>

diff --git a/oak-blob-cloud-azure/pom.xml b/oak-blob-cloud-azure/pom.xml
index 2922c2f..fc6b85a 100644
--- a/oak-blob-cloud-azure/pom.xml
+++ b/oak-blob-cloud-azure/pom.xml
@@ -1,185 +1,185 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>oak-parent</artifactId>
-        <groupId>org.apache.jackrabbit</groupId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>oak-blob-cloud-azure</artifactId>
-    <name>Oak Azure Cloud Blob Store</name>
-    <packaging>bundle</packaging>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Import-Package>
-                          *
-                        </Import-Package>
-                        <Export-Package>
-                            org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage
-                        </Export-Package>
-                        <DynamicImport-Package>sun.io</DynamicImport-Package>
-                        <Embed-Dependency>
-                            azure-storage,
-                            azure-keyvault-core
-                        </Embed-Dependency>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <!-- ====================================================================== -->
-    <!-- D E P E N D E N C I E S -->
-    <!-- ====================================================================== -->
-    <dependencies>
-        <!-- Optional OSGi dependencies, used only when running within OSGi -->
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- Nullability annotations -->
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-        </dependency>
-
-        <!-- JCR and Jackrabbit dependencies -->
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>${jackrabbit.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-data</artifactId>
-            <version>${jackrabbit.version}</version>
-        </dependency>
-
-        <!-- General utility libraries -->
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- Dependencies to other Oak components -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-plugins</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <!-- Azure Blob Storage dependency -->
-        <dependency>
-            <groupId>com.microsoft.azure</groupId>
-            <artifactId>azure-storage</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.microsoft.azure</groupId>
-            <artifactId>azure-keyvault-core</artifactId>
-        </dependency>
-
-        <!-- Test dependencies -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-data</artifactId>
-            <version>${jackrabbit.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-plugins</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jul-to-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+    <parent>

+        <artifactId>oak-parent</artifactId>

+        <groupId>org.apache.jackrabbit</groupId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+    <modelVersion>4.0.0</modelVersion>

+

+    <artifactId>oak-blob-cloud-azure</artifactId>

+    <name>Oak Azure Cloud Blob Store</name>

+    <packaging>bundle</packaging>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-bundle-plugin</artifactId>

+                <configuration>

+                    <instructions>

+                        <Import-Package>

+                          *

+                        </Import-Package>

+                        <Export-Package>

+                            org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage

+                        </Export-Package>

+                        <DynamicImport-Package>sun.io</DynamicImport-Package>

+                        <Embed-Dependency>

+                            azure-storage,

+                            azure-keyvault-core

+                        </Embed-Dependency>

+                    </instructions>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+    <!-- ====================================================================== -->

+    <!-- D E P E N D E N C I E S -->

+    <!-- ====================================================================== -->

+    <dependencies>

+        <!-- Optional OSGi dependencies, used only when running within OSGi -->

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.core</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.compendium</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.felix</groupId>

+            <artifactId>org.apache.felix.scr.annotations</artifactId>

+            <scope>provided</scope>

+        </dependency>

+

+        <!-- Nullability annotations -->

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+        </dependency>

+

+        <!-- JCR and Jackrabbit dependencies -->

+        <dependency>

+            <groupId>javax.jcr</groupId>

+            <artifactId>jcr</artifactId>

+            <version>2.0</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-jcr-commons</artifactId>

+            <version>${jackrabbit.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-data</artifactId>

+            <version>${jackrabbit.version}</version>

+        </dependency>

+

+        <!-- General utility libraries -->

+        <dependency>

+            <groupId>com.google.guava</groupId>

+            <artifactId>guava</artifactId>

+            <scope>provided</scope>

+        </dependency>

+

+        <!-- Dependencies to other Oak components -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-plugins</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+

+        <!-- Azure Blob Storage dependency -->

+        <dependency>

+            <groupId>com.microsoft.azure</groupId>

+            <artifactId>azure-storage</artifactId>

+        </dependency>

+        <dependency>

+            <groupId>com.microsoft.azure</groupId>

+            <artifactId>azure-keyvault-core</artifactId>

+        </dependency>

+

+        <!-- Test dependencies -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-data</artifactId>

+            <version>${jackrabbit.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-plugins</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>jul-to-slf4j</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>ch.qos.logback</groupId>

+            <artifactId>logback-classic</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mockito</groupId>

+            <artifactId>mockito-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+

+</project>

diff --git a/oak-blob-cloud/pom.xml b/oak-blob-cloud/pom.xml
index e51a215..ea57432 100644
--- a/oak-blob-cloud/pom.xml
+++ b/oak-blob-cloud/pom.xml
@@ -1,239 +1,239 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>oak-parent</artifactId>
-        <groupId>org.apache.jackrabbit</groupId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>oak-blob-cloud</artifactId>
-    <name>Oak Cloud Blob Store</name>
-    <packaging>bundle</packaging>
-
-    <properties>
-        <netty.version>4.1.52.Final</netty.version>
-        <aws.version>1.11.700</aws.version>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Import-Package>
-                          <!-- OAK-7182 -->${guava.osgi.import},
-                          *
-                        </Import-Package>
-                        <Export-Package>org.apache.jackrabbit.oak.blob.cloud.aws.s3,org.apache.jackrabbit.oak.blob.cloud.s3.stats</Export-Package>
-                        <DynamicImport-Package>sun.io</DynamicImport-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <!-- ====================================================================== -->
-    <!-- D E P E N D E N C I E S -->
-    <!-- ====================================================================== -->
-    <dependencies>
-        <!-- Optional OSGi dependencies, used only when running within OSGi -->
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- Nullability annotations -->
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-        </dependency>
-
-        <!-- JCR and Jackrabbit dependencies -->
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>${jackrabbit.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-data</artifactId>
-            <version>${jackrabbit.version}</version>
-        </dependency>
-
-        <!-- Dependencies to other Oak components -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-plugins</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-spi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <!-- Amazon AWS dependency -->
-        <dependency>
-            <groupId>com.amazonaws</groupId>
-            <artifactId>aws-java-sdk-s3</artifactId>
-            <version>${aws.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-annotations</artifactId>
-        </dependency>
-        <!-- Netty -->
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-buffer</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-codec</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-codec-http</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-common</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-handler</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-resolver</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-        <!-- Test dependencies -->
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-data</artifactId>
-            <version>${jackrabbit.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-plugins</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jul-to-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+    <parent>

+        <artifactId>oak-parent</artifactId>

+        <groupId>org.apache.jackrabbit</groupId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+    <modelVersion>4.0.0</modelVersion>

+

+    <artifactId>oak-blob-cloud</artifactId>

+    <name>Oak Cloud Blob Store</name>

+    <packaging>bundle</packaging>

+

+    <properties>

+        <netty.version>4.1.52.Final</netty.version>

+        <aws.version>1.11.700</aws.version>

+    </properties>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>maven-bundle-plugin</artifactId>

+                <configuration>

+                    <instructions>

+                        <Import-Package>

+                          <!-- OAK-7182 -->${guava.osgi.import},

+                          *

+                        </Import-Package>

+                        <Export-Package>org.apache.jackrabbit.oak.blob.cloud.aws.s3,org.apache.jackrabbit.oak.blob.cloud.s3.stats</Export-Package>

+                        <DynamicImport-Package>sun.io</DynamicImport-Package>

+                    </instructions>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+

+    <!-- ====================================================================== -->

+    <!-- D E P E N D E N C I E S -->

+    <!-- ====================================================================== -->

+    <dependencies>

+        <!-- Optional OSGi dependencies, used only when running within OSGi -->

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.core</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.osgi</groupId>

+            <artifactId>org.osgi.compendium</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.felix</groupId>

+            <artifactId>org.apache.felix.scr.annotations</artifactId>

+            <scope>provided</scope>

+        </dependency>

+

+        <!-- Nullability annotations -->

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+        </dependency>

+

+        <!-- JCR and Jackrabbit dependencies -->

+        <dependency>

+            <groupId>javax.jcr</groupId>

+            <artifactId>jcr</artifactId>

+            <version>2.0</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-jcr-commons</artifactId>

+            <version>${jackrabbit.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-data</artifactId>

+            <version>${jackrabbit.version}</version>

+        </dependency>

+

+        <!-- Dependencies to other Oak components -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-api</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-plugins</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-spi</artifactId>

+            <version>${project.version}</version>

+        </dependency>

+        <!-- Amazon AWS dependency -->

+        <dependency>

+            <groupId>com.amazonaws</groupId>

+            <artifactId>aws-java-sdk-s3</artifactId>

+            <version>${aws.version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>com.fasterxml.jackson.core</groupId>

+            <artifactId>jackson-annotations</artifactId>

+        </dependency>

+        <!-- Netty -->

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-buffer</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-codec</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-codec-http</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-common</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-handler</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-resolver</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+        <dependency>

+            <groupId>io.netty</groupId>

+            <artifactId>netty-transport</artifactId>

+            <version>${netty.version}</version>

+        </dependency>

+

+        <dependency>

+            <groupId>com.google.guava</groupId>

+            <artifactId>guava</artifactId>

+            <scope>provided</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>slf4j-api</artifactId>

+        </dependency>

+

+        <!-- Test dependencies -->

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>jackrabbit-data</artifactId>

+            <version>${jackrabbit.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-plugins</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.slf4j</groupId>

+            <artifactId>jul-to-slf4j</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>ch.qos.logback</groupId>

+            <artifactId>logback-classic</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mockito</groupId>

+            <artifactId>mockito-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+

+</project>

diff --git a/oak-blob-plugins/pom.xml b/oak-blob-plugins/pom.xml
index de600d4..f047c8f 100644
--- a/oak-blob-plugins/pom.xml
+++ b/oak-blob-plugins/pom.xml
@@ -1,209 +1,209 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>oak-blob-plugins</artifactId>
-  <name>Oak Blob Plugins</name>
-  <packaging>bundle</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak.plugins.blob,
-              org.apache.jackrabbit.oak.plugins.blob.datastore,
-              org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- JCR and Jackrabbit dependencies -->
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-data</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-
-    <!-- Dependencies to other Oak components -->
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jackrabbit-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-
-    <!--  Optional dependency for jclouds s3 to enable s3 cloud store -->
-    <dependency>
-      <groupId>org.apache.jclouds.provider</groupId>
-      <artifactId>aws-s3</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <!-- General utility libraries -->
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-data</artifactId>
-      <version>${jackrabbit.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+

+  <artifactId>oak-blob-plugins</artifactId>

+  <name>Oak Blob Plugins</name>

+  <packaging>bundle</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak.plugins.blob,

+              org.apache.jackrabbit.oak.plugins.blob.datastore,

+              org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.scr.annotations</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- JCR and Jackrabbit dependencies -->

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-data</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+

+    <!-- Dependencies to other Oak components -->

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jackrabbit-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+

+    <!--  Optional dependency for jclouds s3 to enable s3 cloud store -->

+    <dependency>

+      <groupId>org.apache.jclouds.provider</groupId>

+      <artifactId>aws-s3</artifactId>

+      <optional>true</optional>

+    </dependency>

+

+    <!-- General utility libraries -->

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>commons-codec</groupId>

+      <artifactId>commons-codec</artifactId>

+    </dependency>

+

+    <!-- Logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test Dependencies -->

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-data</artifactId>

+      <version>${jackrabbit.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>org.hamcrest</groupId>

+      <artifactId>hamcrest-core</artifactId>

+      <version>1.3</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.sling</groupId>

+      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+    </dependency>

+  </dependencies>

+

+</project>

diff --git a/oak-blob/pom.xml b/oak-blob/pom.xml
index c0e9718..d003b95 100644
--- a/oak-blob/pom.xml
+++ b/oak-blob/pom.xml
@@ -1,155 +1,155 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <parent>
-    <artifactId>oak-parent</artifactId>
-    <groupId>org.apache.jackrabbit</groupId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>oak-blob</artifactId>
-  <name>Oak Blob Store</name>
-  <packaging>bundle</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak.spi.blob,
-              org.apache.jackrabbit.oak.spi.blob.stats,
-              org.apache.jackrabbit.oak.spi.blob.split
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-data</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <!-- Dependencies to other Oak components -->
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-
-    <!-- General utility libraries -->
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-    </dependency>
-
-    <!--  Optional dependency for jclouds s3 to enable s3 cloud store -->
-    <dependency>
-      <groupId>org.apache.jclouds.provider</groupId>
-      <artifactId>aws-s3</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jul-to-slf4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <parent>

+    <artifactId>oak-parent</artifactId>

+    <groupId>org.apache.jackrabbit</groupId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+

+  <artifactId>oak-blob</artifactId>

+  <name>Oak Blob Store</name>

+  <packaging>bundle</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak.spi.blob,

+              org.apache.jackrabbit.oak.spi.blob.stats,

+              org.apache.jackrabbit.oak.spi.blob.split

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.scr.annotations</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-data</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <!-- Dependencies to other Oak components -->

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+

+    <!-- General utility libraries -->

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>commons-codec</groupId>

+      <artifactId>commons-codec</artifactId>

+    </dependency>

+

+    <!--  Optional dependency for jclouds s3 to enable s3 cloud store -->

+    <dependency>

+      <groupId>org.apache.jclouds.provider</groupId>

+      <artifactId>aws-s3</artifactId>

+      <optional>true</optional>

+    </dependency>

+

+    <!-- Logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test Dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>jul-to-slf4j</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+</project>

+

diff --git a/oak-commons/pom.xml b/oak-commons/pom.xml
index 2106d2d..d469dfc 100644
--- a/oak-commons/pom.xml
+++ b/oak-commons/pom.xml
@@ -1,138 +1,138 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-commons</artifactId>
-  <name>Oak Commons</name>
-  <packaging>bundle</packaging>
-
-  <properties>
-    <!-- enable execution of jacoco and set minimal line coverage -->
-    <skip.coverage>false</skip.coverage>
-    <minimum.line.coverage>0.71</minimum.line.coverage>
-    <minimum.branch.coverage>0.67</minimum.branch.coverage>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak.commons,
-              org.apache.jackrabbit.oak.commons.cache,
-              org.apache.jackrabbit.oak.commons.concurrent,
-              org.apache.jackrabbit.oak.commons.io,
-              org.apache.jackrabbit.oak.commons.json,
-              org.apache.jackrabbit.oak.commons.sort,
-              org.apache.jackrabbit.oak.commons.properties
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/test-file-1.csv</exclude>
-            <exclude>**/test-file-1.txt</exclude>
-            <exclude>**/test-file-2.txt</exclude>
-            <exclude>**/test-file-2.csv</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-
-    <!-- Test dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-math3</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+ Licensed to the Apache Software Foundation (ASF) under one or more

+ contributor license agreements.  See the NOTICE file distributed with

+ this work for additional information regarding copyright ownership.

+ The ASF licenses this file to You under the Apache License, Version 2.0

+ (the "License"); you may not use this file except in compliance with

+ the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+ Unless required by applicable law or agreed to in writing, software

+ distributed under the License is distributed on an "AS IS" BASIS,

+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+ See the License for the specific language governing permissions and

+ limitations under the License.

+-->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-commons</artifactId>

+  <name>Oak Commons</name>

+  <packaging>bundle</packaging>

+

+  <properties>

+    <!-- enable execution of jacoco and set minimal line coverage -->

+    <skip.coverage>false</skip.coverage>

+    <minimum.line.coverage>0.71</minimum.line.coverage>

+    <minimum.branch.coverage>0.67</minimum.branch.coverage>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak.commons,

+              org.apache.jackrabbit.oak.commons.cache,

+              org.apache.jackrabbit.oak.commons.concurrent,

+              org.apache.jackrabbit.oak.commons.io,

+              org.apache.jackrabbit.oak.commons.json,

+              org.apache.jackrabbit.oak.commons.sort,

+              org.apache.jackrabbit.oak.commons.properties

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>**/test-file-1.csv</exclude>

+            <exclude>**/test-file-1.txt</exclude>

+            <exclude>**/test-file-2.txt</exclude>

+            <exclude>**/test-file-2.csv</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+

+    <!-- Test dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-math3</artifactId>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-lang3</artifactId>

+      <optional>true</optional>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-core-spi/pom.xml b/oak-core-spi/pom.xml
index f69fd1c..9b9721d 100644
--- a/oak-core-spi/pom.xml
+++ b/oak-core-spi/pom.xml
@@ -1,180 +1,180 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>oak-core-spi</artifactId>
-  <name>Oak Core SPI</name>
-  <packaging>bundle</packaging>
-
-  <properties>
-    <!-- enable execution of jacoco and set minimal line coverage -->
-    <skip.coverage>false</skip.coverage>
-    <minimum.line.coverage>0.46</minimum.line.coverage>
-    <minimum.branch.coverage>0.41</minimum.branch.coverage>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak.cache,
-              org.apache.jackrabbit.oak.commons.jmx,
-              org.apache.jackrabbit.oak.namepath,
-              org.apache.jackrabbit.oak.osgi,
-              org.apache.jackrabbit.oak.spi.descriptors,
-              org.apache.jackrabbit.oak.spi.gc,
-              org.apache.jackrabbit.oak.spi.lock,
-              org.apache.jackrabbit.oak.spi.mount,
-              org.apache.jackrabbit.oak.spi.namespace,
-              org.apache.jackrabbit.oak.spi.nodetype,
-              org.apache.jackrabbit.oak.spi.observation,
-              org.apache.jackrabbit.oak.spi.version,
-              org.apache.jackrabbit.oak.spi.whiteboard,
-              org.apache.jackrabbit.oak.stats
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/test-file-1.csv</exclude>
-            <exclude>**/test-file-1.txt</exclude>
-            <exclude>**/test-file-2.txt</exclude>
-            <exclude>**/test-file-2.csv</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- JCR and Jackrabbit dependencies -->
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-
-    <!-- Other Oak module -->
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jackrabbit-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-
-    <!-- General utility libraries -->
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
-      <version>1.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+

+  <artifactId>oak-core-spi</artifactId>

+  <name>Oak Core SPI</name>

+  <packaging>bundle</packaging>

+

+  <properties>

+    <!-- enable execution of jacoco and set minimal line coverage -->

+    <skip.coverage>false</skip.coverage>

+    <minimum.line.coverage>0.46</minimum.line.coverage>

+    <minimum.branch.coverage>0.41</minimum.branch.coverage>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak.cache,

+              org.apache.jackrabbit.oak.commons.jmx,

+              org.apache.jackrabbit.oak.namepath,

+              org.apache.jackrabbit.oak.osgi,

+              org.apache.jackrabbit.oak.spi.descriptors,

+              org.apache.jackrabbit.oak.spi.gc,

+              org.apache.jackrabbit.oak.spi.lock,

+              org.apache.jackrabbit.oak.spi.mount,

+              org.apache.jackrabbit.oak.spi.namespace,

+              org.apache.jackrabbit.oak.spi.nodetype,

+              org.apache.jackrabbit.oak.spi.observation,

+              org.apache.jackrabbit.oak.spi.version,

+              org.apache.jackrabbit.oak.spi.whiteboard,

+              org.apache.jackrabbit.oak.stats

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>**/test-file-1.csv</exclude>

+            <exclude>**/test-file-1.txt</exclude>

+            <exclude>**/test-file-2.txt</exclude>

+            <exclude>**/test-file-2.csv</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- JCR and Jackrabbit dependencies -->

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+

+    <!-- Other Oak module -->

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jackrabbit-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+

+    <!-- General utility libraries -->

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- Logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.hamcrest</groupId>

+      <artifactId>hamcrest-all</artifactId>

+      <version>1.3</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+</project>

diff --git a/oak-core/pom.xml b/oak-core/pom.xml
index 8d68e79..f0207b5 100644
--- a/oak-core/pom.xml
+++ b/oak-core/pom.xml
@@ -1,380 +1,380 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-core</artifactId>
-  <name>Oak Core</name>
-  <packaging>bundle</packaging>
-
-  <properties>
-    <!-- enable execution of jacoco and set minimal line coverage -->
-    <skip.coverage>false</skip.coverage>
-      <minimum.line.coverage>0.77</minimum.line.coverage>
-      <minimum.branch.coverage>0.70</minimum.branch.coverage>
-  </properties>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              com.codahale.metrics*;version="[3.1, 4)";resolution:=optional,
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak,
-              org.apache.jackrabbit.oak.namepath.impl,
-              org.apache.jackrabbit.oak.plugins.commit,
-              org.apache.jackrabbit.oak.plugins.identifier,
-              org.apache.jackrabbit.oak.plugins.index,
-              org.apache.jackrabbit.oak.plugins.index.fulltext,
-              org.apache.jackrabbit.oak.plugins.index.aggregate,
-              org.apache.jackrabbit.oak.plugins.index.importer,
-              org.apache.jackrabbit.oak.plugins.index.property,
-              org.apache.jackrabbit.oak.plugins.index.property.strategy,
-              org.apache.jackrabbit.oak.plugins.index.reference,
-              org.apache.jackrabbit.oak.plugins.lock,
-              org.apache.jackrabbit.oak.plugins.migration,
-              org.apache.jackrabbit.oak.plugins.migration.report,
-              org.apache.jackrabbit.oak.plugins.name,
-              org.apache.jackrabbit.oak.plugins.nodetype,
-              org.apache.jackrabbit.oak.plugins.nodetype.write,
-              org.apache.jackrabbit.oak.plugins.observation,
-              org.apache.jackrabbit.oak.plugins.observation.filter,
-              org.apache.jackrabbit.oak.plugins.tree.factories,
-              org.apache.jackrabbit.oak.plugins.version,
-            </Export-Package>
-            <Jaas-ModuleClass>
-              org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule,
-              org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl,
-              org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-            </Jaas-ModuleClass>
-            <DynamicImport-Package>
-              org.apache.felix.jaas.boot
-            </DynamicImport-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <java.util.logging.config.file>
-              src/test/resources/logging.properties
-            </java.util.logging.config.file>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/test.json</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-        <plugin>
-            <groupId>org.jacoco</groupId>
-            <artifactId>jacoco-maven-plugin</artifactId>
-            <executions>
-                <execution>
-                    <id>pre-unit-test</id>
-                    <goals>
-                        <goal>prepare-agent</goal>
-                    </goals>
-                    <configuration>
-                        <skip>${skip.coverage}</skip>
-                        <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>
-                        <propertyName>test.opts.coverage</propertyName>
-                    </configuration>
-                </execution>
-                <execution>
-                    <id>post-unit-test</id>
-                    <phase>test</phase>
-                    <goals>
-                        <goal>report</goal>
-                    </goals>
-                    <configuration>
-                        <skip>${skip.coverage}</skip>
-                        <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
-                        <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
-                    </configuration>
-                </execution>
-                <execution>
-                    <id>default-check</id>
-                    <goals>
-                        <goal>check</goal>
-                    </goals>
-                    <configuration>
-                        <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
-                        <rules>
-                            <rule>
-                                <element>BUNDLE</element>
-                                <limits>
-                                    <limit>
-                                        <counter>LINE</counter>
-                                        <value>COVEREDRATIO</value>
-                                        <minimum>${minimum.line.coverage}</minimum>
-                                    </limit>
-                                    <limit>
-                                        <counter>BRANCH</counter>
-                                        <value>COVEREDRATIO</value>
-                                        <minimum>${minimum.branch.coverage}</minimum>
-                                    </limit>
-                                </limits>
-                            </rule>
-                            <rule>
-                                <element>PACKAGE</element>
-                                <includes>
-                                    <include>org.apache.jackrabbit.oak.security.authentication</include>
-                                    <include>org.apache.jackrabbit.oak.security.authentication.user</include>
-                                    <include>org.apache.jackrabbit.oak.security.authorization</include>
-                                    <include>org.apache.jackrabbit.oak.security.principal</include>
-                                    <include>org.apache.jackrabbit.oak.security.privilege</include>
-                                    <include>org.apache.jackrabbit.oak.security.user.autosave</include>
-                                    <include>org.apache.jackrabbit.oak.security.user.query</include>
-                                    <include>org.apache.jackrabbit.oak.security.user.whiteboard</include>
-                                </includes>
-                                <excludes>
-                                    <exclude>*Test</exclude>
-                                </excludes>
-                                <limits>
-                                    <limit>
-                                        <counter>BRANCH</counter>
-                                        <value>COVEREDRATIO</value>
-                                        <minimum>1.0</minimum>
-                                    </limit>
-                                </limits>
-                            </rule>
-                            <rule>
-                                <element>PACKAGE</element>
-                                <includes>
-                                    <include>org.apache.jackrabbit.oak.security.authorization.composite</include>
-                                    <include>org.apache.jackrabbit.oak.security.internal</include>
-                                    <include>org.apache.jackrabbit.oak.security.authorization.permission</include>
-                                    <include>org.apache.jackrabbit.oak.security.user</include>
-                                    <include>org.apache.jackrabbit.oak.security.authentication.token</include>
-                                    <include>org.apache.jackrabbit.oak.security.authorization.accesscontrol</include>
-                                    <include>org.apache.jackrabbit.oak.security.authorization.restriction</include>
-                                </includes>
-                                <excludes>
-                                    <exclude>*Test</exclude>
-                                </excludes>
-                                <limits>
-                                    <limit>
-                                        <counter>BRANCH</counter>
-                                        <value>COVEREDRATIO</value>
-                                        <minimum>0.96</minimum>
-                                    </limit>
-                                </limits>
-                            </rule>
-                        </rules>
-                    </configuration>
-                </execution>
-            </executions>
-        </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.service.component.annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.service.metatype.annotations</artifactId>
-   </dependency>
-
-    <!-- Dependencies to other Oak components -->
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jackrabbit-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-query-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-security-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob-plugins</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <!-- General utility libraries -->
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <!-- JCR and Jackrabbit dependencies -->
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.inventory</artifactId>
-      <version>1.0.4</version>
-      <optional>true</optional>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
-      <version>1.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jul-to-slf4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob-plugins</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.googlecode.json-simple</groupId>
-      <artifactId>json-simple</artifactId>
-      <version>1.1.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-core</artifactId>

+  <name>Oak Core</name>

+  <packaging>bundle</packaging>

+

+  <properties>

+    <!-- enable execution of jacoco and set minimal line coverage -->

+    <skip.coverage>false</skip.coverage>

+      <minimum.line.coverage>0.77</minimum.line.coverage>

+      <minimum.branch.coverage>0.70</minimum.branch.coverage>

+  </properties>

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              com.codahale.metrics*;version="[3.1, 4)";resolution:=optional,

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak,

+              org.apache.jackrabbit.oak.namepath.impl,

+              org.apache.jackrabbit.oak.plugins.commit,

+              org.apache.jackrabbit.oak.plugins.identifier,

+              org.apache.jackrabbit.oak.plugins.index,

+              org.apache.jackrabbit.oak.plugins.index.fulltext,

+              org.apache.jackrabbit.oak.plugins.index.aggregate,

+              org.apache.jackrabbit.oak.plugins.index.importer,

+              org.apache.jackrabbit.oak.plugins.index.property,

+              org.apache.jackrabbit.oak.plugins.index.property.strategy,

+              org.apache.jackrabbit.oak.plugins.index.reference,

+              org.apache.jackrabbit.oak.plugins.lock,

+              org.apache.jackrabbit.oak.plugins.migration,

+              org.apache.jackrabbit.oak.plugins.migration.report,

+              org.apache.jackrabbit.oak.plugins.name,

+              org.apache.jackrabbit.oak.plugins.nodetype,

+              org.apache.jackrabbit.oak.plugins.nodetype.write,

+              org.apache.jackrabbit.oak.plugins.observation,

+              org.apache.jackrabbit.oak.plugins.observation.filter,

+              org.apache.jackrabbit.oak.plugins.tree.factories,

+              org.apache.jackrabbit.oak.plugins.version,

+            </Export-Package>

+            <Jaas-ModuleClass>

+              org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule,

+              org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl,

+              org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule

+            </Jaas-ModuleClass>

+            <DynamicImport-Package>

+              org.apache.felix.jaas.boot

+            </DynamicImport-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <java.util.logging.config.file>

+              src/test/resources/logging.properties

+            </java.util.logging.config.file>

+          </systemPropertyVariables>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>**/test.json</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+        <plugin>

+            <groupId>org.jacoco</groupId>

+            <artifactId>jacoco-maven-plugin</artifactId>

+            <executions>

+                <execution>

+                    <id>pre-unit-test</id>

+                    <goals>

+                        <goal>prepare-agent</goal>

+                    </goals>

+                    <configuration>

+                        <skip>${skip.coverage}</skip>

+                        <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>

+                        <propertyName>test.opts.coverage</propertyName>

+                    </configuration>

+                </execution>

+                <execution>

+                    <id>post-unit-test</id>

+                    <phase>test</phase>

+                    <goals>

+                        <goal>report</goal>

+                    </goals>

+                    <configuration>

+                        <skip>${skip.coverage}</skip>

+                        <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>

+                        <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>

+                    </configuration>

+                </execution>

+                <execution>

+                    <id>default-check</id>

+                    <goals>

+                        <goal>check</goal>

+                    </goals>

+                    <configuration>

+                        <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>

+                        <rules>

+                            <rule>

+                                <element>BUNDLE</element>

+                                <limits>

+                                    <limit>

+                                        <counter>LINE</counter>

+                                        <value>COVEREDRATIO</value>

+                                        <minimum>${minimum.line.coverage}</minimum>

+                                    </limit>

+                                    <limit>

+                                        <counter>BRANCH</counter>

+                                        <value>COVEREDRATIO</value>

+                                        <minimum>${minimum.branch.coverage}</minimum>

+                                    </limit>

+                                </limits>

+                            </rule>

+                            <rule>

+                                <element>PACKAGE</element>

+                                <includes>

+                                    <include>org.apache.jackrabbit.oak.security.authentication</include>

+                                    <include>org.apache.jackrabbit.oak.security.authentication.user</include>

+                                    <include>org.apache.jackrabbit.oak.security.authorization</include>

+                                    <include>org.apache.jackrabbit.oak.security.principal</include>

+                                    <include>org.apache.jackrabbit.oak.security.privilege</include>

+                                    <include>org.apache.jackrabbit.oak.security.user.autosave</include>

+                                    <include>org.apache.jackrabbit.oak.security.user.query</include>

+                                    <include>org.apache.jackrabbit.oak.security.user.whiteboard</include>

+                                </includes>

+                                <excludes>

+                                    <exclude>*Test</exclude>

+                                </excludes>

+                                <limits>

+                                    <limit>

+                                        <counter>BRANCH</counter>

+                                        <value>COVEREDRATIO</value>

+                                        <minimum>1.0</minimum>

+                                    </limit>

+                                </limits>

+                            </rule>

+                            <rule>

+                                <element>PACKAGE</element>

+                                <includes>

+                                    <include>org.apache.jackrabbit.oak.security.authorization.composite</include>

+                                    <include>org.apache.jackrabbit.oak.security.internal</include>

+                                    <include>org.apache.jackrabbit.oak.security.authorization.permission</include>

+                                    <include>org.apache.jackrabbit.oak.security.user</include>

+                                    <include>org.apache.jackrabbit.oak.security.authentication.token</include>

+                                    <include>org.apache.jackrabbit.oak.security.authorization.accesscontrol</include>

+                                    <include>org.apache.jackrabbit.oak.security.authorization.restriction</include>

+                                </includes>

+                                <excludes>

+                                    <exclude>*Test</exclude>

+                                </excludes>

+                                <limits>

+                                    <limit>

+                                        <counter>BRANCH</counter>

+                                        <value>COVEREDRATIO</value>

+                                        <minimum>0.96</minimum>

+                                    </limit>

+                                </limits>

+                            </rule>

+                        </rules>

+                    </configuration>

+                </execution>

+            </executions>

+        </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.service.component.annotations</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.service.metatype.annotations</artifactId>

+   </dependency>

+

+    <!-- Dependencies to other Oak components -->

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jackrabbit-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-query-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-security-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob-plugins</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <!-- General utility libraries -->

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>io.dropwizard.metrics</groupId>

+      <artifactId>metrics-core</artifactId>

+      <optional>true</optional>

+    </dependency>

+

+    <!-- JCR and Jackrabbit dependencies -->

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+

+    <!-- Logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.inventory</artifactId>

+      <version>1.0.4</version>

+      <optional>true</optional>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test Dependencies -->

+    <dependency>

+      <groupId>org.hamcrest</groupId>

+      <artifactId>hamcrest-all</artifactId>

+      <version>1.3</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.easymock</groupId>

+      <artifactId>easymock</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>jul-to-slf4j</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob-plugins</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.sling</groupId>

+      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.googlecode.json-simple</groupId>

+      <artifactId>json-simple</artifactId>

+      <version>1.1.1</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-examples/pom.xml b/oak-examples/pom.xml
index 5173094..cc905c9 100644
--- a/oak-examples/pom.xml
+++ b/oak-examples/pom.xml
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-examples</artifactId>
-  <name>Oak Examples</name>
-  <packaging>pom</packaging>
-
-  <properties>
-    <skip.deployment>true</skip.deployment>
-  </properties>
-
-  <modules>
-    <module>webapp</module>
-    <module>standalone</module>
-  </modules>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+  ~ Licensed to the Apache Software Foundation (ASF) under one

+  ~ or more contributor license agreements.  See the NOTICE file

+  ~ distributed with this work for additional information

+  ~ regarding copyright ownership.  The ASF licenses this file

+  ~ to you under the Apache License, Version 2.0 (the

+  ~ "License"); you may not use this file except in compliance

+  ~ with the License.  You may obtain a copy of the License at

+  ~

+  ~   http://www.apache.org/licenses/LICENSE-2.0

+  ~

+  ~ Unless required by applicable law or agreed to in writing,

+  ~ software distributed under the License is distributed on an

+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+  ~ KIND, either express or implied.  See the License for the

+  ~ specific language governing permissions and limitations

+  ~ under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-examples</artifactId>

+  <name>Oak Examples</name>

+  <packaging>pom</packaging>

+

+  <properties>

+    <skip.deployment>true</skip.deployment>

+  </properties>

+

+  <modules>

+    <module>webapp</module>

+    <module>standalone</module>

+  </modules>

+

+</project>

diff --git a/oak-examples/standalone/pom.xml b/oak-examples/standalone/pom.xml
index 1c7bb13..3c01d9c 100644
--- a/oak-examples/standalone/pom.xml
+++ b/oak-examples/standalone/pom.xml
@@ -1,333 +1,333 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-<!-- ====================================================================== -->
-<!-- P R O J E C T  D E S C R I P T I O N                                   -->
-<!-- ====================================================================== -->
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../../oak-parent/pom.xml</relativePath>
-  </parent>
-  <artifactId>oak-standalone</artifactId>
-
-  <name>Oak Standalone Example</name>
-  <description>Standalone application based on Spring Boot then embeds a Jackrabbit Oak content repository</description>
-
-  <properties>
-    <skip.deployment>true</skip.deployment>
-    <spring.boot.version>2.5.14</spring.boot.version>
-  </properties>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-dependencies</artifactId>
-        <version>${spring.boot.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-web</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.springframework.boot</groupId>
-          <artifactId>spring-boot-starter-tomcat</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-jetty</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-actuator</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-devtools</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <!-- For colored console logging -->
-    <dependency>
-      <groupId>org.fusesource.jansi</groupId>
-      <artifactId>jansi</artifactId>
-      <version>1.11</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.mongodb</groupId>
-      <artifactId>mongo-java-driver</artifactId>
-      <version>${mongo.driver.version}</version>
-      <optional>true</optional>
-    </dependency>
-    <!-- Required for the persistent cache -->
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-      <version>${h2.version}</version>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-parsers</artifactId>
-      <version>${tika.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-log4j12</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.httpcomponents</groupId>
-          <artifactId>httpcore</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.tdunning</groupId>
-          <artifactId>json</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-pojosr</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-servlet</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-rmi</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-lucene</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-composite</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-core</artifactId>
-    </dependency>
-
-    <!-- Required for Felix WebConsole -->
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.http.proxy</artifactId>
-      <version>2.3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.http.bridge</artifactId>
-      <version>2.3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.webconsole</artifactId>
-      <version>4.2.10</version>
-      <classifier>all</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>
-      <version>1.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-all</artifactId>
-      <version>2.4.21</version>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-
-    <!--
-    Lucene jars are embedded in oak-lucene but IDE does not recognize them
-    being in classpath. So they need to be explicitly mentioned here
-    -->
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-core</artifactId>
-      <version>${lucene.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-analyzers-common</artifactId>
-      <version>${lucene.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-queryparser</artifactId>
-      <version>${lucene.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-queries</artifactId>
-      <version>${lucene.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-suggest</artifactId>
-      <version>${lucene.version}</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-maven-plugin</artifactId>
-        <version>${spring.boot.version}</version>
-        <configuration>
-          <!-- see https://stackoverflow.com/questions/42082131/maven-surefire-verify-java-lang-classnotfoundexception -->
-          <classifier>exec</classifier>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>repackage</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>src/main/webapp/WEB-INF/log4j.dtd</exclude>
-            <exclude>src/main/webapp/WEB-INF/templates/repository-config.json</exclude>
-            <exclude>src/main/resources/config-templates/mongomk-config.json</exclude>
-            <exclude>src/main/resources/config-templates/repository-config.json</exclude>
-            <exclude>src/main/resources/config-templates/segmentmk-config.json</exclude>
-            <exclude>*.sh</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>oak</directory>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <java.util.logging.config.file>
-              src/test/resources/logging.properties
-            </java.util.logging.config.file>
-          </systemPropertyVariables>
-        </configuration>
-        <executions>
-          <execution>
-            <id>failsafe-integration-tests</id>
-            <phase>integration-test</phase>
-            <goals>
-              <goal>integration-test</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>failsafe-verify</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>verify</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+<!-- ====================================================================== -->

+<!-- P R O J E C T  D E S C R I P T I O N                                   -->

+<!-- ====================================================================== -->

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../../oak-parent/pom.xml</relativePath>

+  </parent>

+  <artifactId>oak-standalone</artifactId>

+

+  <name>Oak Standalone Example</name>

+  <description>Standalone application based on Spring Boot then embeds a Jackrabbit Oak content repository</description>

+

+  <properties>

+    <skip.deployment>true</skip.deployment>

+    <spring.boot.version>2.5.14</spring.boot.version>

+  </properties>

+

+  <dependencyManagement>

+    <dependencies>

+      <dependency>

+        <groupId>org.springframework.boot</groupId>

+        <artifactId>spring-boot-dependencies</artifactId>

+        <version>${spring.boot.version}</version>

+        <type>pom</type>

+        <scope>import</scope>

+      </dependency>

+    </dependencies>

+  </dependencyManagement>

+

+  <dependencies>

+    <dependency>

+      <groupId>org.springframework.boot</groupId>

+      <artifactId>spring-boot-starter-web</artifactId>

+      <exclusions>

+        <exclusion>

+          <groupId>org.springframework.boot</groupId>

+          <artifactId>spring-boot-starter-tomcat</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.springframework.boot</groupId>

+      <artifactId>spring-boot-starter-jetty</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.springframework.boot</groupId>

+      <artifactId>spring-boot-actuator</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.springframework.boot</groupId>

+      <artifactId>spring-boot-test</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.springframework.boot</groupId>

+      <artifactId>spring-boot-starter-test</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.springframework.boot</groupId>

+      <artifactId>spring-boot-devtools</artifactId>

+      <optional>true</optional>

+    </dependency>

+

+    <!-- For colored console logging -->

+    <dependency>

+      <groupId>org.fusesource.jansi</groupId>

+      <artifactId>jansi</artifactId>

+      <version>1.11</version>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>io.dropwizard.metrics</groupId>

+      <artifactId>metrics-core</artifactId>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>org.mongodb</groupId>

+      <artifactId>mongo-java-driver</artifactId>

+      <version>${mongo.driver.version}</version>

+      <optional>true</optional>

+    </dependency>

+    <!-- Required for the persistent cache -->

+    <dependency>

+      <groupId>com.h2database</groupId>

+      <artifactId>h2</artifactId>

+      <version>${h2.version}</version>

+      <optional>true</optional>

+    </dependency>

+

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tika</groupId>

+      <artifactId>tika-parsers</artifactId>

+      <version>${tika.version}</version>

+      <exclusions>

+        <exclusion>

+          <groupId>commons-logging</groupId>

+          <artifactId>commons-logging</artifactId>

+        </exclusion>

+        <exclusion>

+          <groupId>org.slf4j</groupId>

+          <artifactId>slf4j-log4j12</artifactId>

+        </exclusion>

+        <exclusion>

+          <groupId>org.apache.httpcomponents</groupId>

+          <artifactId>httpcore</artifactId>

+        </exclusion>

+        <exclusion>

+          <groupId>com.tdunning</groupId>

+          <artifactId>json</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-pojosr</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-server</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-servlet</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-rmi</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-lucene</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-composite</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-core</artifactId>

+    </dependency>

+

+    <!-- Required for Felix WebConsole -->

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.http.proxy</artifactId>

+      <version>2.3.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.http.bridge</artifactId>

+      <version>2.3.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.webconsole</artifactId>

+      <version>4.2.10</version>

+      <classifier>all</classifier>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>

+      <version>1.0.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.groovy</groupId>

+      <artifactId>groovy-all</artifactId>

+      <version>2.4.21</version>

+    </dependency>

+

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+

+

+    <!--

+    Lucene jars are embedded in oak-lucene but IDE does not recognize them

+    being in classpath. So they need to be explicitly mentioned here

+    -->

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-core</artifactId>

+      <version>${lucene.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-analyzers-common</artifactId>

+      <version>${lucene.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-queryparser</artifactId>

+      <version>${lucene.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-queries</artifactId>

+      <version>${lucene.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-suggest</artifactId>

+      <version>${lucene.version}</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.springframework.boot</groupId>

+        <artifactId>spring-boot-maven-plugin</artifactId>

+        <version>${spring.boot.version}</version>

+        <configuration>

+          <!-- see https://stackoverflow.com/questions/42082131/maven-surefire-verify-java-lang-classnotfoundexception -->

+          <classifier>exec</classifier>

+        </configuration>

+        <executions>

+          <execution>

+            <goals>

+              <goal>repackage</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>src/main/webapp/WEB-INF/log4j.dtd</exclude>

+            <exclude>src/main/webapp/WEB-INF/templates/repository-config.json</exclude>

+            <exclude>src/main/resources/config-templates/mongomk-config.json</exclude>

+            <exclude>src/main/resources/config-templates/repository-config.json</exclude>

+            <exclude>src/main/resources/config-templates/segmentmk-config.json</exclude>

+            <exclude>*.sh</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-clean-plugin</artifactId>

+        <configuration>

+          <filesets>

+            <fileset>

+              <directory>oak</directory>

+            </fileset>

+          </filesets>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <java.util.logging.config.file>

+              src/test/resources/logging.properties

+            </java.util.logging.config.file>

+          </systemPropertyVariables>

+        </configuration>

+        <executions>

+          <execution>

+            <id>failsafe-integration-tests</id>

+            <phase>integration-test</phase>

+            <goals>

+              <goal>integration-test</goal>

+            </goals>

+          </execution>

+          <execution>

+            <id>failsafe-verify</id>

+            <phase>verify</phase>

+            <goals>

+              <goal>verify</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index bd462c7..bb463a9 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -1,344 +1,344 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-<!-- ====================================================================== -->
-<!-- P R O J E C T  D E S C R I P T I O N                                   -->
-<!-- ====================================================================== -->
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../../oak-parent/pom.xml</relativePath>
-  </parent>
-  <artifactId>oak-webapp</artifactId>
-  <packaging>war</packaging>
-  <name>Oak Web Application Example</name>
-  <description>Web application that hosts and serves a Jackrabbit Oak content repository</description>
-
-  <properties>
-    <tomcat.version>8.5.71</tomcat.version>
-    <skip.deployment>true</skip.deployment>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-parsers</artifactId>
-      <version>${tika.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-log4j12</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-servlet</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-rmi</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-pojosr</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-lucene</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-composite</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-servlet-api</artifactId>
-      <version>${tomcat.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.googlecode.json-simple</groupId>
-      <artifactId>json-simple</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.9.4</version>
-    </dependency>
-
-    <!-- Required for Felix WebConsole -->
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.http.proxy</artifactId>
-      <version>2.3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.http.bridge</artifactId>
-      <version>2.3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.webconsole</artifactId>
-      <version>4.2.10</version>
-      <classifier>all</classifier>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>
-      <version>1.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.5.2</version>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-catalina</artifactId>
-      <version>${tomcat.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-coyote</artifactId>
-      <version>${tomcat.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-jasper</artifactId>
-      <version>${tomcat.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.4.01</version>
-    </dependency>
-    <dependency>
-      <groupId>net.sourceforge.htmlunit</groupId>
-      <artifactId>htmlunit</artifactId>
-      <version>2.43.0</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jul-to-slf4j</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-war-plugin</artifactId>
-        <version>3.2.3</version>
-      </plugin>
-      <plugin>
-         <groupId>org.eclipse.jetty</groupId>
-         <artifactId>jetty-maven-plugin</artifactId>
-         <version>9.4.11.v20180605</version>
-         <configuration>
-           <scanIntervalSeconds>0</scanIntervalSeconds>
-           <connectors>
-             <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-               <port>8080</port>
-               <maxIdleTime>60000</maxIdleTime>
-             </connector>
-           </connectors>
-           <webApp>
-             <!-- no need to scan anything as we're using servlet 2.5 and moreover, we're not using ServletContainerInitializer(s) -->
-             <!-- for more relevant information regarding scanning of classes refer to https://java.net/jira/browse/SERVLET_SPEC-36 -->
-             <webInfIncludeJarPattern>^$</webInfIncludeJarPattern>
-             <containerIncludeJarPattern>^$</containerIncludeJarPattern>
-           </webApp>
-         </configuration>
-      </plugin>
-      <plugin>
-        <!-- create a jar in addition to our war, to make our servlets reusable -->
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <configuration>
-              <target>
-                <jar basedir="${project.build.outputDirectory}" destfile="${project.build.directory}/oak-webapp-${project.version}.jar" />
-              </target>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <!-- add the jar created by maven-antrun-plugin in our artifacts -->
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.0.0</version>
-        <executions>
-          <execution>
-            <id>attach-artifacts</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attach-artifact</goal>
-            </goals>
-            <configuration>
-                <artifacts>
-                  <artifact>
-                    <file>${project.build.directory}/oak-webapp-${project.version}.jar</file>
-                    <type>jar</type>
-                  </artifact>
-                </artifacts>
-            </configuration>
-          </execution>
-          <execution>
-            <id>reserve-network-port</id>
-            <goals>
-              <goal>reserve-network-port</goal>
-            </goals>
-            <phase>process-resources</phase>
-            <configuration>
-              <portNames>
-                <portName>tomcat.http.port</portName>
-              </portNames>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>src/main/webapp/WEB-INF/log4j.dtd</exclude>
-            <exclude>src/main/webapp/WEB-INF/templates/repository-config.json</exclude>
-            <exclude>*.sh</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-          <filesets>
-            <fileset>
-              <directory>oak</directory>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <java.util.logging.config.file>
-              src/test/resources/logging.properties
-            </java.util.logging.config.file>
-            <tomcat.http.port>${tomcat.http.port}</tomcat.http.port>
-          </systemPropertyVariables>
-        </configuration>
-        <executions>
-          <execution>
-            <id>failsafe-integration-tests</id>
-            <phase>integration-test</phase>
-            <goals>
-              <goal>integration-test</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>failsafe-verify</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>verify</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+<!-- ====================================================================== -->

+<!-- P R O J E C T  D E S C R I P T I O N                                   -->

+<!-- ====================================================================== -->

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../../oak-parent/pom.xml</relativePath>

+  </parent>

+  <artifactId>oak-webapp</artifactId>

+  <packaging>war</packaging>

+  <name>Oak Web Application Example</name>

+  <description>Web application that hosts and serves a Jackrabbit Oak content repository</description>

+

+  <properties>

+    <tomcat.version>8.5.71</tomcat.version>

+    <skip.deployment>true</skip.deployment>

+  </properties>

+

+  <dependencies>

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tika</groupId>

+      <artifactId>tika-parsers</artifactId>

+      <version>${tika.version}</version>

+      <exclusions>

+        <exclusion>

+          <groupId>commons-logging</groupId>

+          <artifactId>commons-logging</artifactId>

+        </exclusion>

+        <exclusion>

+          <groupId>org.slf4j</groupId>

+          <artifactId>slf4j-log4j12</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>jcl-over-slf4j</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-server</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-servlet</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-rmi</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-pojosr</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-lucene</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-composite</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-servlet-api</artifactId>

+      <version>${tomcat.version}</version>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.googlecode.json-simple</groupId>

+      <artifactId>json-simple</artifactId>

+      <version>1.1</version>

+    </dependency>

+    <dependency>

+      <groupId>commons-beanutils</groupId>

+      <artifactId>commons-beanutils</artifactId>

+      <version>1.9.4</version>

+    </dependency>

+

+    <!-- Required for Felix WebConsole -->

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.http.proxy</artifactId>

+      <version>2.3.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.http.bridge</artifactId>

+      <version>2.3.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.webconsole</artifactId>

+      <version>4.2.10</version>

+      <classifier>all</classifier>

+    </dependency>

+

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>

+      <version>1.0.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.groovy</groupId>

+      <artifactId>groovy</artifactId>

+      <version>2.5.2</version>

+    </dependency>

+

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-catalina</artifactId>

+      <version>${tomcat.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-coyote</artifactId>

+      <version>${tomcat.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-jasper</artifactId>

+      <version>${tomcat.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>xml-apis</groupId>

+      <artifactId>xml-apis</artifactId>

+      <version>1.4.01</version>

+    </dependency>

+    <dependency>

+      <groupId>net.sourceforge.htmlunit</groupId>

+      <artifactId>htmlunit</artifactId>

+      <version>2.43.0</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <groupId>commons-logging</groupId>

+          <artifactId>commons-logging</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.httpcomponents</groupId>

+      <artifactId>httpclient</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>jul-to-slf4j</artifactId>

+      <version>${slf4j.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>io.dropwizard.metrics</groupId>

+      <artifactId>metrics-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+  <build>

+    <plugins>

+      <plugin>

+        <artifactId>maven-war-plugin</artifactId>

+        <version>3.2.3</version>

+      </plugin>

+      <plugin>

+         <groupId>org.eclipse.jetty</groupId>

+         <artifactId>jetty-maven-plugin</artifactId>

+         <version>9.4.11.v20180605</version>

+         <configuration>

+           <scanIntervalSeconds>0</scanIntervalSeconds>

+           <connectors>

+             <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">

+               <port>8080</port>

+               <maxIdleTime>60000</maxIdleTime>

+             </connector>

+           </connectors>

+           <webApp>

+             <!-- no need to scan anything as we're using servlet 2.5 and moreover, we're not using ServletContainerInitializer(s) -->

+             <!-- for more relevant information regarding scanning of classes refer to https://java.net/jira/browse/SERVLET_SPEC-36 -->

+             <webInfIncludeJarPattern>^$</webInfIncludeJarPattern>

+             <containerIncludeJarPattern>^$</containerIncludeJarPattern>

+           </webApp>

+         </configuration>

+      </plugin>

+      <plugin>

+        <!-- create a jar in addition to our war, to make our servlets reusable -->

+        <artifactId>maven-antrun-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <configuration>

+              <target>

+                <jar basedir="${project.build.outputDirectory}" destfile="${project.build.directory}/oak-webapp-${project.version}.jar" />

+              </target>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <!-- add the jar created by maven-antrun-plugin in our artifacts -->

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>build-helper-maven-plugin</artifactId>

+        <version>3.0.0</version>

+        <executions>

+          <execution>

+            <id>attach-artifacts</id>

+            <phase>package</phase>

+            <goals>

+              <goal>attach-artifact</goal>

+            </goals>

+            <configuration>

+                <artifacts>

+                  <artifact>

+                    <file>${project.build.directory}/oak-webapp-${project.version}.jar</file>

+                    <type>jar</type>

+                  </artifact>

+                </artifacts>

+            </configuration>

+          </execution>

+          <execution>

+            <id>reserve-network-port</id>

+            <goals>

+              <goal>reserve-network-port</goal>

+            </goals>

+            <phase>process-resources</phase>

+            <configuration>

+              <portNames>

+                <portName>tomcat.http.port</portName>

+              </portNames>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>src/main/webapp/WEB-INF/log4j.dtd</exclude>

+            <exclude>src/main/webapp/WEB-INF/templates/repository-config.json</exclude>

+            <exclude>*.sh</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-clean-plugin</artifactId>

+        <configuration>

+          <filesets>

+            <fileset>

+              <directory>oak</directory>

+            </fileset>

+          </filesets>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <java.util.logging.config.file>

+              src/test/resources/logging.properties

+            </java.util.logging.config.file>

+            <tomcat.http.port>${tomcat.http.port}</tomcat.http.port>

+          </systemPropertyVariables>

+        </configuration>

+        <executions>

+          <execution>

+            <id>failsafe-integration-tests</id>

+            <phase>integration-test</phase>

+            <goals>

+              <goal>integration-test</goal>

+            </goals>

+          </execution>

+          <execution>

+            <id>failsafe-verify</id>

+            <phase>verify</phase>

+            <goals>

+              <goal>verify</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+

+</project>

diff --git a/oak-exercise/pom.xml b/oak-exercise/pom.xml
index 5c30702..d6f5cb0 100644
--- a/oak-exercise/pom.xml
+++ b/oak-exercise/pom.xml
@@ -1,206 +1,206 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-exercise</artifactId>
-  <name>Oak Exercises</name>
-  <packaging>bundle</packaging>
-
-  <properties>
-    <skip.deployment>false</skip.deployment>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <java.util.logging.config.file>
-              src/test/resources/logging.properties
-            </java.util.logging.config.file>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Embed-Dependency>
-            </Embed-Dependency>
-            <Embed-Transitive>true</Embed-Transitive>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *;resolution:=optional
-            </Import-Package>
-            <Export-Package>
-            </Export-Package>
-            <DynamicImport-Package>
-              org.apache.felix.jaas.boot
-            </DynamicImport-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jackrabbit-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-security-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-auth-external</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-authorization-cug</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- OSGi -->
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.jaas</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Test dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>${jackrabbit.version}</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-tar</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-exercise</artifactId>

+  <name>Oak Exercises</name>

+  <packaging>bundle</packaging>

+

+  <properties>

+    <skip.deployment>false</skip.deployment>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <configuration>

+          <skip>true</skip>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <java.util.logging.config.file>

+              src/test/resources/logging.properties

+            </java.util.logging.config.file>

+          </systemPropertyVariables>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Embed-Dependency>

+            </Embed-Dependency>

+            <Embed-Transitive>true</Embed-Transitive>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *;resolution:=optional

+            </Import-Package>

+            <Export-Package>

+            </Export-Package>

+            <DynamicImport-Package>

+              org.apache.felix.jaas.boot

+            </DynamicImport-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jackrabbit-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-security-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-auth-external</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-authorization-cug</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- OSGi -->

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.scr.annotations</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.jaas</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Test dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-tests</artifactId>

+      <version>${jackrabbit.version}</version>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-tar</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-http/pom.xml b/oak-http/pom.xml
index 98d3b76..da96ce3 100644
--- a/oak-http/pom.xml
+++ b/oak-http/pom.xml
@@ -1,114 +1,114 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-http</artifactId>
-  <name>Oak HTTP Binding</name>
-  <packaging>bundle</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              !*
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-core</artifactId>
-      <version>${tika.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-databind</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.dataformat</groupId>
-      <artifactId>jackson-dataformat-smile</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-http</artifactId>

+  <name>Oak HTTP Binding</name>

+  <packaging>bundle</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              !*

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tika</groupId>

+      <artifactId>tika-core</artifactId>

+      <version>${tika.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>com.fasterxml.jackson.core</groupId>

+      <artifactId>jackson-core</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>com.fasterxml.jackson.core</groupId>

+      <artifactId>jackson-databind</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>com.fasterxml.jackson.dataformat</groupId>

+      <artifactId>jackson-dataformat-smile</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>javax.servlet</groupId>

+      <artifactId>servlet-api</artifactId>

+      <version>2.5</version>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-it-osgi/pom.xml b/oak-it-osgi/pom.xml
index 9f0117a..a19f4ea 100644
--- a/oak-it-osgi/pom.xml
+++ b/oak-it-osgi/pom.xml
@@ -1,299 +1,299 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-it-osgi</artifactId>
-  <name>Oak Integration Tests for OSGi deployments</name>
-
-  <properties>
-    <skip.deployment>true</skip.deployment>
-    <pax.exam.version>3.4.0</pax.exam.version>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>test-bundles.xml</descriptor>
-          </descriptors>
-          <finalName>test</finalName>
-          <attach>false</attach>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>pre-integration-test</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <org.ops4j.pax.logging.DefaultServiceLog.level>
-              WARN
-            </org.ops4j.pax.logging.DefaultServiceLog.level>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-      <!-- Inspired from
-      https://stackoverflow.com/questions/26281322/mavenfailed-to-execute-goal-org-apache-maven-pluginsmaven-resources-plugin2-7
-      -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
-        <configuration>
-          <nonFilteredFileExtensions>
-            <nonFilteredFileExtension>txt</nonFilteredFileExtension>
-            <nonFilteredFileExtension>rtf</nonFilteredFileExtension>
-            <nonFilteredFileExtension>doc</nonFilteredFileExtension>
-            <nonFilteredFileExtension>docx</nonFilteredFileExtension>
-          </nonFilteredFileExtensions>
-        </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-filtering</artifactId>
-            <version>1.3</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/test.txt</exclude>
-            <exclude>**/test.rtf</exclude>
-            <exclude>**/test.doc</exclude>
-            <exclude>**/test.docx</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core-spi</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-query-spi</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-security-spi</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-tar</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-document</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-lucene</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-composite</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-solr-osgi</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.2.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-collections4</artifactId>
-      <version>4.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>javax.servlet-api</artifactId>
-      <version>3.1.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.ops4j.pax.exam</groupId>
-      <artifactId>pax-exam-junit4</artifactId>
-      <version>${pax.exam.version}</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-atinject_1.0_spec</artifactId>
-      <version>1.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.exam</groupId>
-      <artifactId>pax-exam-container-forked</artifactId>
-      <version>${pax.exam.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.exam</groupId>
-      <artifactId>pax-exam-link-mvn</artifactId>
-      <version>${pax.exam.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.url</groupId>
-      <artifactId>pax-url-aether</artifactId>
-      <version>2.6.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.url</groupId>
-      <artifactId>pax-url-wrap</artifactId>
-      <version>2.6.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-it-osgi</artifactId>

+  <name>Oak Integration Tests for OSGi deployments</name>

+

+  <properties>

+    <skip.deployment>true</skip.deployment>

+    <pax.exam.version>3.4.0</pax.exam.version>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <artifactId>maven-assembly-plugin</artifactId>

+        <configuration>

+          <descriptors>

+            <descriptor>test-bundles.xml</descriptor>

+          </descriptors>

+          <finalName>test</finalName>

+          <attach>false</attach>

+        </configuration>

+        <executions>

+          <execution>

+            <phase>pre-integration-test</phase>

+            <goals>

+              <goal>single</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <org.ops4j.pax.logging.DefaultServiceLog.level>

+              WARN

+            </org.ops4j.pax.logging.DefaultServiceLog.level>

+          </systemPropertyVariables>

+        </configuration>

+      </plugin>

+      <!-- Inspired from

+      https://stackoverflow.com/questions/26281322/mavenfailed-to-execute-goal-org-apache-maven-pluginsmaven-resources-plugin2-7

+      -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-resources-plugin</artifactId>

+        <configuration>

+          <nonFilteredFileExtensions>

+            <nonFilteredFileExtension>txt</nonFilteredFileExtension>

+            <nonFilteredFileExtension>rtf</nonFilteredFileExtension>

+            <nonFilteredFileExtension>doc</nonFilteredFileExtension>

+            <nonFilteredFileExtension>docx</nonFilteredFileExtension>

+          </nonFilteredFileExtensions>

+        </configuration>

+        <dependencies>

+          <dependency>

+            <groupId>org.apache.maven.shared</groupId>

+            <artifactId>maven-filtering</artifactId>

+            <version>1.3</version>

+          </dependency>

+        </dependencies>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>**/test.txt</exclude>

+            <exclude>**/test.rtf</exclude>

+            <exclude>**/test.doc</exclude>

+            <exclude>**/test.docx</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+    </plugins>

+    <testResources>

+      <testResource>

+        <directory>src/test/resources</directory>

+        <filtering>true</filtering>

+      </testResource>

+    </testResources>

+  </build>

+

+  <dependencies>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core-spi</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-query-spi</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-security-spi</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-tar</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-document</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-lucene</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-composite</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-solr-osgi</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-collections</groupId>

+      <artifactId>commons-collections</artifactId>

+      <version>3.2.2</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-collections4</artifactId>

+      <version>4.4</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-lang3</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-fileupload</groupId>

+      <artifactId>commons-fileupload</artifactId>

+      <version>1.4</version>

+    </dependency>

+    <dependency>

+      <groupId>javax.servlet</groupId>

+      <artifactId>javax.servlet-api</artifactId>

+      <version>3.1.0</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-logging</groupId>

+      <artifactId>commons-logging</artifactId>

+      <version>1.2</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+

+    <dependency>

+      <groupId>org.ops4j.pax.exam</groupId>

+      <artifactId>pax-exam-junit4</artifactId>

+      <version>${pax.exam.version}</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <groupId>org.osgi</groupId>

+          <artifactId>org.osgi.core</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.geronimo.specs</groupId>

+      <artifactId>geronimo-atinject_1.0_spec</artifactId>

+      <version>1.0</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.ops4j.pax.exam</groupId>

+      <artifactId>pax-exam-container-forked</artifactId>

+      <version>${pax.exam.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.framework</artifactId>

+      <version>6.0.2</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.ops4j.pax.exam</groupId>

+      <artifactId>pax-exam-link-mvn</artifactId>

+      <version>${pax.exam.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.ops4j.pax.url</groupId>

+      <artifactId>pax-url-aether</artifactId>

+      <version>2.6.1</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.ops4j.pax.url</groupId>

+      <artifactId>pax-url-wrap</artifactId>

+      <version>2.6.1</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>io.dropwizard.metrics</groupId>

+      <artifactId>metrics-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+</project>

diff --git a/oak-it/pom.xml b/oak-it/pom.xml
index 472c32a..79c9f17 100644
--- a/oak-it/pom.xml
+++ b/oak-it/pom.xml
@@ -1,235 +1,235 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.jackrabbit</groupId>
-        <artifactId>oak-parent</artifactId>
-        <version>1.22.14-SNAPSHOT</version>
-        <relativePath>../oak-parent/pom.xml</relativePath>
-    </parent>
-
-    <artifactId>oak-it</artifactId>
-    <name>Oak Integration Tests</name>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>osgi/**</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-query-spi</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-segment-tar</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-segment-azure</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-document</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-document</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-plugins</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-cloud</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-cloud-azure</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-core</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-spi</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-segment-tar</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-segment-azure</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-cloud</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-blob-cloud-azure</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-store-composite</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-commons</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mongodb</groupId>
-            <artifactId>mongo-java-driver</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.h2database</groupId>
-            <artifactId>h2</artifactId>
-            <version>${h2.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>tomcat-jdbc</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-math3</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.googlecode.json-simple</groupId>
-            <artifactId>json-simple</artifactId>
-            <version>1.1.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.arakelian</groupId>
-            <artifactId>docker-junit-rule</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <!-- see https://issues.apache.org/jira/browse/OAK-7787 -->
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
-            <version>1.1.1</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+    <modelVersion>4.0.0</modelVersion>

+

+    <parent>

+        <groupId>org.apache.jackrabbit</groupId>

+        <artifactId>oak-parent</artifactId>

+        <version>1.22.14</version>

+        <relativePath>../oak-parent/pom.xml</relativePath>

+    </parent>

+

+    <artifactId>oak-it</artifactId>

+    <name>Oak Integration Tests</name>

+

+    <build>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.rat</groupId>

+                <artifactId>apache-rat-plugin</artifactId>

+                <configuration>

+                    <excludes>

+                        <exclude>osgi/**</exclude>

+                    </excludes>

+                </configuration>

+            </plugin>

+        </plugins>

+    </build>

+    <dependencies>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-query-spi</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-segment-tar</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-segment-azure</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-document</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-document</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-plugins</artifactId>

+            <version>${project.version}</version>

+            <classifier>tests</classifier>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-cloud</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-cloud-azure</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-core</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-spi</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-segment-tar</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-segment-azure</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-cloud</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-blob-cloud-azure</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-store-composite</artifactId>

+            <version>${project.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.jackrabbit</groupId>

+            <artifactId>oak-commons</artifactId>

+            <version>${project.version}</version>

+            <type>test-jar</type>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.jetbrains</groupId>

+            <artifactId>annotations</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mongodb</groupId>

+            <artifactId>mongo-java-driver</artifactId>

+            <optional>true</optional>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>com.h2database</groupId>

+            <artifactId>h2</artifactId>

+            <version>${h2.version}</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.tomcat</groupId>

+            <artifactId>tomcat-jdbc</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>ch.qos.logback</groupId>

+            <artifactId>logback-classic</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.commons</groupId>

+            <artifactId>commons-math3</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.apache.sling</groupId>

+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>org.mockito</groupId>

+            <artifactId>mockito-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>com.googlecode.json-simple</groupId>

+            <artifactId>json-simple</artifactId>

+            <version>1.1.1</version>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>io.dropwizard.metrics</groupId>

+            <artifactId>metrics-core</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <groupId>com.arakelian</groupId>

+            <artifactId>docker-junit-rule</artifactId>

+            <scope>test</scope>

+        </dependency>

+        <dependency>

+            <!-- see https://issues.apache.org/jira/browse/OAK-7787 -->

+            <groupId>javax.activation</groupId>

+            <artifactId>activation</artifactId>

+            <version>1.1.1</version>

+            <scope>test</scope>

+        </dependency>

+    </dependencies>

+</project>

diff --git a/oak-jackrabbit-api/pom.xml b/oak-jackrabbit-api/pom.xml
index 9ffc834..244e169 100644
--- a/oak-jackrabbit-api/pom.xml
+++ b/oak-jackrabbit-api/pom.xml
@@ -1,57 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>oak-jackrabbit-api</artifactId>
-  <packaging>bundle</packaging>
-
-  <name>Jackrabbit API</name>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+

+  <artifactId>oak-jackrabbit-api</artifactId>

+  <packaging>bundle</packaging>

+

+  <name>Jackrabbit API</name>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
index 0b84267..290abf9 100644
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -1,508 +1,508 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-jcr</artifactId>
-  <name>Oak JCR Binding</name>
-  <packaging>bundle</packaging>
-
-  <properties>
-    <!-- Version of Jackrabbit used for testing, see OAK-9889 -->
-    <jackrabbit.test.version>2.20.4</jackrabbit.test.version>
-    <known.issues>
-      org.apache.jackrabbit.test.api.AddNodeTest#testSameNameSiblings                                  <!-- OAK-203 -->
-      org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionSrc               <!-- OAK-132 -->
-      org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionDest              <!-- OAK-132 -->
-      org.apache.jackrabbit.test.api.SessionTest#testMoveLockException
-      org.apache.jackrabbit.test.api.NodeTest#testAddNodeLackingMandatoryChildNode                     <!-- OAK-9621 -->
-      org.apache.jackrabbit.test.api.NodeTest#testRemoveNodeParentLocked
-      org.apache.jackrabbit.test.api.NodeSetPrimaryTypeTest#testLocked
-      org.apache.jackrabbit.test.api.WorkspaceCopyVersionableTest#testCopyNodesVersionableAndCheckedIn <!-- OAK-118 -->
-      org.apache.jackrabbit.test.api.WorkspaceMoveVersionableTest#testMoveNodesVersionableAndCheckedIn <!-- OAK-118 -->
-      org.apache.jackrabbit.test.api.SessionRemoveItemTest#testRemoveLockedChildItem
-      org.apache.jackrabbit.test.api.NodeAddMixinTest#testLocked
-      org.apache.jackrabbit.test.api.NodeCanAddMixinTest#testLocked
-      org.apache.jackrabbit.test.api.NodeRemoveMixinTest#testLocked
-      org.apache.jackrabbit.test.api.WorkspaceCopySameNameSibsTest#testCopyNodesNodeExistsAtDestPath2  <!-- OAK-118 -->
-      org.apache.jackrabbit.test.api.WorkspaceCopyTest#testCopyNodesLocked                             <!-- OAK-118 -->
-      org.apache.jackrabbit.test.api.WorkspaceMoveSameNameSibsTest#testMoveNodesOrderingSupportedByParent <!-- OAK-118 -->
-      org.apache.jackrabbit.test.api.WorkspaceMoveTest#testMoveNodesLocked                             <!-- OAK-118 -->
-
-      <!-- Locking : not fully implemented -->
-      org.apache.jackrabbit.test.api.lock.LockTest#testNodeLocked <!-- OAK-3482 -->
-      org.apache.jackrabbit.test.api.lock.LockTest#testAddRemoveLockToken <!-- OAK-2149 -->
-
-      org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest#testSetValueLockException  <!-- OAK-2149 -->
-
-      org.apache.jackrabbit.test.api.lock.DeepLockTest#testRemoveLockedChild <!-- OAK-2149 -->
-
-      org.apache.jackrabbit.test.api.lock.LockManagerTest#testRemoveLockToken3 <!-- OAK-2149 -->
-
-      org.apache.jackrabbit.test.api.lock.SessionScopedLockTest#testImplicitUnlock
-      org.apache.jackrabbit.test.api.lock.SessionScopedLockTest#testImplicitUnlock2
-
-      <!-- Observation -->
-      org.apache.jackrabbit.test.api.observation.NodeRemovedTest#testMultiNodesRemoved  <!-- OAK-1459 -->
-      org.apache.jackrabbit.test.api.observation.NodeMovedTest#testMoveWithRemove       <!-- OAK-1459 -->
-      org.apache.jackrabbit.test.api.observation.GetInfoTest#testPropertyAdded          <!--OAK-2262-->
-      org.apache.jackrabbit.test.api.observation.GetInfoTest#testPropertyChanged        <!--OAK-2262-->
-      org.apache.jackrabbit.test.api.observation.GetInfoTest#testPropertyRemoved        <!--OAK-2262-->
-      org.apache.jackrabbit.test.api.observation.GetIdentifierTest#testNodeMoved  <!-- Move in 2nd session not reflected in nodes of 1st session -->
-      org.apache.jackrabbit.test.api.observation.NodeReorderTest#testNodeReorderAddRemove          <!-- Uses SNS -->
-      org.apache.jackrabbit.test.api.observation.NodeReorderTest#testNodeReorderSameName           <!-- Uses SNS -->
-      org.apache.jackrabbit.test.api.observation.NodeReorderTest#testNodeReorderSameNameWithRemove <!-- Uses SNS -->
-      org.apache.jackrabbit.core.observation.ReorderTest                                           <!-- Uses SNS -->
-      org.apache.jackrabbit.core.observation.ShareableNodesTest#testAddShare                       <!-- OAK-118 workspace support needed -->
-      org.apache.jackrabbit.core.observation.ShareableNodesTest#testRemoveShare                    <!-- OAK-118 workspace support needed -->
-
-      <!-- Versioning -->
-      org.apache.jackrabbit.test.api.version.VersionTest#testMerge
-      org.apache.jackrabbit.test.api.version.VersionHistoryTest#testMerge
-      org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreLabel
-      org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreLabelJcr2
-      org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreRemovesMixin <!-- OAK-9459 -->
-      org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
-      org.apache.jackrabbit.test.api.version.MergeCancelMergeTest
-      org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest
-      org.apache.jackrabbit.test.api.version.MergeDoneMergeTest
-      org.apache.jackrabbit.test.api.version.MergeNodeIteratorTest
-      org.apache.jackrabbit.test.api.version.MergeNodeTest
-      org.apache.jackrabbit.test.api.version.MergeShallowTest
-      org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
-      org.apache.jackrabbit.test.api.version.MergeSubNodeTest
-
-      <!-- Permission Evaluation -->
-      org.apache.jackrabbit.oak.jcr.security.authorization.MultipleMoveTest#testMoveSubTreeBack4     <!-- Known Limitation of OAK-710 -->
-      org.apache.jackrabbit.oak.jcr.security.authorization.MultipleMoveTest#testMoveDestParent2      <!-- Known Limitation of OAK-710 -->
-      org.apache.jackrabbit.oak.jcr.security.authorization.MultipleMoveTest#testMoveDestParent4      <!-- Known Limitation of OAK-710 -->
-
-      <!-- Query -->
-      org.apache.jackrabbit.test.api.query.ElementTest#testElementTestNameTestSomeNTWithSNS          <!-- OAK-203 -->
-      org.apache.jackrabbit.test.api.query.SaveTest#testItemExistsException                          <!-- OAK-203 -->
-      org.apache.jackrabbit.test.api.query.SaveTest#testLockException
-      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoin                                      <!-- OAK-474 -->
-      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoinNtBase                                <!-- OAK-474 -->
-      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoinFilterPrimaryType                     <!-- OAK-474 -->
-      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoinSNS                                   <!-- OAK-474 -->
-
-      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtEnd                             <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStart                           <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStartAndEnd                     <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragment                     <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragmentEndsWithDots         <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testPreferPhrase                                  <!-- OAK-318 -->
-
-      org.apache.jackrabbit.core.query.QueryResultTest#testSkip                                      <!-- OAK-484 -->
-      org.apache.jackrabbit.core.query.SimilarQueryTest#testSimilar                                  <!-- OAK-319 -->
-      org.apache.jackrabbit.core.query.DerefTest#testDeref                                           <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testDerefInPredicate                                <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testRewrite                                         <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testDerefToVersionNode                              <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testMultipleDeref                                   <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.FulltextQueryTest#testMultipleOrExpressions                   <!-- OAK-2249 -->
-      org.apache.jackrabbit.core.query.FulltextQueryTest#testContainsPropScopeSQL                    <!-- OAK-902 -->
-      org.apache.jackrabbit.core.query.FulltextQueryTest#testContainsPropScopeXPath                  <!-- OAK-902 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex0Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex1Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex2Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex3Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testGeneralComparison                         <!-- OAK-327 -->
-      org.apache.jackrabbit.core.query.FnNameQueryTest#testLikeWithPrefix                            <!-- OAK-328 -->
-      org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest#testInvalidQuery                      <!-- OAK-329 -->
-      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenNoEscaping                <!-- OAK-481 -->
-      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedFull               <!-- OAK-481 -->
-      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedNode               <!-- OAK-481 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQuery                          <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQueryDeep                      <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testMultiRelation                          <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testLike                                   <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testContains                               <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testStarNameTest                           <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.SelectClauseTest#testSameNameSiblingSQL                       <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ShareableNodeTest#testName                                    <!-- OAK-118 -->
-      org.apache.jackrabbit.core.query.ShareableNodeTest#testPathConstraint                          <!-- OAK-118 -->
-      org.apache.jackrabbit.oak.jcr.query.QueryTest#fnNameEncoding                                   <!-- OAK-1000 -->
-    </known.issues>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Import-Package>
-              <!-- OAK-7182 -->${guava.osgi.import},
-              *
-            </Import-Package>
-            <Export-Package>
-              org.apache.jackrabbit.oak.jcr,
-              org.apache.jackrabbit.oak.jcr.observation.filter
-            </Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-            <configuration>
-                <excludes>
-                    <exclude>derby.log</exclude>
-                </excludes>
-            </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-failsafe-plugin</artifactId>
-        <configuration>
-          <systemPropertyVariables>
-            <java.util.logging.config.file>
-              src/test/resources/logging.properties
-            </java.util.logging.config.file>
-          </systemPropertyVariables>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-      <dependency>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.annotation</artifactId>
-          <scope>provided</scope>
-      </dependency>
-      <dependency>
-          <!-- somehow the 1.6.0_65 compiler crashes on osx without this. -->
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.apache.felix.scr.annotations</artifactId>
-          <scope>provided</scope>
-      </dependency>
-
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>2.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jackrabbit-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-composite</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-query-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-security-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-tar</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-azure</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-document</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-tar</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-azure</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-document</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-it</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>${jackrabbit.version}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob-cloud</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob-cloud-azure</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test dependencies -->
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob-plugins</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mongodb</groupId>
-      <artifactId>mongo-java-driver</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jul-to-slf4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-      <version>${h2.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>${jackrabbit.version}</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-core</artifactId>
-      <version>${jackrabbit.test.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-core</artifactId>
-      <version>${jackrabbit.test.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-data</artifactId>
-      <version>${jackrabbit.test.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>${jackrabbit.test.version}</version>
-       <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-      <version>1.0.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-math3</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.googlecode.json-simple</groupId>
-      <artifactId>json-simple</artifactId>
-      <version>1.1.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-jdbc</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>net.lingala.zip4j</groupId>
-      <artifactId>zip4j</artifactId>
-      <version>1.3.2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.14.2.0</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>junit-addons</groupId>
-      <artifactId>junit-addons</artifactId>
-      <version>1.4</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>xerces</groupId>
-          <artifactId>xercesImpl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>xerces</groupId>
-          <artifactId>xmlParserAPIs</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.arakelian</groupId>
-      <artifactId>docker-junit-rule</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-jcr</artifactId>

+  <name>Oak JCR Binding</name>

+  <packaging>bundle</packaging>

+

+  <properties>

+    <!-- Version of Jackrabbit used for testing, see OAK-9889 -->

+    <jackrabbit.test.version>2.20.4</jackrabbit.test.version>

+    <known.issues>

+      org.apache.jackrabbit.test.api.AddNodeTest#testSameNameSiblings                                  <!-- OAK-203 -->

+      org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionSrc               <!-- OAK-132 -->

+      org.apache.jackrabbit.test.api.SessionTest#testMoveConstraintViolationExceptionDest              <!-- OAK-132 -->

+      org.apache.jackrabbit.test.api.SessionTest#testMoveLockException

+      org.apache.jackrabbit.test.api.NodeTest#testAddNodeLackingMandatoryChildNode                     <!-- OAK-9621 -->

+      org.apache.jackrabbit.test.api.NodeTest#testRemoveNodeParentLocked

+      org.apache.jackrabbit.test.api.NodeSetPrimaryTypeTest#testLocked

+      org.apache.jackrabbit.test.api.WorkspaceCopyVersionableTest#testCopyNodesVersionableAndCheckedIn <!-- OAK-118 -->

+      org.apache.jackrabbit.test.api.WorkspaceMoveVersionableTest#testMoveNodesVersionableAndCheckedIn <!-- OAK-118 -->

+      org.apache.jackrabbit.test.api.SessionRemoveItemTest#testRemoveLockedChildItem

+      org.apache.jackrabbit.test.api.NodeAddMixinTest#testLocked

+      org.apache.jackrabbit.test.api.NodeCanAddMixinTest#testLocked

+      org.apache.jackrabbit.test.api.NodeRemoveMixinTest#testLocked

+      org.apache.jackrabbit.test.api.WorkspaceCopySameNameSibsTest#testCopyNodesNodeExistsAtDestPath2  <!-- OAK-118 -->

+      org.apache.jackrabbit.test.api.WorkspaceCopyTest#testCopyNodesLocked                             <!-- OAK-118 -->

+      org.apache.jackrabbit.test.api.WorkspaceMoveSameNameSibsTest#testMoveNodesOrderingSupportedByParent <!-- OAK-118 -->

+      org.apache.jackrabbit.test.api.WorkspaceMoveTest#testMoveNodesLocked                             <!-- OAK-118 -->

+

+      <!-- Locking : not fully implemented -->

+      org.apache.jackrabbit.test.api.lock.LockTest#testNodeLocked <!-- OAK-3482 -->

+      org.apache.jackrabbit.test.api.lock.LockTest#testAddRemoveLockToken <!-- OAK-2149 -->

+

+      org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest#testSetValueLockException  <!-- OAK-2149 -->

+

+      org.apache.jackrabbit.test.api.lock.DeepLockTest#testRemoveLockedChild <!-- OAK-2149 -->

+

+      org.apache.jackrabbit.test.api.lock.LockManagerTest#testRemoveLockToken3 <!-- OAK-2149 -->

+

+      org.apache.jackrabbit.test.api.lock.SessionScopedLockTest#testImplicitUnlock

+      org.apache.jackrabbit.test.api.lock.SessionScopedLockTest#testImplicitUnlock2

+

+      <!-- Observation -->

+      org.apache.jackrabbit.test.api.observation.NodeRemovedTest#testMultiNodesRemoved  <!-- OAK-1459 -->

+      org.apache.jackrabbit.test.api.observation.NodeMovedTest#testMoveWithRemove       <!-- OAK-1459 -->

+      org.apache.jackrabbit.test.api.observation.GetInfoTest#testPropertyAdded          <!--OAK-2262-->

+      org.apache.jackrabbit.test.api.observation.GetInfoTest#testPropertyChanged        <!--OAK-2262-->

+      org.apache.jackrabbit.test.api.observation.GetInfoTest#testPropertyRemoved        <!--OAK-2262-->

+      org.apache.jackrabbit.test.api.observation.GetIdentifierTest#testNodeMoved  <!-- Move in 2nd session not reflected in nodes of 1st session -->

+      org.apache.jackrabbit.test.api.observation.NodeReorderTest#testNodeReorderAddRemove          <!-- Uses SNS -->

+      org.apache.jackrabbit.test.api.observation.NodeReorderTest#testNodeReorderSameName           <!-- Uses SNS -->

+      org.apache.jackrabbit.test.api.observation.NodeReorderTest#testNodeReorderSameNameWithRemove <!-- Uses SNS -->

+      org.apache.jackrabbit.core.observation.ReorderTest                                           <!-- Uses SNS -->

+      org.apache.jackrabbit.core.observation.ShareableNodesTest#testAddShare                       <!-- OAK-118 workspace support needed -->

+      org.apache.jackrabbit.core.observation.ShareableNodesTest#testRemoveShare                    <!-- OAK-118 workspace support needed -->

+

+      <!-- Versioning -->

+      org.apache.jackrabbit.test.api.version.VersionTest#testMerge

+      org.apache.jackrabbit.test.api.version.VersionHistoryTest#testMerge

+      org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreLabel

+      org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreLabelJcr2

+      org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreRemovesMixin <!-- OAK-9459 -->

+      org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest

+      org.apache.jackrabbit.test.api.version.MergeCancelMergeTest

+      org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest

+      org.apache.jackrabbit.test.api.version.MergeDoneMergeTest

+      org.apache.jackrabbit.test.api.version.MergeNodeIteratorTest

+      org.apache.jackrabbit.test.api.version.MergeNodeTest

+      org.apache.jackrabbit.test.api.version.MergeShallowTest

+      org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest

+      org.apache.jackrabbit.test.api.version.MergeSubNodeTest

+

+      <!-- Permission Evaluation -->

+      org.apache.jackrabbit.oak.jcr.security.authorization.MultipleMoveTest#testMoveSubTreeBack4     <!-- Known Limitation of OAK-710 -->

+      org.apache.jackrabbit.oak.jcr.security.authorization.MultipleMoveTest#testMoveDestParent2      <!-- Known Limitation of OAK-710 -->

+      org.apache.jackrabbit.oak.jcr.security.authorization.MultipleMoveTest#testMoveDestParent4      <!-- Known Limitation of OAK-710 -->

+

+      <!-- Query -->

+      org.apache.jackrabbit.test.api.query.ElementTest#testElementTestNameTestSomeNTWithSNS          <!-- OAK-203 -->

+      org.apache.jackrabbit.test.api.query.SaveTest#testItemExistsException                          <!-- OAK-203 -->

+      org.apache.jackrabbit.test.api.query.SaveTest#testLockException

+      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoin                                      <!-- OAK-474 -->

+      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoinNtBase                                <!-- OAK-474 -->

+      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoinFilterPrimaryType                     <!-- OAK-474 -->

+      org.apache.jackrabbit.test.api.query.SQLJoinTest#testJoinSNS                                   <!-- OAK-474 -->

+

+      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtEnd                             <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStart                           <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStartAndEnd                     <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragment                     <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragmentEndsWithDots         <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testPreferPhrase                                  <!-- OAK-318 -->

+

+      org.apache.jackrabbit.core.query.QueryResultTest#testSkip                                      <!-- OAK-484 -->

+      org.apache.jackrabbit.core.query.SimilarQueryTest#testSimilar                                  <!-- OAK-319 -->

+      org.apache.jackrabbit.core.query.DerefTest#testDeref                                           <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testDerefInPredicate                                <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testRewrite                                         <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testDerefToVersionNode                              <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testMultipleDeref                                   <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.FulltextQueryTest#testMultipleOrExpressions                   <!-- OAK-2249 -->

+      org.apache.jackrabbit.core.query.FulltextQueryTest#testContainsPropScopeSQL                    <!-- OAK-902 -->

+      org.apache.jackrabbit.core.query.FulltextQueryTest#testContainsPropScopeXPath                  <!-- OAK-902 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex0Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex1Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex2Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex3Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testGeneralComparison                         <!-- OAK-327 -->

+      org.apache.jackrabbit.core.query.FnNameQueryTest#testLikeWithPrefix                            <!-- OAK-328 -->

+      org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest#testInvalidQuery                      <!-- OAK-329 -->

+      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenNoEscaping                <!-- OAK-481 -->

+      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedFull               <!-- OAK-481 -->

+      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedNode               <!-- OAK-481 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQuery                          <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQueryDeep                      <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testMultiRelation                          <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testLike                                   <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testContains                               <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testStarNameTest                           <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.SelectClauseTest#testSameNameSiblingSQL                       <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ShareableNodeTest#testName                                    <!-- OAK-118 -->

+      org.apache.jackrabbit.core.query.ShareableNodeTest#testPathConstraint                          <!-- OAK-118 -->

+      org.apache.jackrabbit.oak.jcr.query.QueryTest#fnNameEncoding                                   <!-- OAK-1000 -->

+    </known.issues>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <Import-Package>

+              <!-- OAK-7182 -->${guava.osgi.import},

+              *

+            </Import-Package>

+            <Export-Package>

+              org.apache.jackrabbit.oak.jcr,

+              org.apache.jackrabbit.oak.jcr.observation.filter

+            </Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+      <plugin>

+          <groupId>org.apache.rat</groupId>

+          <artifactId>apache-rat-plugin</artifactId>

+            <configuration>

+                <excludes>

+                    <exclude>derby.log</exclude>

+                </excludes>

+            </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-failsafe-plugin</artifactId>

+        <configuration>

+          <systemPropertyVariables>

+            <java.util.logging.config.file>

+              src/test/resources/logging.properties

+            </java.util.logging.config.file>

+          </systemPropertyVariables>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+      <dependency>

+          <groupId>org.osgi</groupId>

+          <artifactId>org.osgi.annotation</artifactId>

+          <scope>provided</scope>

+      </dependency>

+      <dependency>

+          <!-- somehow the 1.6.0_65 compiler crashes on osx without this. -->

+          <groupId>org.apache.felix</groupId>

+          <artifactId>org.apache.felix.scr.annotations</artifactId>

+          <scope>provided</scope>

+      </dependency>

+

+    <dependency>

+      <groupId>javax.jcr</groupId>

+      <artifactId>jcr</artifactId>

+      <version>2.0</version>

+    </dependency>

+

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jackrabbit-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-composite</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-query-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-security-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-tar</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-azure</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-document</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-tar</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-azure</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-document</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-it</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-commons</artifactId>

+      <version>${jackrabbit.version}</version>

+    </dependency>

+    

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob-cloud</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob-cloud-azure</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test dependencies -->

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob-plugins</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mongodb</groupId>

+      <artifactId>mongo-java-driver</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>jul-to-slf4j</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.h2database</groupId>

+      <artifactId>h2</artifactId>

+      <version>${h2.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-tests</artifactId>

+      <version>${jackrabbit.version}</version>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-core</artifactId>

+      <version>${jackrabbit.test.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-core</artifactId>

+      <version>${jackrabbit.test.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-data</artifactId>

+      <version>${jackrabbit.test.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-server</artifactId>

+      <version>${jackrabbit.test.version}</version>

+       <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.geronimo.specs</groupId>

+      <artifactId>geronimo-jta_1.0.1B_spec</artifactId>

+      <version>1.0.1</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-math3</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.googlecode.json-simple</groupId>

+      <artifactId>json-simple</artifactId>

+      <version>1.1.1</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-jdbc</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.sling</groupId>

+      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+      <version>2.0.2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-lang3</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>net.lingala.zip4j</groupId>

+      <artifactId>zip4j</artifactId>

+      <version>1.3.2</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.derby</groupId>

+      <artifactId>derby</artifactId>

+      <version>10.14.2.0</version>

+      <scope>test</scope>

+    </dependency>

+    

+    <dependency>

+      <groupId>junit-addons</groupId>

+      <artifactId>junit-addons</artifactId>

+      <version>1.4</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <groupId>xerces</groupId>

+          <artifactId>xercesImpl</artifactId>

+        </exclusion>

+        <exclusion>

+          <groupId>xerces</groupId>

+          <artifactId>xmlParserAPIs</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>io.dropwizard.metrics</groupId>

+      <artifactId>metrics-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.arakelian</groupId>

+      <artifactId>docker-junit-rule</artifactId>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/oak-lucene/pom.xml b/oak-lucene/pom.xml
index c6c2c73..931bf3c 100644
--- a/oak-lucene/pom.xml
+++ b/oak-lucene/pom.xml
@@ -1,450 +1,450 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>oak-parent</artifactId>
-    <version>1.22.14-SNAPSHOT</version>
-    <relativePath>../oak-parent/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>oak-lucene</artifactId>
-  <name>Oak Lucene</name>
-  <packaging>bundle</packaging>
-  <description>Oak Lucene integration subproject</description>
-
-  <properties>
-    <known.issues>
-      <!-- Jackrabbit query tests -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtEnd                             <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStart                           <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStartAndEnd                     <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragment                     <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragmentEndsWithDots         <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testPreferPhrase                                  <!-- OAK-318 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testQuotedPhrase                                  <!-- OAK-3580 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testHighlightJa                                   <!-- OAK-3580 -->
-      org.apache.jackrabbit.core.query.ExcerptTest#testEncodeIllegalCharsHighlights                  <!-- OAK-3580 -->
-      org.apache.jackrabbit.core.query.QueryResultTest#testSkip                                      <!-- OAK-484 -->
-      org.apache.jackrabbit.core.query.DerefTest#testDeref                                           <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testDerefInPredicate                                <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testRewrite                                         <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testDerefToVersionNode                              <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.DerefTest#testMultipleDeref                                   <!-- OAK-321 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex0Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex1Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex2Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex3Descendant                            <!-- OAK-322 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testGeneralComparison                         <!-- OAK-327 -->
-      org.apache.jackrabbit.core.query.FnNameQueryTest#testLikeWithPrefix                            <!-- OAK-328 -->
-      org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest#testInvalidQuery                      <!-- OAK-329 -->
-      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenNoEscaping                <!-- OAK-481 -->
-      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedFull               <!-- OAK-481 -->
-      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedNode               <!-- OAK-481 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQuery                          <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQueryDeep                      <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testMultiRelation                          <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testLike                                   <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testContains                               <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testStarNameTest                           <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.SelectClauseTest#testSameNameSiblingSQL                       <!-- OAK-203 -->
-      org.apache.jackrabbit.core.query.ShareableNodeTest#testName                                    <!-- OAK-118 -->
-      org.apache.jackrabbit.core.query.ShareableNodeTest#testPathConstraint                          <!-- OAK-118 -->
-      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR4                                      <!-- OAK-955 -->
-      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR5                                      <!-- OAK-955 -->
-      org.apache.jackrabbit.core.query.SQL2NodeLocalNameTest#testLowerLocalNameOrContains            <!-- OAK-957 -->
-      org.apache.jackrabbit.core.query.SQL2NodeLocalNameTest#testUpperLocalNameOrContains            <!-- OAK-957 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testBigDecimalField                           <!-- OAK-327 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testLikePatternEscaped                        <!-- OAK-327 -->
-      org.apache.jackrabbit.core.query.FulltextQueryTest#testMultipleOrExpressions                   <!-- TODO -->
-
-      org.apache.jackrabbit.core.query.SQL2QueryResultTest#testSQL2SelectColums                      <!-- OAK-2340 -->
-
-      org.apache.jackrabbit.core.query.JoinTest#testMultiValuedReferenceJoin                         <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR                                       <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR2                                      <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR3                                      <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.SQL2OuterJoinTest#testOuterJoin                               <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.SQL2OuterJoinTest#testOuterJoinMissingNode                    <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.SQL2OuterJoinTest#testOuterJoinExtraNode                      <!-- OAK-2338 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testLogicalExpression                         <!-- OAK-2338 -->
-
-      org.apache.jackrabbit.core.query.OrderByTest#testOrderByScore                                  <!-- OAK-2339 -->
-      org.apache.jackrabbit.core.query.OrderByTest#testOrderByMVP                                    <!-- OAK-2339 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testSimpleQuerySQL4                           <!-- OAK-2339 -->
-      org.apache.jackrabbit.core.query.SimpleQueryTest#testIsNull                                    <!-- OAK-2339 -->
-      org.apache.jackrabbit.core.query.FulltextQueryTest#testMultiByte                               <!-- OAK-2424 -->
-    </known.issues>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <!-- TODO: Should only provide services, not export packages  -->
-            <_exportcontents>
-              !org.apache.lucene.queryparser.xml,
-              !org.apache.lucene.queryparser.xml.builders,
-              org.apache.lucene.*;version=${lucene.version}
-            </_exportcontents>
-            <Export-Package>
-                org.apache.jackrabbit.oak.plugins.index.lucene,
-                org.apache.jackrabbit.oak.plugins.index.lucene.util,
-                org.apache.jackrabbit.oak.plugins.index.lucene.score,
-                org.apache.jackrabbit.oak.plugins.index.lucene.spi,
-            </Export-Package>
-            <Import-Package>
-                <!-- OAK-7182 -->${guava.osgi.import},
-                org.apache.lucene.sandbox.*;resolution:=optional,
-                !org.apache.lucene.*,
-                !org.apache.jackrabbit.oak.cache,
-                !com.sun.management.*,
-                !sun.management.*,
-                !sun.misc.*,
-                *
-            </Import-Package>
-            <Embed-Dependency>
-              oak-search;inline=true,
-                lucene-*;inline=true,
-              <!-- TODO FIXME OAK-3598 -->
-              oak-core-spi;inline="org/apache/jackrabbit/oak/cache/AbstractCacheStats.class|org/apache/jackrabbit/oak/cache/CacheStats.class"
-              <!-- TODO FIXME OAK-3598 -->
-            </Embed-Dependency>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/test.rtf</exclude>
-            <exclude>**/test.txt</exclude>
-            <exclude>**/fvs.csv</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <!-- Optional OSGi dependencies, used only when running within OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.annotation</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-query-spi</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-document</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-core</artifactId>
-      <version>${tika.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-search</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-
-    <!-- General utility libraries -->
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- Lucene dependencies -->
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-core</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-analyzers-common</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-queryparser</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-queries</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-suggest</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-highlighter</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-memory</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-misc</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-facet</artifactId>
-      <version>${lucene.version}</version>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <!-- Nullability annotations -->
-    <dependency>
-      <groupId>org.jetbrains</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mongodb</groupId>
-      <artifactId>mongo-java-driver</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-core</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-blob-plugins</artifactId>
-      <version>${project.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-spi</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-tar</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-segment-tar</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-document</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-store-composite</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-jcr</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-commons</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>${jackrabbit.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-core</artifactId>
-      <version>${jackrabbit.version}</version>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.lucene</groupId>
-          <artifactId>lucene-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-parsers</artifactId>
-      <version>${tika.version}</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-log4j12</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
-      <version>1.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-exec</artifactId>
-      <version>1.3</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.code.gson</groupId>
-      <artifactId>gson</artifactId>
-      <version>2.8.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.arakelian</groupId>
-      <artifactId>docker-junit-rule</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-      <version>${h2.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-jdbc</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.jackrabbit</groupId>

+    <artifactId>oak-parent</artifactId>

+    <version>1.22.14</version>

+    <relativePath>../oak-parent/pom.xml</relativePath>

+  </parent>

+

+  <artifactId>oak-lucene</artifactId>

+  <name>Oak Lucene</name>

+  <packaging>bundle</packaging>

+  <description>Oak Lucene integration subproject</description>

+

+  <properties>

+    <known.issues>

+      <!-- Jackrabbit query tests -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtEnd                             <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStart                           <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testMoreTextDotsAtStartAndEnd                     <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragment                     <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testPunctuationStartsFragmentEndsWithDots         <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testPreferPhrase                                  <!-- OAK-318 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testQuotedPhrase                                  <!-- OAK-3580 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testHighlightJa                                   <!-- OAK-3580 -->

+      org.apache.jackrabbit.core.query.ExcerptTest#testEncodeIllegalCharsHighlights                  <!-- OAK-3580 -->

+      org.apache.jackrabbit.core.query.QueryResultTest#testSkip                                      <!-- OAK-484 -->

+      org.apache.jackrabbit.core.query.DerefTest#testDeref                                           <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testDerefInPredicate                                <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testRewrite                                         <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testDerefToVersionNode                              <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.DerefTest#testMultipleDeref                                   <!-- OAK-321 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex0Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex1Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex2Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.XPathAxisTest#testIndex3Descendant                            <!-- OAK-322 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testGeneralComparison                         <!-- OAK-327 -->

+      org.apache.jackrabbit.core.query.FnNameQueryTest#testLikeWithPrefix                            <!-- OAK-328 -->

+      org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest#testInvalidQuery                      <!-- OAK-329 -->

+      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenNoEscaping                <!-- OAK-481 -->

+      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedFull               <!-- OAK-481 -->

+      org.apache.jackrabbit.core.query.SQL2PathEscapingTest#testGetChildrenEscapedNode               <!-- OAK-481 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQuery                          <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testRelationQueryDeep                      <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testMultiRelation                          <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testLike                                   <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testContains                               <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ChildAxisQueryTest#testStarNameTest                           <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.SelectClauseTest#testSameNameSiblingSQL                       <!-- OAK-203 -->

+      org.apache.jackrabbit.core.query.ShareableNodeTest#testName                                    <!-- OAK-118 -->

+      org.apache.jackrabbit.core.query.ShareableNodeTest#testPathConstraint                          <!-- OAK-118 -->

+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR4                                      <!-- OAK-955 -->

+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR5                                      <!-- OAK-955 -->

+      org.apache.jackrabbit.core.query.SQL2NodeLocalNameTest#testLowerLocalNameOrContains            <!-- OAK-957 -->

+      org.apache.jackrabbit.core.query.SQL2NodeLocalNameTest#testUpperLocalNameOrContains            <!-- OAK-957 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testBigDecimalField                           <!-- OAK-327 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testLikePatternEscaped                        <!-- OAK-327 -->

+      org.apache.jackrabbit.core.query.FulltextQueryTest#testMultipleOrExpressions                   <!-- TODO -->

+

+      org.apache.jackrabbit.core.query.SQL2QueryResultTest#testSQL2SelectColums                      <!-- OAK-2340 -->

+

+      org.apache.jackrabbit.core.query.JoinTest#testMultiValuedReferenceJoin                         <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR                                       <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR2                                      <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR3                                      <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.SQL2OuterJoinTest#testOuterJoin                               <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.SQL2OuterJoinTest#testOuterJoinMissingNode                    <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.SQL2OuterJoinTest#testOuterJoinExtraNode                      <!-- OAK-2338 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testLogicalExpression                         <!-- OAK-2338 -->

+

+      org.apache.jackrabbit.core.query.OrderByTest#testOrderByScore                                  <!-- OAK-2339 -->

+      org.apache.jackrabbit.core.query.OrderByTest#testOrderByMVP                                    <!-- OAK-2339 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testSimpleQuerySQL4                           <!-- OAK-2339 -->

+      org.apache.jackrabbit.core.query.SimpleQueryTest#testIsNull                                    <!-- OAK-2339 -->

+      org.apache.jackrabbit.core.query.FulltextQueryTest#testMultiByte                               <!-- OAK-2424 -->

+    </known.issues>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <instructions>

+            <!-- TODO: Should only provide services, not export packages  -->

+            <_exportcontents>

+              !org.apache.lucene.queryparser.xml,

+              !org.apache.lucene.queryparser.xml.builders,

+              org.apache.lucene.*;version=${lucene.version}

+            </_exportcontents>

+            <Export-Package>

+                org.apache.jackrabbit.oak.plugins.index.lucene,

+                org.apache.jackrabbit.oak.plugins.index.lucene.util,

+                org.apache.jackrabbit.oak.plugins.index.lucene.score,

+                org.apache.jackrabbit.oak.plugins.index.lucene.spi,

+            </Export-Package>

+            <Import-Package>

+                <!-- OAK-7182 -->${guava.osgi.import},

+                org.apache.lucene.sandbox.*;resolution:=optional,

+                !org.apache.lucene.*,

+                !org.apache.jackrabbit.oak.cache,

+                !com.sun.management.*,

+                !sun.management.*,

+                !sun.misc.*,

+                *

+            </Import-Package>

+            <Embed-Dependency>

+              oak-search;inline=true,

+                lucene-*;inline=true,

+              <!-- TODO FIXME OAK-3598 -->

+              oak-core-spi;inline="org/apache/jackrabbit/oak/cache/AbstractCacheStats.class|org/apache/jackrabbit/oak/cache/CacheStats.class"

+              <!-- TODO FIXME OAK-3598 -->

+            </Embed-Dependency>

+          </instructions>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <configuration>

+          <excludes>

+            <exclude>**/test.rtf</exclude>

+            <exclude>**/test.txt</exclude>

+            <exclude>**/fvs.csv</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <dependencies>

+    <!-- Optional OSGi dependencies, used only when running within OSGi -->

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.core</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.compendium</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.osgi</groupId>

+      <artifactId>org.osgi.annotation</artifactId>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.felix</groupId>

+      <artifactId>org.apache.felix.scr.annotations</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-api</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-query-spi</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-document</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tika</groupId>

+      <artifactId>tika-core</artifactId>

+      <version>${tika.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-search</artifactId>

+      <version>${project.version}</version>

+    </dependency>

+

+    <!-- General utility libraries -->

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <scope>provided</scope>

+    </dependency>

+

+    <!-- Lucene dependencies -->

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-core</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-analyzers-common</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-queryparser</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-queries</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-suggest</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-highlighter</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-memory</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-misc</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.lucene</groupId>

+      <artifactId>lucene-facet</artifactId>

+      <version>${lucene.version}</version>

+    </dependency>

+

+    <!-- Logging -->

+    <dependency>

+      <groupId>org.slf4j</groupId>

+      <artifactId>slf4j-api</artifactId>

+    </dependency>

+

+    <!-- Nullability annotations -->

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+    </dependency>

+

+    <!-- Test Dependencies -->

+    <dependency>

+      <groupId>ch.qos.logback</groupId>

+      <artifactId>logback-classic</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mongodb</groupId>

+      <artifactId>mongo-java-driver</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-core</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-blob-plugins</artifactId>

+      <version>${project.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-spi</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-tar</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-segment-tar</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-document</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-store-composite</artifactId>

+      <version>${project.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-jcr</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>oak-commons</artifactId>

+      <version>${project.version}</version>

+      <type>test-jar</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-jcr-tests</artifactId>

+      <version>${jackrabbit.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.jackrabbit</groupId>

+      <artifactId>jackrabbit-core</artifactId>

+      <version>${jackrabbit.version}</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <groupId>org.apache.lucene</groupId>

+          <artifactId>lucene-core</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tika</groupId>

+      <artifactId>tika-parsers</artifactId>

+      <version>${tika.version}</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <groupId>commons-logging</groupId>

+          <artifactId>commons-logging</artifactId>

+        </exclusion>

+        <exclusion>

+          <groupId>org.slf4j</groupId>

+          <artifactId>slf4j-log4j12</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.sling</groupId>

+      <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.hamcrest</groupId>

+      <artifactId>hamcrest-all</artifactId>

+      <version>1.3</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>io.dropwizard.metrics</groupId>

+      <artifactId>metrics-core</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.commons</groupId>

+      <artifactId>commons-exec</artifactId>

+      <version>1.3</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.code.gson</groupId>

+      <artifactId>gson</artifactId>

+      <version>2.8.0</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.arakelian</groupId>

+      <artifactId>docker-junit-rule</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.h2database</groupId>

+      <artifactId>h2</artifactId>

+      <version>${h2.version}</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.tomcat</groupId>

+      <artifactId>tomcat-jdbc</artifactId>

+      <scope>test</scope>

+    </dependency>

+

+  </dependencies>

+</project>

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 89f5ff6..d184f7c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -1,1277 +1,1277 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>18</version>
-    <relativePath />
-  </parent>
-
-  <groupId>org.apache.jackrabbit</groupId>
-  <artifactId>oak-parent</artifactId>
-  <name>Oak Parent POM</name>
-  <version>1.22.14-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <test.opts.memory>-Xmx512m</test.opts.memory>
-    <test.opts>${test.opts.coverage} ${test.opts.memory} -XX:+HeapDumpOnOutOfMemoryError -Dupdate.limit=100 -Djava.awt.headless=true</test.opts>
-    <skip.deployment>false</skip.deployment>
-    <skip.coverage>true</skip.coverage>
-    <minimum.line.coverage>0.0</minimum.line.coverage>
-    <minimum.branch.coverage>0.0</minimum.branch.coverage>
-    <known.issues />
-    <project.reporting.outputEncoding>
-      ${project.build.sourceEncoding}
-    </project.reporting.outputEncoding>
-    <jackrabbit.version>2.20.8</jackrabbit.version>
-    <mongo.host>127.0.0.1</mongo.host>
-    <mongo.port>27017</mongo.port>
-    <mongo.db>MongoMKDB</mongo.db>
-    <mongo.db2>MongoMKDB2</mongo.db2>
-    <mongo.url />
-    <mongo.version>3.6</mongo.version>
-    <segment.db>SegmentMK</segment.db>
-    <lucene.version>4.7.1</lucene.version>
-    <solr.version>8.11.1</solr.version>
-    <mongo.driver.version>3.12.11</mongo.driver.version>
-    <slf4j.api.version>1.7.36</slf4j.api.version>
-    <slf4j.version>1.7.36</slf4j.version> <!-- sync with logback version -->
-    <logback.version>1.2.10</logback.version>
-    <h2.version>2.1.214</h2.version>
-    <tika.version>1.26</tika.version>
-    <guava.version>15.0</guava.version>
-    <guava.osgi.import>com.google.common.*;version="[15.0,21)"</guava.osgi.import>
-    <derby.version>10.14.2.0</derby.version>
-    <jackson.version>2.13.4</jackson.version>
-    <java.version>1.8</java.version>
-    <java.version.signature>java18</java.version.signature>
-    
-   <!-- specifies on which fixture to run the integration testing tests. 
-      override in profiles or provide from command line to change behaviour. Provide 
-      more fixtures space separated. See org.apache.jackrabbit.oak.jcr.FixturesHelper#AVAILABLE_FIXTURES 
-      for the possible values: SEGMENT_MK SEGMENT_TAR SEGMENT_AZURE DOCUMENT_NS DOCUMENT_RDB -->
-    <fixtures>SEGMENT_TAR</fixtures>
-
-   <!-- whether skip the surefire unit testing during the integration testing. 
-      Override with -Dsurefire.skip.ut=true when needed -->
-    <surefire.skip.ut>false</surefire.skip.ut>
-  </properties>
-
-  <prerequisites>
-    <maven>3.2.1</maven>
-  </prerequisites>
-
-  <issueManagement>
-    <system>Jira</system>
-    <url>http://issues.apache.org/jira/browse/OAK</url>
-  </issueManagement>
-
-  <url>http://jackrabbit.apache.org/</url>
-  <inceptionYear>2012</inceptionYear>
-  <description>
-    The goal of the Oak effort within the Apache Jackrabbit project is
-    to implement a scalable and performant hierarchical content repository
-    for use as the foundation of modern world-class web sites and other
-    demanding content applications.
-  </description>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.8.1</version>
-          <configuration>
-            <target>${java.version}</target>
-            <source>${java.version}</source>
-            <compilerArgs>
-              <!-- OAK-7310 -->
-              <arg>-Xpkginfo:always</arg>
-            </compilerArgs>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>animal-sniffer-maven-plugin</artifactId>
-          <version>1.18</version>
-          <configuration>
-            <signature>
-              <groupId>org.codehaus.mojo.signature</groupId>
-              <artifactId>${java.version.signature}</artifactId>
-              <version>1.0</version>
-            </signature>
-          </configuration>
-        </plugin>
-        <plugin>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.1.1</version>
-          <configuration>
-            <source>${java.version}</source>
-            <aggregate>true</aggregate>
-            <links>
-              <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0/</link>
-              <link>https://jackrabbit.apache.org/api/2.20/</link>
-              <link>https://google.github.io/guava/releases/${guava.version}/api/docs/</link>
-            </links>
-            <!-- workaround for https://issues.apache.org/jira/browse/OAK-8517 -->
-      	    <excludePackageNames>org.apache.jackrabbit.oak.plugins.index.*</excludePackageNames>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <version>4.2.1</version>
-          <extensions>true</extensions>
-          <inherited>true</inherited>
-          <dependencies>
-            <dependency>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.scr.bnd</artifactId>
-                <version>1.9.6</version>
-                <exclusions>
-                    <!--
-                        This SCR plugin pulls in a bnd version with a different artifactId, thus leading
-                        to two bnd artifacts existing at the same time.
-                      -->
-                    <exclusion>
-                        <groupId>biz.aQute.bnd</groupId>
-                        <artifactId>bnd</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-          </dependencies>
-          <configuration>
-            <exportScr>true</exportScr>
-            <obrRepository>NONE</obrRepository>
-            <instructions>
-              <Bundle-Category>oak</Bundle-Category>
-              <Bundle-DocURL>
-                http://jackrabbit.apache.org/oak/
-              </Bundle-DocURL>
-              <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
-              <!-- Don't default to bundle version for packages without explicit export version.
-                   See FELIX-5172 -->
-              <_nodefaultversion>true</_nodefaultversion>
-              <!-- Support parsing of maven-scr-plugin annotations through the felix.scr.bnd plugin -->
-              <_plugin>org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin;destdir=${project.build.outputDirectory}</_plugin>
-            </instructions>
-          </configuration>
-          <executions>
-            <execution>
-              <id>baseline</id>
-              <goals>
-                <goal>baseline</goal>
-              </goals>
-              <phase>pre-integration-test</phase>
-              <configuration>
-                <logResults>false</logResults>
-                <failOnWarning>false</failOnWarning>
-                <failOnError>true</failOnError>
-                <filters>
-                  <!-- Disable baseline for explicitly NOT managed packages. See OAK-3842 -->
-                  <filter>!org.apache.jackrabbit.oak.spi.blob</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.blob.split</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.blob.stats</filter>
-                  <filter>!org.apache.jackrabbit.oak.blob.cloud.aws.s3</filter>
-                  <filter>!org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage</filter>
-                  <filter>!org.apache.jackrabbit.oak</filter>
-                  <filter>!org.apache.jackrabbit.oak.json</filter>
-                  <filter>!org.apache.jackrabbit.oak.namepath.impl</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.blob</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.blob.datastore</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.commit</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.identifier</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.aggregate</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.fulltext</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.property</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.property.strategy</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.reference</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.lock</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.memory</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.migration</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.migration.report</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.name</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.nodetype</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.nodetype.write</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.observation</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.observation.filter</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.tree.factories</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.value</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.value.jcr</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.version</filter>
-                  <filter>!org.apache.jackrabbit.oak.query</filter>
-                  <filter>!org.apache.jackrabbit.oak.query.fulltext</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.cluster</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.commit</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.filter</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.lifecycle</filter>
-                  <filter>!org.apache.jackrabbit.oak.spi.state</filter>
-                  <filter>!org.apache.jackrabbit.oak.jcr</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.document.spi</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.lucene</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.lucene.util</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.configuration</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.index</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.query</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.server</filter>
-                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.util</filter>
-                  <filter>!org.apache.jackrabbit.oak.segment.spi.monitor</filter>
-                  <filter>!org.apache.jackrabbit.oak.segment.spi.persistence</filter>
-                  <filter>*</filter>
-                </filters>
-              </configuration>
-            </execution>
-            <!-- Configure extra execution of 'manifest' in process-classes phase to make sure SCR metadata is generated before unit test runs -->
-            <execution>
-                <id>scr-metadata</id>
-                <goals>
-                    <goal>manifest</goal>
-                </goals>
-                <configuration>
-                    <supportIncrementalBuild>true</supportIncrementalBuild>
-                </configuration>
-            </execution>
-          </executions>
-        </plugin>
-        <plugin>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.8.2</version>
-          <configuration>
-            <skip>${skip.deployment}</skip>
-          </configuration>
-        </plugin>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.3</version>
-          <configuration>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.2.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <version>0.13</version>
-          <configuration>
-            <consoleOutput>true</consoleOutput>
-          </configuration>
-        </plugin>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.2</version>
-          <configuration>
-            <argLine>${test.opts}</argLine>
-            <systemPropertyVariables>
-              <known.issues>${known.issues}</known.issues>
-              <mongo.host>${mongo.host}</mongo.host>
-              <mongo.port>${mongo.port}</mongo.port>
-              <mongo.db>${mongo.db}</mongo.db>
-              <mongo.db2>${mongo.db2}</mongo.db2>
-              <mongo.url>${mongo.url}</mongo.url>
-              <segment.db>${segment.db}</segment.db>
-              <nsfixtures>${fixtures}</nsfixtures>
-              <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
-            </systemPropertyVariables>
-            <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          </configuration>
-        </plugin>
-        <plugin>
-          <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.22.2</version>
-          <configuration>
-            <argLine>${test.opts}</argLine>
-            <systemPropertyVariables>
-              <known.issues>${known.issues}</known.issues>
-              <mongo.host>${mongo.host}</mongo.host>
-              <mongo.port>${mongo.port}</mongo.port>
-              <mongo.db>${mongo.db}</mongo.db>
-              <mongo.db2>${mongo.db2}</mongo.db2>
-              <mongo.url>${mongo.url}</mongo.url>
-              <nsfixtures>${fixtures}</nsfixtures>
-              <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
-            </systemPropertyVariables>
-          </configuration>
-        </plugin>
-          <plugin>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>3.1.0</version>
-          </plugin>
-        <plugin>
-          <groupId>com.github.spotbugs</groupId>
-          <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>3.1.11</version>
-        </plugin>
-        <!-- This plugin's configuration is used to store Eclipse m2e      -->
-        <!-- settings only. It has no influence on the Maven build itself. -->
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>1.0.0</version>
-          <configuration>
-            <lifecycleMappingMetadata>
-              <pluginExecutions>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>build-helper-maven-plugin</artifactId>
-                    <versionRange>[1.7,)</versionRange>
-                    <goals>
-                      <goal>reserve-network-port</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <execute />
-                  </action>
-                </pluginExecution>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.jacoco</groupId>
-                    <artifactId>jacoco-maven-plugin</artifactId>
-                    <versionRange>[0.7.1.201405082137,)</versionRange>
-                    <goals>
-                      <goal>prepare-agent</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-              </pluginExecutions>
-            </lifecycleMappingMetadata>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>3.7.1</version>
-          <configuration>
-            <generateReports>false</generateReports>
-            <skip>true</skip>
-            <skipDeploy>true</skipDeploy>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-clean-plugin</artifactId>
-            <version>3.1.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.jacoco</groupId>
-          <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.5</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-    <plugins>
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>pre-unit-test</id>
-            <goals>
-              <goal>prepare-agent</goal>
-            </goals>
-            <configuration>
-              <skip>${skip.coverage}</skip>
-              <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>
-              <propertyName>test.opts.coverage</propertyName>
-            </configuration>
-          </execution>
-          <execution>
-            <id>post-unit-test</id>
-            <phase>test</phase>
-            <goals>
-              <goal>report</goal>
-            </goals>
-            <configuration>
-              <skip>${skip.coverage}</skip>
-              <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
-              <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
-            </configuration>
-          </execution>
-          <execution>
-            <id>default-check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <configuration>
-              <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>
-              <rules>
-                <rule>
-                  <element>BUNDLE</element>
-                  <limits>
-                    <limit>
-                      <counter>LINE</counter>
-                      <value>COVEREDRATIO</value>
-                      <minimum>${minimum.line.coverage}</minimum>
-                    </limit>
-                    <limit>
-                      <counter>BRANCH</counter>
-                      <value>COVEREDRATIO</value>
-                      <minimum>${minimum.branch.coverage}</minimum>
-                    </limit>
-                  </limits>
-                </rule>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>3.1.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <exclude>logback-test.xml</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>animal-sniffer</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <!--avoid child modules from inheriting anything from the apache parent pom -->
-        <inherited>false</inherited>
-      </plugin>
-    </plugins>
-  </reporting>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.core</artifactId>
-        <version>4.2.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.compendium</artifactId>
-        <version>4.2.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.service.component.annotations</artifactId>
-        <version>1.3.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.service.metatype.annotations</artifactId>
-        <version>1.3.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.scr.annotations</artifactId>
-        <version>1.9.6</version>
-      </dependency>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.annotation</artifactId>
-        <version>6.0.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jetbrains</groupId>
-        <artifactId>annotations</artifactId>
-        <version>18.0.0</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>4.12</version>
-      </dependency>
-      <dependency>
-        <groupId>org.mongodb</groupId>
-        <artifactId>mongo-java-driver</artifactId>
-        <version>${mongo.driver.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>com.google.guava</groupId>
-        <artifactId>guava</artifactId>
-        <version>${guava.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymock</artifactId>
-        <version>3.6</version>
-      </dependency>
-      <dependency>
-        <groupId>org.mockito</groupId>
-        <artifactId>mockito-core</artifactId>
-        <version>4.9.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-api</artifactId>
-        <version>${slf4j.api.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-simple</artifactId>
-        <version>${slf4j.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>log4j-over-slf4j</artifactId>
-        <version>${slf4j.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl-over-slf4j</artifactId>
-        <version>${slf4j.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jul-to-slf4j</artifactId>
-        <version>${slf4j.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>ch.qos.logback</groupId>
-        <artifactId>logback-classic</artifactId>
-        <version>${logback.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>ch.qos.logback</groupId>
-        <artifactId>logback-core</artifactId>
-        <version>${logback.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.jclouds.provider</groupId>
-        <artifactId>aws-s3</artifactId>
-        <version>2.0.3</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.sling</groupId>
-        <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-        <version>2.3.10</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>commons-lang</groupId>
-        <artifactId>commons-lang</artifactId>
-        <version>2.6</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-lang3</artifactId>
-        <version>3.12.0</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>2.6</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>1.14</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-math3</artifactId>
-        <version>3.6.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.tomcat</groupId>
-        <artifactId>tomcat-jdbc</artifactId>
-        <version>8.5.51</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.tomcat</groupId>
-        <artifactId>tomcat-juli</artifactId>
-        <version>8.5.51</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.jaas</artifactId>
-        <version>1.0.2</version>
-      </dependency>
-      <dependency>
-        <groupId>net.sf.jopt-simple</groupId>
-        <artifactId>jopt-simple</artifactId>
-        <version>5.0.3</version>
-      </dependency>
-      <dependency>
-        <groupId>io.dropwizard.metrics</groupId>
-        <artifactId>metrics-core</artifactId>
-        <version>3.2.3</version>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-annotations</artifactId>
-        <version>${jackson.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-core</artifactId>
-        <version>${jackson.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}.2<!--OAK-10021--></version>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.dataformat</groupId>
-        <artifactId>jackson-dataformat-smile</artifactId>
-        <version>${jackson.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpclient</artifactId>
-        <version>4.5.12</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpclient-osgi</artifactId>
-        <version>4.5.12</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpcore</artifactId>
-        <version>4.4.13</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpcore-osgi</artifactId>
-        <version>4.4.13</version>
-     </dependency>
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpmime</artifactId>
-        <version>4.5.12</version>
-      </dependency>
-      <dependency>
-        <groupId>com.arakelian</groupId>
-        <artifactId>docker-junit-rule</artifactId>
-        <version>2.3.0</version>
-      </dependency>
-      <dependency>
-        <groupId>com.microsoft.azure</groupId>
-        <artifactId>azure-storage</artifactId>
-        <version>8.6.0</version>
-      </dependency>
-      <dependency>
-        <groupId>com.microsoft.azure</groupId>
-        <artifactId>azure-keyvault-core</artifactId>
-        <version>1.2.2</version>
-      </dependency>
-
-    </dependencies>
-  </dependencyManagement>
-
-  <profiles>
-    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Unit testing profiles -->
-    <profile>
-         <id>unittesting</id>
-         <properties>
-            <!-- emptying $fixtures means run on all -->
-            <fixtures />
-         </properties>
-         <build>
-            <plugins>
-              <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-              </plugin>
-            </plugins>
-         </build>
-    </profile>
-    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Integration testing profiles -->
-    <profile>
-      <!-- runs all the IT agains the default fixture. See <properties> section -->
-      <id>integrationTesting</id>
-      <activation>
-        <property>
-          <name>env.OAK_INTEGRATION_TESTING</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-           <plugin>
-             <artifactId>maven-surefire-plugin</artifactId>
-             <configuration>
-               <skipTests>${surefire.skip.ut}</skipTests>
-             </configuration>
-           </plugin>
-          <plugin>
-            <artifactId>maven-failsafe-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>integration-test</goal>
-                  <goal>verify</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-   <!--  - - - - - - - - - - - - - - - - - - - will run all the required tests before a release -->
-   <profile>
-      <id>release</id>
-      <properties>
-         <nsfixtures />
-         <rdb.jdbc-url>jdbc:derby:./target/derby-release-test;create=true</rdb.jdbc-url>
-         <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
-      </properties>
-      <build>
-         <plugins>
-            <plugin>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <configuration>
-                    <systemProperties>
-                        <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
-                    </systemProperties>
-               </configuration>
-            </plugin>
-             <plugin>
-               <artifactId>maven-failsafe-plugin</artifactId>
-               <executions>
-                  <execution>
-                     <goals>
-                        <goal>integration-test</goal>
-                        <goal>verify</goal>
-                     </goals>
-                     <configuration>
-                        <systemProperties>
-                            <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
-                        </systemProperties>
-                     </configuration>
-                  </execution>
-               </executions>
-            </plugin>
-            <plugin>
-               <groupId>org.apache.rat</groupId>
-               <artifactId>apache-rat-plugin</artifactId>
-               <executions>
-                  <execution>
-                     <phase>verify</phase>
-                     <goals>
-                        <goal>check</goal>
-                     </goals>
-                  </execution>
-               </executions>
-            </plugin>
-            <plugin>
-               <artifactId>maven-checkstyle-plugin</artifactId>
-               <configuration>
-                  <failOnViolation>false</failOnViolation>
-               </configuration>
-               <executions>
-                  <execution>
-                     <goals>
-                        <goal>check</goal>
-                     </goals>
-                  </execution>
-               </executions>
-            </plugin>
-            <plugin>
-               <groupId>com.github.spotbugs</groupId>
-               <artifactId>spotbugs-maven-plugin</artifactId>
-               <configuration>
-                  <failOnError>false</failOnError>
-               </configuration>
-               <executions>
-                  <execution>
-                     <goals>
-                        <goal>check</goal>
-                     </goals>
-                  </execution>
-               </executions>
-            </plugin>
-         </plugins>
-      </build>
-      <dependencies>
-         <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derby</artifactId>
-            <version>${derby.version}</version>
-         </dependency>
-      </dependencies>
-   </profile>
-   
-    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - other profiles -->
-
-   <profile>
-      <id>longevity</id>
-      <build>
-         <plugins>
-            <plugin>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <configuration>
-                  <skipTests>true</skipTests>
-               </configuration>
-            </plugin>
-            <plugin>
-               <artifactId>maven-failsafe-plugin</artifactId>
-               <executions>
-                  <execution>
-                     <goals>
-                        <goal>integration-test</goal>
-                        <goal>verify</goal>
-                     </goals>
-                  </execution>
-               </executions>
-               <configuration>
-               <includes>
-                <include>**/*LT.java</include>
-               </includes>
-               </configuration>
-            </plugin>
-         </plugins>
-      </build>
-   </profile>
-    
-   <profile>
-      <id>guavabetachecks</id>
-      <build>
-         <plugins>
-            <plugin>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <version>3.7.0</version>
-              <configuration>
-                <compilerId>javac-with-errorprone</compilerId>
-                <forceJavacCompilerUse>true</forceJavacCompilerUse>
-                <target>${java.version}</target>
-                <source>${java.version}</source>
-                <annotationProcessorPaths>
-                  <path>
-                    <groupId>com.google.guava</groupId>
-                    <artifactId>guava-beta-checker</artifactId>
-                    <version>1.0</version>
-                  </path>
-                </annotationProcessorPaths>
-                <compilerArgs>
-                  <!-- OAK-7310 -->
-                  <arg>-Xpkginfo:always</arg>
-                  <arg>-XepDisableAllChecks</arg>
-                  <arg>-Xep:BetaApi:ERROR</arg>
-                </compilerArgs>
-              </configuration>
-              <dependencies>
-                <dependency>
-                  <groupId>org.codehaus.plexus</groupId>
-                  <artifactId>plexus-compiler-javac-errorprone</artifactId>
-                  <version>2.5</version>
-                </dependency>
-                <dependency>
-                  <groupId>com.google.errorprone</groupId>
-                  <artifactId>error_prone_core</artifactId>
-                  <version>2.3.1</version>
-                </dependency>
-              </dependencies>
-            </plugin>
-         </plugins>
-      </build>
-   </profile>
-
-    <profile>
-      <id>rat</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-           <plugin>
-             <artifactId>maven-surefire-plugin</artifactId>
-             <configuration>
-               <!-- run a test to prevent Jenkins from failing because no test ran -->
-               <test>PathUtilsTest</test>
-               <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
-             </configuration>
-           </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>javadoc</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>verify</phase>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <!-- run a test to prevent Jenkins from failing because no test ran -->
-              <test>PathUtilsTest</test>
-              <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>pedantic</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <configuration>
-              <failOnViolation>false</failOnViolation>
-            </configuration>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>com.github.spotbugs</groupId>
-            <artifactId>spotbugs-maven-plugin</artifactId>
-            <configuration>
-              <failOnError>false</failOnError>
-            </configuration>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-           <plugin>
-             <artifactId>maven-surefire-plugin</artifactId>
-             <configuration>
-               <skipTests>${surefire.skip.ut}</skipTests>
-             </configuration>
-           </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>guava-latest</id>
-      <properties>
-        <guava.version>20.0</guava.version>
-      </properties>
-	  </profile>
-    <profile>
-      <id>rdb-derby</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.derby</groupId>
-          <artifactId>derby</artifactId>
-          <version>${derby.version}</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>rdb-mysql</id>
-      <dependencies>
-        <dependency>
-          <groupId>mysql</groupId>
-          <artifactId>mysql-connector-java</artifactId>
-          <version>8.0.19</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>rdb-postgres</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.postgresql</groupId>
-          <artifactId>postgresql</artifactId>
-          <version>42.2.18</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>rdb-h2</id>
-      <dependencies>
-        <dependency>
-          <groupId>com.h2database</groupId>
-          <artifactId>h2</artifactId>
-          <version>${h2.version}</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>rdb-mssql</id>
-      <dependencies>
-        <dependency>
-          <groupId>com.microsoft.sqlserver</groupId>
-          <artifactId>mssql-jdbc</artifactId>
-          <version>8.2.1.jre8</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <!-- requires local copy of Oracle JDBC driver deployed to Maven repo -->
-      <!-- for instance:
-        mvn install:install-file -Dfile=ojdbc8.jar -Dpackaging=jar\
-          -DgroupId=com.oracle.jdbc -DartifactId=ojdbc8 -Dversion=12.2.0.1
-      -->
-      <!-- or see https://blogs.oracle.com/dev2dev/get-oracle-jdbc-drivers-and-ucp-from-oracle-maven-repository-without-ides -->
-      <id>rdb-oracle</id>
-      <dependencies>
-        <dependency>
-          <groupId>com.oracle.jdbc</groupId>
-          <artifactId>ojdbc8</artifactId>
-          <version>12.2.0.1</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <!-- requires local copy of IBM DB2 JDBC drivers deployed to Maven repo-->
-      <!-- for instance:
-        mvn install:install-file -Dfile=db2jcc4.jar -Dpackaging=jar\
-          -DgroupId=com.ibm.db2 -DartifactId=db2 -Dversion=4.19.77
-       -->
-      <id>rdb-db2</id>
-      <dependencies>
-        <dependency>
-          <groupId>com.ibm.db2</groupId>
-          <artifactId>db2</artifactId>
-          <version>4.19.77</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <!-- requires local copy of IBM DB2 JDBC drivers deployed to Maven repo-->
-      <!-- for instance:
-        mvn install:install-file -Dfile=db2jcc4.jar -Dpackaging=jar\
-          -DgroupId=com.ibm.db2 -DartifactId=db2 -Dversion=4.25.13
-       -->
-      <id>rdb-db2-11</id>
-      <dependencies>
-        <dependency>
-          <groupId>com.ibm.db2</groupId>
-          <artifactId>db2</artifactId>
-          <version>4.25.13</version>
-        </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>coverage</id>
-      <properties>
-        <skip.coverage>false</skip.coverage>
-      </properties>
-    </profile>
-
-    <profile>
-      <id>fast</id>
-      <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>default</id>
-                  <goals>
-                    <goal>testCompile</goal>
-                  </goals>
-                  <configuration>
-                    <skip>true</skip>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-resources-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>default</id>
-                  <goals>
-                    <goal>testResources</goal>
-                  </goals>
-                  <configuration>
-                    <skip>true</skip>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-jar-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>default</id>
-                  <goals>
-                    <goal>test-jar</goal>
-                  </goals>
-                  <configuration>
-                    <skip>true</skip>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-surefire-plugin</artifactId>
-              <configuration>
-                <skip>true</skip>
-              </configuration>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-failsafe-plugin</artifactId>
-              <configuration>
-                <skip>true</skip>
-              </configuration>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.felix</groupId>
-              <artifactId>maven-bundle-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>baseline</id>
-                  <goals>
-                    <goal>baseline</goal>
-                  </goals>
-                  <configuration>
-                    <skip>true</skip>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-            <plugin>
-              <groupId>org.jacoco</groupId>
-              <artifactId>jacoco-maven-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>pre-unit-test</id>
-                  <goals>
-                    <goal>prepare-agent</goal>
-                  </goals>
-                  <configuration>
-                    <skip>true</skip>
-                  </configuration>
-                </execution>
-                <execution>
-                  <id>post-unit-test</id>
-                  <goals>
-                    <goal>report</goal>
-                  </goals>
-                  <configuration>
-                    <skip>true</skip>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>animal-sniffer-maven-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>animal-sniffer</id>
-                  <phase />
-                </execution>
-              </executions>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-      </build>
-    </profile>
-  </profiles>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/1.22/oak-parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/1.22/oak-parent</developerConnection>
-    <url>https://svn.apache.org/viewvc/maven/pom/branches/1.22/oak-parent</url>
-    <tag>jackrabbit-oak-1.22.9</tag>
-  </scm>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+  -->

+

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache</groupId>

+    <artifactId>apache</artifactId>

+    <version>18</version>

+    <relativePath />

+  </parent>

+

+  <groupId>org.apache.jackrabbit</groupId>

+  <artifactId>oak-parent</artifactId>

+  <name>Oak Parent POM</name>

+  <version>1.22.14</version>

+  <packaging>pom</packaging>

+

+  <properties>

+    <test.opts.memory>-Xmx512m</test.opts.memory>

+    <test.opts>${test.opts.coverage} ${test.opts.memory} -XX:+HeapDumpOnOutOfMemoryError -Dupdate.limit=100 -Djava.awt.headless=true</test.opts>

+    <skip.deployment>false</skip.deployment>

+    <skip.coverage>true</skip.coverage>

+    <minimum.line.coverage>0.0</minimum.line.coverage>

+    <minimum.branch.coverage>0.0</minimum.branch.coverage>

+    <known.issues />

+    <project.reporting.outputEncoding>

+      ${project.build.sourceEncoding}

+    </project.reporting.outputEncoding>

+    <jackrabbit.version>2.20.8</jackrabbit.version>

+    <mongo.host>127.0.0.1</mongo.host>

+    <mongo.port>27017</mongo.port>

+    <mongo.db>MongoMKDB</mongo.db>

+    <mongo.db2>MongoMKDB2</mongo.db2>

+    <mongo.url />

+    <mongo.version>3.6</mongo.version>

+    <segment.db>SegmentMK</segment.db>

+    <lucene.version>4.7.1</lucene.version>

+    <solr.version>8.11.1</solr.version>

+    <mongo.driver.version>3.12.11</mongo.driver.version>

+    <slf4j.api.version>1.7.36</slf4j.api.version>

+    <slf4j.version>1.7.36</slf4j.version> <!-- sync with logback version -->

+    <logback.version>1.2.10</logback.version>

+    <h2.version>2.1.214</h2.version>

+    <tika.version>1.26</tika.version>

+    <guava.version>15.0</guava.version>

+    <guava.osgi.import>com.google.common.*;version="[15.0,21)"</guava.osgi.import>

+    <derby.version>10.14.2.0</derby.version>

+    <jackson.version>2.13.4</jackson.version>

+    <java.version>1.8</java.version>

+    <java.version.signature>java18</java.version.signature>

+    

+   <!-- specifies on which fixture to run the integration testing tests. 

+      override in profiles or provide from command line to change behaviour. Provide 

+      more fixtures space separated. See org.apache.jackrabbit.oak.jcr.FixturesHelper#AVAILABLE_FIXTURES 

+      for the possible values: SEGMENT_MK SEGMENT_TAR SEGMENT_AZURE DOCUMENT_NS DOCUMENT_RDB -->

+    <fixtures>SEGMENT_TAR</fixtures>

+

+   <!-- whether skip the surefire unit testing during the integration testing. 

+      Override with -Dsurefire.skip.ut=true when needed -->

+    <surefire.skip.ut>false</surefire.skip.ut>

+  </properties>

+

+  <prerequisites>

+    <maven>3.2.1</maven>

+  </prerequisites>

+

+  <issueManagement>

+    <system>Jira</system>

+    <url>http://issues.apache.org/jira/browse/OAK</url>

+  </issueManagement>

+

+  <url>http://jackrabbit.apache.org/</url>

+  <inceptionYear>2012</inceptionYear>

+  <description>

+    The goal of the Oak effort within the Apache Jackrabbit project is

+    to implement a scalable and performant hierarchical content repository

+    for use as the foundation of modern world-class web sites and other

+    demanding content applications.

+  </description>

+

+  <build>

+    <pluginManagement>

+      <plugins>

+        <plugin>

+          <artifactId>maven-compiler-plugin</artifactId>

+          <version>3.8.1</version>

+          <configuration>

+            <target>${java.version}</target>

+            <source>${java.version}</source>

+            <compilerArgs>

+              <!-- OAK-7310 -->

+              <arg>-Xpkginfo:always</arg>

+            </compilerArgs>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>animal-sniffer-maven-plugin</artifactId>

+          <version>1.18</version>

+          <configuration>

+            <signature>

+              <groupId>org.codehaus.mojo.signature</groupId>

+              <artifactId>${java.version.signature}</artifactId>

+              <version>1.0</version>

+            </signature>

+          </configuration>

+        </plugin>

+        <plugin>

+          <artifactId>maven-javadoc-plugin</artifactId>

+          <version>3.1.1</version>

+          <configuration>

+            <source>${java.version}</source>

+            <aggregate>true</aggregate>

+            <links>

+              <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0/</link>

+              <link>https://jackrabbit.apache.org/api/2.20/</link>

+              <link>https://google.github.io/guava/releases/${guava.version}/api/docs/</link>

+            </links>

+            <!-- workaround for https://issues.apache.org/jira/browse/OAK-8517 -->

+      	    <excludePackageNames>org.apache.jackrabbit.oak.plugins.index.*</excludePackageNames>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.felix</groupId>

+          <artifactId>maven-bundle-plugin</artifactId>

+          <version>4.2.1</version>

+          <extensions>true</extensions>

+          <inherited>true</inherited>

+          <dependencies>

+            <dependency>

+                <groupId>org.apache.felix</groupId>

+                <artifactId>org.apache.felix.scr.bnd</artifactId>

+                <version>1.9.6</version>

+                <exclusions>

+                    <!--

+                        This SCR plugin pulls in a bnd version with a different artifactId, thus leading

+                        to two bnd artifacts existing at the same time.

+                      -->

+                    <exclusion>

+                        <groupId>biz.aQute.bnd</groupId>

+                        <artifactId>bnd</artifactId>

+                    </exclusion>

+                </exclusions>

+            </dependency>

+          </dependencies>

+          <configuration>

+            <exportScr>true</exportScr>

+            <obrRepository>NONE</obrRepository>

+            <instructions>

+              <Bundle-Category>oak</Bundle-Category>

+              <Bundle-DocURL>

+                http://jackrabbit.apache.org/oak/

+              </Bundle-DocURL>

+              <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>

+              <!-- Don't default to bundle version for packages without explicit export version.

+                   See FELIX-5172 -->

+              <_nodefaultversion>true</_nodefaultversion>

+              <!-- Support parsing of maven-scr-plugin annotations through the felix.scr.bnd plugin -->

+              <_plugin>org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin;destdir=${project.build.outputDirectory}</_plugin>

+            </instructions>

+          </configuration>

+          <executions>

+            <execution>

+              <id>baseline</id>

+              <goals>

+                <goal>baseline</goal>

+              </goals>

+              <phase>pre-integration-test</phase>

+              <configuration>

+                <logResults>false</logResults>

+                <failOnWarning>false</failOnWarning>

+                <failOnError>true</failOnError>

+                <filters>

+                  <!-- Disable baseline for explicitly NOT managed packages. See OAK-3842 -->

+                  <filter>!org.apache.jackrabbit.oak.spi.blob</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.blob.split</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.blob.stats</filter>

+                  <filter>!org.apache.jackrabbit.oak.blob.cloud.aws.s3</filter>

+                  <filter>!org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage</filter>

+                  <filter>!org.apache.jackrabbit.oak</filter>

+                  <filter>!org.apache.jackrabbit.oak.json</filter>

+                  <filter>!org.apache.jackrabbit.oak.namepath.impl</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.blob</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.blob.datastore</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.commit</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.identifier</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.aggregate</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.fulltext</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.property</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.property.strategy</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.reference</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.lock</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.memory</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.migration</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.migration.report</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.name</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.nodetype</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.nodetype.write</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.observation</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.observation.filter</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.tree.factories</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.value</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.value.jcr</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.version</filter>

+                  <filter>!org.apache.jackrabbit.oak.query</filter>

+                  <filter>!org.apache.jackrabbit.oak.query.fulltext</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.cluster</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.commit</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.filter</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.lifecycle</filter>

+                  <filter>!org.apache.jackrabbit.oak.spi.state</filter>

+                  <filter>!org.apache.jackrabbit.oak.jcr</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.document.spi</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.lucene</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.lucene.util</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.configuration</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.index</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.query</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.server</filter>

+                  <filter>!org.apache.jackrabbit.oak.plugins.index.solr.util</filter>

+                  <filter>!org.apache.jackrabbit.oak.segment.spi.monitor</filter>

+                  <filter>!org.apache.jackrabbit.oak.segment.spi.persistence</filter>

+                  <filter>*</filter>

+                </filters>

+              </configuration>

+            </execution>

+            <!-- Configure extra execution of 'manifest' in process-classes phase to make sure SCR metadata is generated before unit test runs -->

+            <execution>

+                <id>scr-metadata</id>

+                <goals>

+                    <goal>manifest</goal>

+                </goals>

+                <configuration>

+                    <supportIncrementalBuild>true</supportIncrementalBuild>

+                </configuration>

+            </execution>

+          </executions>

+        </plugin>

+        <plugin>

+          <artifactId>maven-deploy-plugin</artifactId>

+          <version>2.8.2</version>

+          <configuration>

+            <skip>${skip.deployment}</skip>

+          </configuration>

+        </plugin>

+        <plugin>

+          <artifactId>maven-release-plugin</artifactId>

+          <version>2.5.3</version>

+          <configuration>

+            <autoVersionSubmodules>true</autoVersionSubmodules>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-assembly-plugin</artifactId>

+          <version>3.2.0</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.rat</groupId>

+          <artifactId>apache-rat-plugin</artifactId>

+          <version>0.13</version>

+          <configuration>

+            <consoleOutput>true</consoleOutput>

+          </configuration>

+        </plugin>

+        <plugin>

+          <artifactId>maven-surefire-plugin</artifactId>

+          <version>2.22.2</version>

+          <configuration>

+            <argLine>${test.opts}</argLine>

+            <systemPropertyVariables>

+              <known.issues>${known.issues}</known.issues>

+              <mongo.host>${mongo.host}</mongo.host>

+              <mongo.port>${mongo.port}</mongo.port>

+              <mongo.db>${mongo.db}</mongo.db>

+              <mongo.db2>${mongo.db2}</mongo.db2>

+              <mongo.url>${mongo.url}</mongo.url>

+              <segment.db>${segment.db}</segment.db>

+              <nsfixtures>${fixtures}</nsfixtures>

+              <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>

+            </systemPropertyVariables>

+            <redirectTestOutputToFile>true</redirectTestOutputToFile>

+          </configuration>

+        </plugin>

+        <plugin>

+          <artifactId>maven-failsafe-plugin</artifactId>

+          <version>2.22.2</version>

+          <configuration>

+            <argLine>${test.opts}</argLine>

+            <systemPropertyVariables>

+              <known.issues>${known.issues}</known.issues>

+              <mongo.host>${mongo.host}</mongo.host>

+              <mongo.port>${mongo.port}</mongo.port>

+              <mongo.db>${mongo.db}</mongo.db>

+              <mongo.db2>${mongo.db2}</mongo.db2>

+              <mongo.url>${mongo.url}</mongo.url>

+              <nsfixtures>${fixtures}</nsfixtures>

+              <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>

+            </systemPropertyVariables>

+          </configuration>

+        </plugin>

+          <plugin>

+            <artifactId>maven-checkstyle-plugin</artifactId>

+            <version>3.1.0</version>

+          </plugin>

+        <plugin>

+          <groupId>com.github.spotbugs</groupId>

+          <artifactId>spotbugs-maven-plugin</artifactId>

+          <version>3.1.11</version>

+        </plugin>

+        <!-- This plugin's configuration is used to store Eclipse m2e      -->

+        <!-- settings only. It has no influence on the Maven build itself. -->

+        <plugin>

+          <groupId>org.eclipse.m2e</groupId>

+          <artifactId>lifecycle-mapping</artifactId>

+          <version>1.0.0</version>

+          <configuration>

+            <lifecycleMappingMetadata>

+              <pluginExecutions>

+                <pluginExecution>

+                  <pluginExecutionFilter>

+                    <groupId>org.codehaus.mojo</groupId>

+                    <artifactId>build-helper-maven-plugin</artifactId>

+                    <versionRange>[1.7,)</versionRange>

+                    <goals>

+                      <goal>reserve-network-port</goal>

+                    </goals>

+                  </pluginExecutionFilter>

+                  <action>

+                    <execute />

+                  </action>

+                </pluginExecution>

+                <pluginExecution>

+                  <pluginExecutionFilter>

+                    <groupId>org.jacoco</groupId>

+                    <artifactId>jacoco-maven-plugin</artifactId>

+                    <versionRange>[0.7.1.201405082137,)</versionRange>

+                    <goals>

+                      <goal>prepare-agent</goal>

+                    </goals>

+                  </pluginExecutionFilter>

+                  <action>

+                    <ignore />

+                  </action>

+                </pluginExecution>

+              </pluginExecutions>

+            </lifecycleMappingMetadata>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-site-plugin</artifactId>

+          <version>3.7.1</version>

+          <configuration>

+            <generateReports>false</generateReports>

+            <skip>true</skip>

+            <skipDeploy>true</skipDeploy>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-scm-publish-plugin</artifactId>

+          <version>3.0.0</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-project-info-reports-plugin</artifactId>

+          <version>3.0.0</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-shade-plugin</artifactId>

+          <version>3.2.1</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-clean-plugin</artifactId>

+            <version>3.1.0</version>

+        </plugin>

+        <plugin>

+          <groupId>org.jacoco</groupId>

+          <artifactId>jacoco-maven-plugin</artifactId>

+          <version>0.8.5</version>

+        </plugin>

+      </plugins>

+    </pluginManagement>

+    <plugins>

+      <plugin>

+        <groupId>org.jacoco</groupId>

+        <artifactId>jacoco-maven-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>pre-unit-test</id>

+            <goals>

+              <goal>prepare-agent</goal>

+            </goals>

+            <configuration>

+              <skip>${skip.coverage}</skip>

+              <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>

+              <propertyName>test.opts.coverage</propertyName>

+            </configuration>

+          </execution>

+          <execution>

+            <id>post-unit-test</id>

+            <phase>test</phase>

+            <goals>

+              <goal>report</goal>

+            </goals>

+            <configuration>

+              <skip>${skip.coverage}</skip>

+              <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>

+              <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>

+            </configuration>

+          </execution>

+          <execution>

+            <id>default-check</id>

+            <goals>

+              <goal>check</goal>

+            </goals>

+            <configuration>

+              <dataFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</dataFile>

+              <rules>

+                <rule>

+                  <element>BUNDLE</element>

+                  <limits>

+                    <limit>

+                      <counter>LINE</counter>

+                      <value>COVEREDRATIO</value>

+                      <minimum>${minimum.line.coverage}</minimum>

+                    </limit>

+                    <limit>

+                      <counter>BRANCH</counter>

+                      <value>COVEREDRATIO</value>

+                      <minimum>${minimum.branch.coverage}</minimum>

+                    </limit>

+                  </limits>

+                </rule>

+              </rules>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <version>3.1.2</version>

+        <executions>

+          <execution>

+            <goals>

+              <goal>test-jar</goal>

+            </goals>

+            <configuration>

+              <excludes>

+                <exclude>logback-test.xml</exclude>

+              </excludes>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>animal-sniffer-maven-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>animal-sniffer</id>

+            <phase>compile</phase>

+            <goals>

+              <goal>check</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+

+  <reporting>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-project-info-reports-plugin</artifactId>

+        <!--avoid child modules from inheriting anything from the apache parent pom -->

+        <inherited>false</inherited>

+      </plugin>

+    </plugins>

+  </reporting>

+

+  <dependencyManagement>

+    <dependencies>

+      <dependency>

+        <groupId>org.osgi</groupId>

+        <artifactId>org.osgi.core</artifactId>

+        <version>4.2.0</version>

+      </dependency>

+      <dependency>

+        <groupId>org.osgi</groupId>

+        <artifactId>org.osgi.compendium</artifactId>

+        <version>4.2.0</version>

+      </dependency>

+      <dependency>

+        <groupId>org.osgi</groupId>

+        <artifactId>org.osgi.service.component.annotations</artifactId>

+        <version>1.3.0</version>

+      </dependency>

+      <dependency>

+        <groupId>org.osgi</groupId>

+        <artifactId>org.osgi.service.metatype.annotations</artifactId>

+        <version>1.3.0</version>

+      </dependency>

+

+      <dependency>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>org.apache.felix.scr.annotations</artifactId>

+        <version>1.9.6</version>

+      </dependency>

+      <dependency>

+        <groupId>org.osgi</groupId>

+        <artifactId>org.osgi.annotation</artifactId>

+        <version>6.0.0</version>

+      </dependency>

+      <dependency>

+        <groupId>org.jetbrains</groupId>

+        <artifactId>annotations</artifactId>

+        <version>18.0.0</version>

+        <scope>provided</scope>

+      </dependency>

+      <dependency>

+        <groupId>junit</groupId>

+        <artifactId>junit</artifactId>

+        <version>4.12</version>

+      </dependency>

+      <dependency>

+        <groupId>org.mongodb</groupId>

+        <artifactId>mongo-java-driver</artifactId>

+        <version>${mongo.driver.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>com.google.guava</groupId>

+        <artifactId>guava</artifactId>

+        <version>${guava.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.easymock</groupId>

+        <artifactId>easymock</artifactId>

+        <version>3.6</version>

+      </dependency>

+      <dependency>

+        <groupId>org.mockito</groupId>

+        <artifactId>mockito-core</artifactId>

+        <version>4.9.0</version>

+      </dependency>

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>slf4j-api</artifactId>

+        <version>${slf4j.api.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>slf4j-simple</artifactId>

+        <version>${slf4j.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>log4j-over-slf4j</artifactId>

+        <version>${slf4j.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>jcl-over-slf4j</artifactId>

+        <version>${slf4j.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>jul-to-slf4j</artifactId>

+        <version>${slf4j.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>ch.qos.logback</groupId>

+        <artifactId>logback-classic</artifactId>

+        <version>${logback.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>ch.qos.logback</groupId>

+        <artifactId>logback-core</artifactId>

+        <version>${logback.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.jclouds.provider</groupId>

+        <artifactId>aws-s3</artifactId>

+        <version>2.0.3</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.sling</groupId>

+        <artifactId>org.apache.sling.testing.osgi-mock</artifactId>

+        <version>2.3.10</version>

+        <scope>test</scope>

+      </dependency>

+      <dependency>

+        <groupId>commons-lang</groupId>

+        <artifactId>commons-lang</artifactId>

+        <version>2.6</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-lang3</artifactId>

+        <version>3.12.0</version>

+      </dependency>

+      <dependency>

+        <groupId>commons-io</groupId>

+        <artifactId>commons-io</artifactId>

+        <version>2.6</version>

+      </dependency>

+      <dependency>

+        <groupId>commons-codec</groupId>

+        <artifactId>commons-codec</artifactId>

+        <version>1.14</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-math3</artifactId>

+        <version>3.6.1</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.tomcat</groupId>

+        <artifactId>tomcat-jdbc</artifactId>

+        <version>8.5.51</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.tomcat</groupId>

+        <artifactId>tomcat-juli</artifactId>

+        <version>8.5.51</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>org.apache.felix.jaas</artifactId>

+        <version>1.0.2</version>

+      </dependency>

+      <dependency>

+        <groupId>net.sf.jopt-simple</groupId>

+        <artifactId>jopt-simple</artifactId>

+        <version>5.0.3</version>

+      </dependency>

+      <dependency>

+        <groupId>io.dropwizard.metrics</groupId>

+        <artifactId>metrics-core</artifactId>

+        <version>3.2.3</version>

+      </dependency>

+      <dependency>

+        <groupId>com.fasterxml.jackson.core</groupId>

+        <artifactId>jackson-annotations</artifactId>

+        <version>${jackson.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>com.fasterxml.jackson.core</groupId>

+        <artifactId>jackson-core</artifactId>

+        <version>${jackson.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>com.fasterxml.jackson.core</groupId>

+        <artifactId>jackson-databind</artifactId>

+        <version>${jackson.version}.2<!--OAK-10021--></version>

+      </dependency>

+      <dependency>

+        <groupId>com.fasterxml.jackson.dataformat</groupId>

+        <artifactId>jackson-dataformat-smile</artifactId>

+        <version>${jackson.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.httpcomponents</groupId>

+        <artifactId>httpclient</artifactId>

+        <version>4.5.12</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.httpcomponents</groupId>

+        <artifactId>httpclient-osgi</artifactId>

+        <version>4.5.12</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.httpcomponents</groupId>

+        <artifactId>httpcore</artifactId>

+        <version>4.4.13</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.httpcomponents</groupId>

+        <artifactId>httpcore-osgi</artifactId>

+        <version>4.4.13</version>

+     </dependency>

+      <dependency>

+        <groupId>org.apache.httpcomponents</groupId>

+        <artifactId>httpmime</artifactId>

+        <version>4.5.12</version>

+      </dependency>

+      <dependency>

+        <groupId>com.arakelian</groupId>

+        <artifactId>docker-junit-rule</artifactId>

+        <version>2.3.0</version>

+      </dependency>

+      <dependency>

+        <groupId>com.microsoft.azure</groupId>

+        <artifactId>azure-storage</artifactId>

+        <version>8.6.0</version>

+      </dependency>

+      <dependency>

+        <groupId>com.microsoft.azure</groupId>

+        <artifactId>azure-keyvault-core</artifactId>

+        <version>1.2.2</version>

+      </dependency>

+

+    </dependencies>

+  </dependencyManagement>

+

+  <profiles>

+    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Unit testing profiles -->

+    <profile>

+         <id>unittesting</id>

+         <properties>

+            <!-- emptying $fixtures means run on all -->

+            <fixtures />

+         </properties>

+         <build>

+            <plugins>

+              <plugin>

+                <artifactId>maven-surefire-plugin</artifactId>

+              </plugin>

+            </plugins>

+         </build>

+    </profile>

+    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Integration testing profiles -->

+    <profile>

+      <!-- runs all the IT agains the default fixture. See <properties> section -->

+      <id>integrationTesting</id>

+      <activation>

+        <property>

+          <name>env.OAK_INTEGRATION_TESTING</name>

+        </property>

+      </activation>

+      <build>

+        <plugins>

+           <plugin>

+             <artifactId>maven-surefire-plugin</artifactId>

+             <configuration>

+               <skipTests>${surefire.skip.ut}</skipTests>

+             </configuration>

+           </plugin>

+          <plugin>

+            <artifactId>maven-failsafe-plugin</artifactId>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>integration-test</goal>

+                  <goal>verify</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+   <!--  - - - - - - - - - - - - - - - - - - - will run all the required tests before a release -->

+   <profile>

+      <id>release</id>

+      <properties>

+         <nsfixtures />

+         <rdb.jdbc-url>jdbc:derby:./target/derby-release-test;create=true</rdb.jdbc-url>

+         <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>

+      </properties>

+      <build>

+         <plugins>

+            <plugin>

+               <artifactId>maven-surefire-plugin</artifactId>

+               <configuration>

+                    <systemProperties>

+                        <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>

+                    </systemProperties>

+               </configuration>

+            </plugin>

+             <plugin>

+               <artifactId>maven-failsafe-plugin</artifactId>

+               <executions>

+                  <execution>

+                     <goals>

+                        <goal>integration-test</goal>

+                        <goal>verify</goal>

+                     </goals>

+                     <configuration>

+                        <systemProperties>

+                            <derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>

+                        </systemProperties>

+                     </configuration>

+                  </execution>

+               </executions>

+            </plugin>

+            <plugin>

+               <groupId>org.apache.rat</groupId>

+               <artifactId>apache-rat-plugin</artifactId>

+               <executions>

+                  <execution>

+                     <phase>verify</phase>

+                     <goals>

+                        <goal>check</goal>

+                     </goals>

+                  </execution>

+               </executions>

+            </plugin>

+            <plugin>

+               <artifactId>maven-checkstyle-plugin</artifactId>

+               <configuration>

+                  <failOnViolation>false</failOnViolation>

+               </configuration>

+               <executions>

+                  <execution>

+                     <goals>

+                        <goal>check</goal>

+                     </goals>

+                  </execution>

+               </executions>

+            </plugin>

+            <plugin>

+               <groupId>com.github.spotbugs</groupId>

+               <artifactId>spotbugs-maven-plugin</artifactId>

+               <configuration>

+                  <failOnError>false</failOnError>

+               </configuration>

+               <executions>

+                  <execution>

+                     <goals>

+                        <goal>check</goal>

+                     </goals>

+                  </execution>

+               </executions>

+            </plugin>

+         </plugins>

+      </build>

+      <dependencies>

+         <dependency>

+            <groupId>org.apache.derby</groupId>

+            <artifactId>derby</artifactId>

+            <version>${derby.version}</version>

+         </dependency>

+      </dependencies>

+   </profile>

+   

+    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - other profiles -->

+

+   <profile>

+      <id>longevity</id>

+      <build>

+         <plugins>

+            <plugin>

+               <artifactId>maven-surefire-plugin</artifactId>

+               <configuration>

+                  <skipTests>true</skipTests>

+               </configuration>

+            </plugin>

+            <plugin>

+               <artifactId>maven-failsafe-plugin</artifactId>

+               <executions>

+                  <execution>

+                     <goals>

+                        <goal>integration-test</goal>

+                        <goal>verify</goal>

+                     </goals>

+                  </execution>

+               </executions>

+               <configuration>

+               <includes>

+                <include>**/*LT.java</include>

+               </includes>

+               </configuration>

+            </plugin>

+         </plugins>

+      </build>

+   </profile>

+    

+   <profile>

+      <id>guavabetachecks</id>

+      <build>

+         <plugins>

+            <plugin>

+              <artifactId>maven-compiler-plugin</artifactId>

+              <version>3.7.0</version>

+              <configuration>

+                <compilerId>javac-with-errorprone</compilerId>

+                <forceJavacCompilerUse>true</forceJavacCompilerUse>

+                <target>${java.version}</target>

+                <source>${java.version}</source>

+                <annotationProcessorPaths>

+                  <path>

+                    <groupId>com.google.guava</groupId>

+                    <artifactId>guava-beta-checker</artifactId>

+                    <version>1.0</version>

+                  </path>

+                </annotationProcessorPaths>

+                <compilerArgs>

+                  <!-- OAK-7310 -->

+                  <arg>-Xpkginfo:always</arg>

+                  <arg>-XepDisableAllChecks</arg>

+                  <arg>-Xep:BetaApi:ERROR</arg>

+                </compilerArgs>

+              </configuration>

+              <dependencies>

+                <dependency>

+                  <groupId>org.codehaus.plexus</groupId>

+                  <artifactId>plexus-compiler-javac-errorprone</artifactId>

+                  <version>2.5</version>

+                </dependency>

+                <dependency>

+                  <groupId>com.google.errorprone</groupId>

+                  <artifactId>error_prone_core</artifactId>

+                  <version>2.3.1</version>

+                </dependency>

+              </dependencies>

+            </plugin>

+         </plugins>

+      </build>

+   </profile>

+

+    <profile>

+      <id>rat</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.rat</groupId>

+            <artifactId>apache-rat-plugin</artifactId>

+            <executions>

+              <execution>

+                <phase>verify</phase>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+           <plugin>

+             <artifactId>maven-surefire-plugin</artifactId>

+             <configuration>

+               <!-- run a test to prevent Jenkins from failing because no test ran -->

+               <test>PathUtilsTest</test>

+               <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>

+             </configuration>

+           </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+      <id>javadoc</id>

+      <build>

+        <plugins>

+          <plugin>

+            <artifactId>maven-javadoc-plugin</artifactId>

+            <executions>

+              <execution>

+                <phase>verify</phase>

+                <goals>

+                  <goal>jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-surefire-plugin</artifactId>

+            <configuration>

+              <!-- run a test to prevent Jenkins from failing because no test ran -->

+              <test>PathUtilsTest</test>

+              <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+      <id>pedantic</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.rat</groupId>

+            <artifactId>apache-rat-plugin</artifactId>

+            <executions>

+              <execution>

+                <phase>verify</phase>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-checkstyle-plugin</artifactId>

+            <configuration>

+              <failOnViolation>false</failOnViolation>

+            </configuration>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <groupId>com.github.spotbugs</groupId>

+            <artifactId>spotbugs-maven-plugin</artifactId>

+            <configuration>

+              <failOnError>false</failOnError>

+            </configuration>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+           <plugin>

+             <artifactId>maven-surefire-plugin</artifactId>

+             <configuration>

+               <skipTests>${surefire.skip.ut}</skipTests>

+             </configuration>

+           </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+      <id>guava-latest</id>

+      <properties>

+        <guava.version>20.0</guava.version>

+      </properties>

+	  </profile>

+    <profile>

+      <id>rdb-derby</id>

+      <dependencies>

+        <dependency>

+          <groupId>org.apache.derby</groupId>

+          <artifactId>derby</artifactId>

+          <version>${derby.version}</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <id>rdb-mysql</id>

+      <dependencies>

+        <dependency>

+          <groupId>mysql</groupId>

+          <artifactId>mysql-connector-java</artifactId>

+          <version>8.0.19</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <id>rdb-postgres</id>

+      <dependencies>

+        <dependency>

+          <groupId>org.postgresql</groupId>

+          <artifactId>postgresql</artifactId>

+          <version>42.2.18</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <id>rdb-h2</id>

+      <dependencies>

+        <dependency>

+          <groupId>com.h2database</groupId>

+          <artifactId>h2</artifactId>

+          <version>${h2.version}</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <id>rdb-mssql</id>

+      <dependencies>

+        <dependency>

+          <groupId>com.microsoft.sqlserver</groupId>

+          <artifactId>mssql-jdbc</artifactId>

+          <version>8.2.1.jre8</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <!-- requires local copy of Oracle JDBC driver deployed to Maven repo -->

+      <!-- for instance:

+        mvn install:install-file -Dfile=ojdbc8.jar -Dpackaging=jar\

+          -DgroupId=com.oracle.jdbc -DartifactId=ojdbc8 -Dversion=12.2.0.1

+      -->

+      <!-- or see https://blogs.oracle.com/dev2dev/get-oracle-jdbc-drivers-and-ucp-from-oracle-maven-repository-without-ides -->

+      <id>rdb-oracle</id>

+      <dependencies>

+        <dependency>

+          <groupId>com.oracle.jdbc</groupId>

+          <artifactId>ojdbc8</artifactId>

+          <version>12.2.0.1</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <!-- requires local copy of IBM DB2 JDBC drivers deployed to Maven repo-->

+      <!-- for instance:

+        mvn install:install-file -Dfile=db2jcc4.jar -Dpackaging=jar\

+          -DgroupId=com.ibm.db2 -DartifactId=db2 -Dversion=4.19.77

+       -->

+      <id>rdb-db2</id>

+      <dependencies>

+        <dependency>

+          <groupId>com.ibm.db2</groupId>

+          <artifactId>db2</artifactId>

+          <version>4.19.77</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <!-- requires local copy of IBM DB2 JDBC drivers deployed to Maven repo-->

+      <!-- for instance:

+        mvn install:install-file -Dfile=db2jcc4.jar -Dpackaging=jar\

+          -DgroupId=com.ibm.db2 -DartifactId=db2 -Dversion=4.25.13

+       -->

+      <id>rdb-db2-11</id>

+      <dependencies>

+        <dependency>

+          <groupId>com.ibm.db2</groupId>

+          <artifactId>db2</artifactId>

+          <version>4.25.13</version>

+        </dependency>

+      </dependencies>

+    </profile>

+    <profile>

+      <id>coverage</id>

+      <properties>

+        <skip.coverage>false</skip.coverage>

+      </properties>

+    </profile>

+

+    <profile>

+      <id>fast</id>

+      <build>

+        <pluginManagement>

+          <plugins>

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-compiler-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>default</id>

+                  <goals>

+                    <goal>testCompile</goal>

+                  </goals>

+                  <configuration>

+                    <skip>true</skip>

+                  </configuration>

+                </execution>

+              </executions>

+            </plugin>

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-resources-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>default</id>

+                  <goals>

+                    <goal>testResources</goal>

+                  </goals>

+                  <configuration>

+                    <skip>true</skip>

+                  </configuration>

+                </execution>

+              </executions>

+            </plugin>

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-jar-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>default</id>

+                  <goals>

+                    <goal>test-jar</goal>

+                  </goals>

+                  <configuration>

+                    <skip>true</skip>

+                  </configuration>

+                </execution>

+              </executions>

+            </plugin>

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-surefire-plugin</artifactId>

+              <configuration>

+                <skip>true</skip>

+              </configuration>

+            </plugin>

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-failsafe-plugin</artifactId>

+              <configuration>

+                <skip>true</skip>

+              </configuration>

+            </plugin>

+            <plugin>

+              <groupId>org.apache.felix</groupId>

+              <artifactId>maven-bundle-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>baseline</id>

+                  <goals>

+                    <goal>baseline</goal>

+                  </goals>

+                  <configuration>

+                    <skip>true</skip>

+                  </configuration>

+                </execution>

+              </executions>

+            </plugin>

+            <plugin>

+              <groupId>org.jacoco</groupId>

+              <artifactId>jacoco-maven-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>pre-unit-test</id>

+                  <goals>

+                    <goal>prepare-agent</goal>

+                  </goals>

+                  <configuration>

+                    <skip>true</skip>

+                  </configuration>

+                </execution>

+                <execution>

+                  <id>post-unit-test</id>

+                  <goals>

+                    <goal>report</goal>

+                  </goals>

+                  <configuration>

+                    <skip>true</skip>

+                  </configuration>

+                </execution>

+              </executions>

+            </plugin>

+            <plugin>

+              <groupId>org.codehaus.mojo</groupId>

+              <artifactId>animal-sniffer-maven-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>animal-sniffer</id>

+                  <phase />

+                </execution>

+              </executions>

+            </plugin>

+          </plugins>

+        </pluginManagement>

+      </build>

+    </profile>

+  </profiles>

+

+  <scm>

+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/1.22/oak-parent</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/branches/1.22/oak-parent</developerConnection>

+    <url>https://svn.apache.org/viewvc/maven/pom/branches/1.22/oak-parent</url>

+    <tag>jackrabbit-oak-1.22.14<