You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/03/25 02:11:31 UTC

svn commit: r38614 [3/3] - /release/sling/

Added: release/sling/org.apache.sling.cms.core-0.16.0.pom
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.0.pom (added)
+++ release/sling/org.apache.sling.cms.core-0.16.0.pom Wed Mar 25 02:11:30 2020
@@ -0,0 +1,233 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 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>
+        <artifactId>org.apache.sling.cms</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>0.16.0</version>
+    </parent>
+    <artifactId>org.apache.sling.cms.core</artifactId>
+    <name>Apache Sling - CMS Core</name>
+    <description>The core for the Apache Sling Reference CMS Application</description>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <useSystemClassLoader>false</useSystemClassLoader>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </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>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlets.post</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.rewriter</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cocoon</groupId>
+            <artifactId>cocoon-serializers-charsets</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>jstl</artifactId>
+            <groupId>org.apache.geronimo.bundles</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.caconfig.api</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>jackrabbit-api</artifactId>
+            <groupId>org.apache.jackrabbit</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.johnzon</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>org.apache.sling.engine</artifactId>
+            <groupId>org.apache.sling</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.api</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jsoup</groupId>
+            <artifactId>jsoup</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.i18n</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.webconsole</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.event.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.fileoptim</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <artifactId>pdfbox</artifactId>
+            <groupId>org.apache.pdfbox</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-scratchpad</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.classloader</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>oak-jcr</artifactId>
+            <groupId>org.apache.jackrabbit</groupId>
+        </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.cms.core-0.16.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.0.pom.asc (added)
+++ release/sling/org.apache.sling.cms.core-0.16.0.pom.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5050kACgkQ8OrBpExu
+QSSVew/9FfYPbX4DLTkLICI0rYTlGN6FE8cQVLiWfKKDRkExNOyXooewkpoZIACM
++f1ZtdrZg3HhjvPzhllOFGfB1jdgz+E7Kzm/75t1wgFz1QqUitUIeieFg2VOa4FY
+1p8Y2ehVOG133E+ZZm5o5Zw6D8BjFfXACUUeiDLxhrCQoKdS8HNvjlANBPT7s3ms
+QDabW/PVEDHB8AkHGD7m5T65vPYyDj4FYgawnXiQ8n5inqrGULrC4586CPOQySoT
+QakS6JIJgdUy4Nkb7ik+io8oktvrhLHvJS848wiT0jsaxPgn6e3vAXIqQCGc5MqC
+PsVmLzbrkPsZEKmUHxbf0YePGUj1o4ktb8MTUoqc6lbM43eILZzFJeiWcZNQozGJ
+LMQ6+xb51ERSf8prtMz4slxxKCEw7StGsDIE73koyvcEs23xs1GlNF6QP2+8CnHK
+Ks1el3gMbqqnWoXV96iDKRzNzglMQlhufXCxWEqFupAykEKcCAXCgwAa18jZceRT
+ETNGfqqkA5+SttLe5m4M0rJqCQlPaX1rM6gVLosm7Gk9X7QcygJqTFGnnHOrGX9U
+jqciIqglo/caJVvhWlVz32ecg5mPdzW1GRocA/nobgHWxRWou4EdscQ2Z0xekDNH
+iW9GbLRncYJ2BE+QxsvhreGHgCnIHx85pIrxEuPZImiFKTPw76s=
+=HraI
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.core-0.16.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.0.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.core-0.16.0.pom.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+a64f8954a98d895d5df0f600e746c6d6
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.core-0.16.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.core-0.16.0.pom.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+930a852ed3ba80c426f10ab2b289fef1f31224f5
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053sACgkQ8OrBpExu
+QSSLPA/+Oh+UPNIPtsGbQ8GubV+9NPk6/3K5mCYCSTPMLxf8hN0qiN3LMWOfbBwm
+w023rdrQVYMHk/B0gLbYXrTIwxAyWpRHZH9OTU2uUH16O1Qw12TGNFSfp4F2FwxU
+FIJKuio0fl9AqLIlhdz3OnpyuSJmIAYJHh8UDydzD8B+deZAfy4g9adQZecHrtgv
+2KRkSYsD4fw68jyUw4QrXYxBGPVxQHUnuZhldg3HOFjagSmluqWf49MbIla2WMiG
+goyNUIRwMdZcmH4oT8SnE6izVH0ndUw1TUjWVRZG/lnZuhEKhGhI818cpGcB7gJm
+37FllcVBrIvWcaHJbs+kf9hOnHbHYLpQjspgBQUjWGE+x3YxhQDBLxbjbIJT4orj
+NmqiZlYlpEZXrTTTg/TMx8RM14UHfef/+7k/2MjRl7ENhp5uBRK6rINcEieHBtc8
+3J9mziSoZjIeYpTGrbs/KQbT0wF5Gpk0WEF3WiEtBX01Ffs6HGyXtKJs18NoBhO2
+eZ5PrJQ0dkZsXzDBInguDZRhAOW/lNmU3qYDBPCBF3M6ozv990xXgMnI4xwmPkPu
+YxisHfYO+7usxWCCe4iO+aMxMqBA2LlOyABAR9FSC8ShWY+TLx8xN0yKJwxfopJm
+GDoE9tc5ASubbyIAkr9k5EXWpczPvXcA+lwHKsKpfAkI/VflMPA=
+=eZSB
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+8d47ef2aee9640a239307f095448f003
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0-javadoc.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+2b4186daafc0b49fcabfbddfb7539b2e59066ccd
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053sACgkQ8OrBpExu
+QST8HhAAssamoxGRoZdpHYlVQUcVIZnSC67xAiTv12Ge22ioydkpXuWbIVYrjWzA
+DM6TysykzUezaNST4Ev6x7H3nvAuFWo6a+2ERx9eEb3DCyyHU1c/oorNAYoh3BUd
+QXSakAt+QnpGMyNX28AHwsnsiKyPhmvsx++UdLD5G6vh9GIOUeHGbyT0MyJ9c5a2
+t8z7EBtSezgpxpQK7HwSaRFEnHA4H02jTyJuq7SClOu8Jc1h1SXqMkO2ZafIaqGP
+NPl1YMof9hT3QfQfQtp/LMDoWuabGOCVyrQ5IzK3CPseXTPEH8cfCzrTXEchybKq
+VHrd1F3wjIelpT20sacLxHCGViLecrx2P3fHEyV282kRAx3KjDgxfDVqb5eGyhiS
+c2FeGwyckbKk0K+ylhSCu6viw8fVCj+7+0bScp+LXPfDoMVHP9uL+Xz6IwQO04J+
+vj4QQEM9cExOK+m7dinGw9RFCM4yxF8V/qmegeVXn96FeEQ1sLSb/g7FQD4mxI2v
+lCJFLqq3I/vb/SnsaHMNft11fUiGPcp+8emeSdE29nlJ17Dha0vXqq7rgcB5NliY
+DCaBRjszt04wSTyHBUCYcvVBs5Fgo9i9xMb4pWvGw6E++ItAYwFmnfmqD8Ndf+0Z
+IQOGFwJ1yLJUR3EYOtnjIuln84MpIzYju3gVwzjVBHkofsVQIME=
+=4Lpg
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+0c8e3456c8b962d5cfa56a4a039c7934
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0-sources.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+23b57cfa134c7f002bb569961de04ca25a745c0a
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.reference-0.16.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.reference-0.16.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.jar.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053oACgkQ8OrBpExu
+QSQbXA//QS+fbKC2Hi0E/X0hlTk/FMWek4GdN0kNSIAV9GEyxWMUt53uepytT+Rq
+jbqxe8FMM0P/50mN5ayrOkWHXMT3PtFcemYLorCWBw9iVjpFNIJZnT+4lp9oWjXB
+tnrZBImHB3dCxiyMqWtTf0WHIuNDcwwUWP8kXW7GUlsyBXq/eAz4aUTINxCTX4jp
+vAw1pMoeBiLMdFLPnqY1X4zifL/VfgOBsgOGTnWXOrFl0zxB4yVyMYCyM+B0X2g6
+kIEA7/bGPiyI8Bx5XE2aAOdzH62/8SZ0V7Vljcf15He4FQ/c7TkX6LqDYLWXc5XI
+Xn5YD0ewmxDvMh6yQPAU85U8cdZDWD8V5H0uZvFSi0yZCFCUaDkvIiiDYFNsB3gU
+KiNqXI4/HpOGo/+DRpeNCCXj19dU0NM9EVmertaav6EcIsAI0ifeq5YOJlPHban+
+8QGYkM49WJ5Fz2slzJ6sO8MQmCDcQpQworxFjj6NVCaVAqgy2N1jWOvSFd89DzZA
+WgRk4EnkdIwybM9joTevHP6TAUpxIOIGhAlK8Wlm94MG/PVSKamQX57yInsO/8Y8
+jGY32YpNx0RRxeUSVyLsIpHd7ou1jlDflPRpOywsdBvtfMJkcsYBDNNHlibxQomT
+K7Ut64TAOnnMhPeJu3pirC9O/Z0RZ78nF1mmbYms5PswByzyrcU=
+=xmMY
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+a5b16d7a2dc0cb51d0ff53ce7c22e217
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+6111785361b09ff24462e0f87b6e6b32660ca1c7
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0.pom
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.pom (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.pom Wed Mar 25 02:11:30 2020
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 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>
+        <artifactId>org.apache.sling.cms</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>0.16.0</version>
+    </parent>
+    <artifactId>org.apache.sling.cms.reference</artifactId>
+    <name>Apache Sling - CMS Reference Application</name>
+    <description>A reference application within the Apache Sling Reference CMS Application</description>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-resources</id>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${basedir}/${frontend.target}</outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>src/main/frontend</directory>
+                                </resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </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>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-text</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jstl</groupId>
+            <artifactId>jstl</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.jsp.taglib</artifactId>
+            <version>2.3.0</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.messaging</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>org.apache.sling.commons.messaging.mail</artifactId>
+            <groupId>org.apache.sling</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.event.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>javax.mail</artifactId>
+        </dependency>
+
+        <!-- Testing dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.cms.reference-0.16.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.pom.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.pom.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053oACgkQ8OrBpExu
+QSSSvxAAkg8vRCgE2KS8cQQF7RzC2rzCP+E/9Qa7TyutnYxT0n4PBRc8jqoqYq7E
+QIr202i4aPphGkngs6MAgNYkK65xurhC7ZJ20Gi+3UFTB7lJOFOKSevRXjrY6C7W
+lS1jIDo4AjOjWpVVkgvOG0o/4dpmqNp/XDOeMWMEsTqBQAGiW4QdC5OukeqcqMdl
+f9htSoA5mvnwIotYPC00dDzr2e1vvRJAoPlRgtNv38VZW+d+D31KNjGqqb2pEjWn
+t1LSN+oCs2+X/eKMw+E0zyXQODq3ilaP2eSf+cpkr6I538iHsAlj7zeE5mgYhwpa
+K8DETbwODG6BpJL8epD/2DPxfW2mwIUar5Gv0ub+nPJ1T9TyVp9EZtel8alstqjG
+kk84TuhTZZa3iCQVnfelOOe4/MVWcLbI7YqyCOHfiotlGrIdoP7/AWA7hlBtd3Pf
+g3fU1J3EV0aD8oZsIzq4uM2d5RPQK0cUIj5C8WO7S58XcZmG5ahX+83aHOZG21ns
+AGz6yc41PssLyaWixRkVjBf128b5O7AlBnPQMtWr+2GCrroXrizT1okHgSouz5dg
+YmLQFDJQRZg8rlBJUDDYkdwE/mLFcF+er/t+//wfF2XEyNs/g7+ghLH+S0iXYlFJ
+vUMltdPCPIE6lURZ5oE5pFAE7tPmPvZBsvE7aoDyDM74wBApb+c=
+=yOgp
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.pom.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+2c1621e1b89bd488a0cbb9d0b3c5990c
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.0.pom.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+3eff69b6fbfabe8fe2df009d3d4470d82949867d
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5051gACgkQ8OrBpExu
+QSQxEhAA1igS2FPI8JweCs71seZdPgCx83/aeZ3nYZvOGMkwCEWIdkncGAzOBdKM
+ez+5NbCpXiXjrXOtFP3VDZCklKPIMNxKT74oSSLaHmxDzcT8Q/KvCRGUQ7G7pIcH
+Ll1i6ZOYrOA8ons5NAxPX/mbSRUnoQefRiLqHboJQmu38/2oON2bMBqBWdoOaJli
++1zrhust+grOSwIqklP7MOeDmYALTfdG5dXfmcCWxyxBcdEu+Tn2ZdHX4XrRNitf
+UXfVwBwmxbVjh02lLeGwrGNw4p9goeWAvQXYJAaKYX1tzH4iv93hl/tP+pVGTNBk
+EX6GVDQJatJzJuNLM71FE8unIHsceb6jeOZlLH8zR2R4XqnQw8JPrZGj94J/oCi6
+QzziIjiRVArXj20LA73tRZ8D3oLD0WwDkhqWwz68gPCZc/2r2w+jj7rsVS6KTxtV
+o8WL+Lo2FtefdKOPn/+TlQmjFdssASOeobrJJlK3LqsjY3d+Gth8RDC7xlcz6Ug3
+Y5ZgV9guBOFL8EVMeJDWC+C6bAzAF1URxt+II+FLsY5MonfLFeewteDttV4uo8Im
+l+0+VLS/CYhr2recrgnYKn2lYElwoIR+JwaeRLHRXRlMGqa5wK013XEe3AUkoi/m
+Rd0UZSxe/ouCsv+Huz5OLdTJX/gF8hRK8noJeEDxjzl7bxBkG9Y=
+=pNQc
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+98ee2553469531bd7e4698539181e060
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0-javadoc.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+9add29f4594e0b2444f197bc574b0da378fd34d2
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5051gACgkQ8OrBpExu
+QSTpWBAAmwb2nNWg05P/yyu3FBuFEaiE1zTonNkkQiWH+CNUEK0Z7Oypj4vWrjKF
+UXgA4JCKzAg8a6SgbPIjH/xaMjdwkGzherZ5UvaZOWBRPkExd8l8FkHS7fyxtlHG
+z1DDfKsvk0wd1UztQKuYzdLFHYfcG11aY77kTTsp62wNtP5WDIaY3GhEVWyUQ1ft
++ATBwpvp/o20S8csrI9+48xsFT5yRMbgdCi6LEQ2aOfxBANN7lqQqVaqBQ75dmLR
+F8q/nqIC90JjI+M+MiXKZt3zgf9HSaFphcaiTfhJ8HdLzXR74HhN07RAQ5fysV9H
+mX9ptij1teuNplb/tGueeVm21qkYQHz4QBUMBvQ1Q6H7hP1ZgU0rfwntLQ8efWJ7
+b7tCTnkDgpjdasDjhNjeCMc1IlLnr+dGFQMEgk1a179OfRakgQCssPquflM7mHiP
+BhbOTgLmfbmKbQ/LnYqVPDwEz1cIuz3Lli8uiGfAVrfiI163dcBGzYyJrefJh0m7
+2BG4oVa5zXMHEjBGPmYoNovzdoKZALu3ZQd5r37pd8f45u5+aT3l1Mr0gXswVle9
+iBiIhu+lqrK3ah4EmZkzttu6t8arg75g9D0VwB8PazJn5OTdFZr4ZOAzZTrNh6XZ
+Zpsd/qm4/T8+0v0O6qvnfmZPLRHQyzCfUyU+2eEwIE0kgZDqfd0=
+=vm3d
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+33d3558391a72e1f89da8f7ddf82d253
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0-sources.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+258ebae6324ceff71a22fc21111454b1750c82bf
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.transformer-0.16.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5051gACgkQ8OrBpExu
+QSTaGA//c8cMsevS4QAC/Q2DPonDY/jD4L9ylC49ju/hKQhKJKZJYJoFaYgOIBZZ
+o1ecDRk8oZYm17QH2iROdoG+Kemdf92dOy8yL6o6Bl8dG5t4qCTlG6uJgnrlIpG8
+ts3sEh5urSvylVYK6iNAmh9x5j3HuqToflNZUdGGQuV87P0og0Rw3foQ/fRVaCVw
+yns5ga+eQIk6/iYpEyYQVcv9kAD4dQSMRqEcekNuVfcwGQWhdLqebXsiTVmX/Bf0
+scUuZjSJZoYRazjG8nwSUqXSeHd0itSTx1Ztk2nFauIWxo2tNxaO7QIfVFosUo7W
+ABKlNZP0Z7bOdqux0V8WiyIeVMq3bb2We9s/fciAlMLA00/EOVS4Eoh4DDaQAQqX
+zaqLuZcVNgxpZUsk/D2xr+R1aw4W/Ss9G1ZeNvGHg3w0T0YX4JdZncu6CYMkDOgZ
+ZoSqZoUOQ8nNgDfBGHxov2ECr1Z/Zc/VYC+t2rqZ/wgJAj5f3icsvMWtFQ3VC6Mm
+B1sXQm+WcpVNtuvZvaLdeBjmhiFuM8f7pumf2bFa2Jy+dPcqOvdiMLx2RC5+9g46
+ggklyvBO/k4YfuwkGo+38E9m8+WEtYqUV4nki8kLJb4YpJOE9a/MC0yQ+H7SnppK
+1Q7wRhZRZNWC73DY9+e4dl/POcFCdMqqDrUsi047LEzPoXLXhvA=
+=9ivp
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+2a649f434b43b7dff5cfce88c0c4cc66
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+5be8160b8ab02f5549e3a540dee39a3764f219d1
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.pom
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.pom (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.pom Wed Mar 25 02:11:30 2020
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 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>
+        <artifactId>org.apache.sling.cms</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>0.16.0</version>
+    </parent>
+    <artifactId>org.apache.sling.cms.transformer</artifactId>
+    <name>Apache Sling - Transformer</name>
+    <description>An API and Service for creating and transforming images and documents into thumbnails</description>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- Used by maven-remote-resources-plugin -->
+                        <exclude>src/main/appended-resources/META-INF/*</exclude>
+                        <!-- Generated by maven-remote-resources-plugin -->
+                        <exclude>velocity.log</exclude>
+                        <!-- don't check anything in target -->
+                        <exclude>target/*</exclude>
+                        <!-- for some reason Rat doesn't seem to pick up that PPTs are binary -->
+                        <exclude>src/test/resources/*.ppt</exclude>
+                    </excludes>
+                </configuration>
+                <executions>
+                    <execution>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.webconsole</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+        </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>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+
+        <!-- Sling Dependencies -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.caconfig.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.api</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.core</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.event.api</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- Utilities -->
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+        </dependency>
+
+        <!-- Document handling -->
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>pdfbox</artifactId>
+            <groupId>org.apache.pdfbox</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-scratchpad</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+        </dependency>
+
+        <!-- Testing dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+            <version>2.3.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish.jaxb</groupId>
+            <artifactId>jaxb-runtime</artifactId>
+            <version>2.3.2</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.pom.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.pom.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5051gACgkQ8OrBpExu
+QSSiyA//SRy/gMOHuz58qObATRBKptI6a9a/X6Mk7TD9u9mKUnOQm3LUe2ZTT9yi
+UgSp77klECXiJhu3QRvYmrNf1hGn8g5Mxh6uH37WEBHHd4vdEIAxUfcE0wDL6ZCV
+gnwQ4D8E3meDVWkav9q4ZCdb0fy8Z5e6+if9NcOwtVMlOM0AFBEsGfFwwmEZ/StE
+XeBZCNiTZLWoTm07cgz/LOLQc+XDDJMwwGd3IqvgV2xW4JFfuVSeDMKsKJP0H02i
+yWkJlNlvx/3GCWcdW4/BMuFhMsRptfFpinPCsQUput8BLy2XIIKL4TIMR9YTsJTc
+epSGaI+jllXNzDlom9KyS+rDBGmEmV3tyjDmXPqyvmamqZ5tKslLbm/T/Hsuq2W7
+rxm4lyXeOl9EeIcgUUM8ESUD0o8f2ddE6p8gKgH3eeIvcZ9PNNAHW1EaMqPjce/H
+c+10IsS4CqAz/Rum8W64gh8Dq139PdcnGxVBMI5jUbtAODkEE6T1emYxPh+vUnIQ
+qkqlJSux6kTEa2h861phicdakkP5SUqiqpJ18Vcs+qHDEqseQlTxDDoKLnInYxwT
+/8diMNKpQuFItjr8oji98iMy/G2wXhyDODa4rOouxwi6vkIeKpGeDFKv706PpDpy
+Sq2TcWDsOw/mfDYp6HJ1W5d1W23OP2TxqkuS0TGicKVgXWy8AtE=
+=lUAA
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.pom.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+076dcdde7b3220f41f481bfcfbcdbd35
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.0.pom.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+46d33a7e59799aadab7a6bb6760c3f0b0f4afb0a
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053AACgkQ8OrBpExu
+QSQpFg//e2wlmV+ph/mmEIkHaOOS+zQXwfwYiwtRxb3qMsRoYPcQBMxL+Bx5lbDk
+uaPA2tkGwzojE+Apikz1pEg+LDuPeJrjbFQThqNdhCqKLrMhxd2EvmMNFhb3+jXf
+68H4uPGWLMLVvWe3GbJPtEVn6+lPkb/vNNdWAn/Uh9n4Ip2PQcL5oVf15qtwhrOK
+PpJiSwdzwc0H8plN8QyaG0q1j7JOcx3aXdcwfnsvcZK5gPE1bZGGp7du/N9i/t1T
+ZTqIREqodw7qrspQjpEDTlBT1yi2V4O9kJ/DQhwaQy0jpq5YnwzLN139kPEwEJ8n
+ADSIrT6uChpLFcRuyu+Y8mlLLmSETpQ3FbqMX6sODmO2bkjXTbD80CuXZdZSNofM
+8ClqDUS0VeFmStLx3tPW+8ohtRBa749uAOVc23XwR0QJoZtIHGFFf5bi+mJXuw1y
+l0vI5LU8dx6989sRh2czkGehsKj0gcenUMqN7IaIC6hRkJlyXry7xSXzpkz+1DH3
+0otxVUY1H9kC/1j05UqiwC1iqK8QfgKhSsBMOjKbziUShyiuYY69akvSAtiiduo6
+uv4OL/GmzsN/ZaUtO0kFiVRPxJ5Us62IJn7G7hHjP7pvUz/mYBF5V1fjUZg0CDBh
+UiWVy5RqEl6/h7tQvQO/I8hyu8S9Fj5MjCKIb0A/dg4RGEZHJ6U=
+=whEr
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+2d6515221bc45fcffb6262bad72915b0
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0-sources.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+c532aed0b62b88b6f5450dfebb6e45ba18994477
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.ui-0.16.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.ui-0.16.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.jar.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053AACgkQ8OrBpExu
+QSRYARAAip0+F8LuAvgFIGsHzwcza+wXzqV7Q0DgZm5+GB2cTCi38wuKy8lttocN
+Pza08Ts71NsZeEkaDMIletq042DeVUYnLY7wkz0nVd3iFX6F57s2OWmZfFCaKnff
+T/9L0GoR6aYxKrNvrYCAZU5nv7Q/QpGdQCoTYLyi88dOrW6flsnS0H+GkYbxIQeJ
+fc3ZDaDOj8jnXpDvdjOLCliIZh84xBOfl7IVpWfzTjGDFD82uu0pQ+qks1eKYsyi
+ccfsAptdbdzAGAOrtoWLUjkxRm3N4Lp3mTlH3JyOOB9g663FG3jURVtvq2VZAQvn
+MLE/wN0OxiLAtD+d4bI0I8KuzFT7OLl3Je2MY7R+TVPs4N3/rwCc0POUAn4qwZb/
+slu8cpieFfr0VE7kllRrbU1TtEsDyLzqWceXLFAbc8Z1/EwYHcjyQnqC21P6/C34
+Y0CiRaxay3f8tucqtNF+ObRUrUtpwMJe8vSW80NJjH62sO/nLJ+n85pQ9/RVxWiC
+6leSMitmMKOsUG2QwKGhG8Q0rSPGWIWz6ez02eOSaK0eC5+kTWg9yxcgyXN0IVaw
+URWpAnyIiZeAENF6821Lx0VVDdSMg1rELEg17wvvp916J9uLWyC+0kLpcERz0w6i
+3vaKgV2yaz9aEBtN9hTKuQZA3d4BMcNpN4Q53xH7gUTUe4yQfqA=
+=HAO1
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.16.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.jar.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+bf6239d4190fa6a2b4f928e7849211b9
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.jar.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+fe0e640f42f2e04fc3b5a7cc796adc0c2b266492
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.0.pom
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.pom (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.pom Wed Mar 25 02:11:30 2020
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 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>
+    <artifactId>org.apache.sling.cms</artifactId>
+    <groupId>org.apache.sling</groupId>
+    <version>0.16.0</version>
+  </parent>
+  <artifactId>org.apache.sling.cms.ui</artifactId>
+  <name>Apache Sling - CMS UI</name>
+  <description>A bundle providing the User Interface for the Apache Sling Reference CMS Application</description>
+
+  <properties>
+    <frontend.target>target/frontend</frontend.target>
+    <frontend.mode>dev</frontend.mode>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jstl</groupId>
+      <artifactId>jstl</artifactId>
+      <version>1.2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.scripting.jsp.taglib</artifactId>
+      <version>2.3.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>jsp-api</artifactId>
+      <version>2.0</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/*.webmanifest</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${basedir}/${frontend.target}</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>src/main/frontend</directory>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>com.github.eirslett</groupId>
+        <artifactId>frontend-maven-plugin</artifactId>
+        <version>1.7.6</version>
+        <executions>
+          <execution>
+            <id>install node and npm</id>
+            <goals>
+              <goal>install-node-and-npm</goal>
+            </goals>
+            <configuration>
+              <nodeVersion>v11.14.0</nodeVersion>
+              <npmVersion>6.9.0</npmVersion>
+            </configuration>
+          </execution>
+          <execution>
+            <id>npm install</id>
+            <goals>
+              <goal>npm</goal>
+            </goals>
+            <configuration>
+              <arguments>install</arguments>
+            </configuration>
+          </execution>
+          <execution>
+            <id>gulp build</id>
+            <goals>
+              <goal>gulp</goal>
+            </goals>
+            <configuration>
+              <arguments>${frontend.mode}</arguments>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+          <groupId>biz.aQute.bnd</groupId>
+          <artifactId>bnd-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.github.eirslett</groupId>
+                    <artifactId>frontend-maven-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>install-node-and-npm</goal>
+                      <goal>npm</goal>
+                      <goal>gulp</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+        <frontend.mode>prod</frontend.mode>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: release/sling/org.apache.sling.cms.ui-0.16.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.pom.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.pom.asc Wed Mar 25 02:11:30 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl5053AACgkQ8OrBpExu
+QSTL6Q//YPNRS/WjWBlJeqlcaunbqIit1L3woCBz79GSWiNv2BCfM2Al7UOxLrbA
+D3q6XucHLtOMJT5pqQGAEqzB0PjpC8j7c3gchaqTmVXOw8ysLS8bbk8U0p0bX92e
+4WxGCSF5q+UoDsv4sYb2Cbc+M/RSrckELv3i0eujlwcw1zaYZ5HaljXUwLoFXivV
+06FEpFZTnt70Ab2KEXrPkdK6M2vE6MkpY5L9y52XbZVRKSVypXokMS9KxBxVRP2S
+OGEWJhlBJNOgSw+K0CCHlkbk+PZpL88GFQEVB1nLLxYG4/xzv+b6ZGwJzu4pr94P
+amT+Xmw2CxAGtmoVGLXKv/3U/AorPmzq+law7xMBm7X5dawcATCcLpCsJqmxvAjd
+SVt+En0U6GPO++YS1bNmseqxVTjAGXQ8KBlcghjc2zT0hDYuOU08wvuVb6FbS8pl
+EWYoqYbczkTTEc0jjB6SlGvIWsf6RcZKTpS3Sg9pQbDwQO9mWJVuuYV0hGIw7lkE
+5F7HuEE+5oBGpSblZrrwJ/WU7SBGTJP/iaykrirzkG3LrCeKIK/VsZCuSechw4W2
+jop4OcsPGPDKQ/5OD3QcPjq7aQquqyke1seITkAUVRFRNIb3Q0aT27zbv0nk2oY+
+xjF0Dsg2EtPuXAcL2aqNEI1yk8j16DWx4iqg0E1SQgVpv0ARGcA=
+=aD45
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.16.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.pom.md5 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+19cb2d6e1e371357b76ddac4a40000f6
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.0.pom.sha1 Wed Mar 25 02:11:30 2020
@@ -0,0 +1 @@
+081a7b11d46cd5b8ef2eba810e16274e39fa7caa
\ No newline at end of file