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/04/20 12:16:44 UTC

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

Added: release/sling/org.apache.sling.cms.core-0.16.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.2.pom (added)
+++ release/sling/org.apache.sling.cms.core-0.16.2.pom Mon Apr 20 12:16:44 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.2</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.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.core-0.16.2.pom.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/hUACgkQ8OrBpExu
+QSSx9xAA4hzuSJBlvafGYBHRS/l4C9kbJWbxN1NSJdE32CNp+SchbOrlR6LLUxUb
+u/hT+IaYfjdlFmp2LVxhqKxjQRb5sek/Gd7LEsnRe/kKGjibXSTA36HfATrKSxra
+MHw1zA2S9vorQFpiOc1qsIXJ9S9MJwJTeC8JRj+kkl9n0rkiv5WWB8oLxvdgb+wY
+xKn/CbTOnMs2lirtHO8MQpM/fiDbpFLM0bdIJtKt221gfXEQ7qHN0rE/Mnmu4nN5
+9XZEmsthxf4t2BYSroQvRQByAs0iqWhB4+A3V/016gmfKwTMUOD+eYc5jCakN/b/
+omxQaNQk0d8v58hZEVOTbkrOqYV54TLbkaWFkqjxi67nKXPDVPlq0E/DdN5pj4hy
+k7DWKvpjHMl/rfTUJmvJMkLUF877Apf4m2VddQsTSUQ3qGhwTJ8jhgeyOxmgY9zX
+ofemPJ1hQx5emMbU1CzcN49i54YKX9c9XdVGXRR10SIQyEgLnbgkYVezaPElJmm0
+pQXcItM1Ma6o50K/XKoN4nqEcRMn45Or4tavCCQoTAmy+if+ifoEcAe1xy9BuhiH
+Yue4+tODig3eJyh0wZTArqay3NKqrihVFmEcMtrdtsK3EY7+hvEfbiwipxdqTXwH
+3LV+I6McQEJAOyp/xiy57R41jswz1wzoze80aG1Fsohl86tcNiQ=
+=4qi7
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.core-0.16.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.core-0.16.2.pom.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+7e5a935129726031ae394864c95876f4
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.core-0.16.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.core-0.16.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.core-0.16.2.pom.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+fd793f868999748b7c345e9752c7c11624b0c731
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/nAACgkQ8OrBpExu
+QSQRSxAAqx/rh6hJtXzql/AWNbalyWREbzGsIrULedzRok2I2OqAwUleSQpoKVUj
+Bg3luYxOEx4ecBg6bbZt6Y+o42bn5i+4D+v8jtLtcmXCkJowtPR1U4Gv68Js47Uw
+0b4TNvO+6jDZIE+zgK6C0TCFmElsgPxhovrl+2kz3StBOA6qB9q3gDRVQHemV9o7
+Jsmyd3ssrE2WoFotm/UmCaPRw9C0VaqGG/xdhpFMg8oYrtcErTaGx4AoIoDObCUL
+gEDgMSu16hpeCzzyCsr+y0DGEcM/OnGlhHH/zwXfeXjJVXI90GCX2s0wVPF/Yggd
+aaLaO0kdZ1QIqzeNtYEy9NAvgyRRu1/dHFk7km6bz3JlPjBlHCySnd6Dk1NPP9YX
+B+8S/IICaFtKbQO2aylbjpVgWyL8VHQ9ARJzKn0LyaasGL7vtXjtLBnjWOKi6ysR
+xI9DG1+UWwtZFS6ccT2cu4z412JBp40cGeTo3XJCWtrEhFsTZlfe1scTKA4z3J7Z
+uCBQoN7ylP+WT61qZEvV8Uoi0yqOAB2vZoXTTU8u0QTck3ZPANbwZ0VGzSjTIx92
+UyYnkZ33GWc5TXSUoYVuSjinPvvO6LjXmsOoStEdZ8BbTKpyRUY0QsS71ViT8scu
+K8qdlb2JlQ3MeX3xWdOk7BC8nC2dNHb2x4rph5QrL8i91lioxNY=
+=cR1X
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+e10e90ff60e4da0564ee6e84f1658143
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2-javadoc.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+993d8da7fb068ce35d18943c2d1478a86d742683
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/nAACgkQ8OrBpExu
+QSRGMhAAqPFC86/5lNj8n47tn472/lcQpCkPfPeIwXBBiv4R3Z73SVhSlw9MK3+z
+UHoN0aL3xk9sKaVUorkkW2Evfnm0K229Cao6oweNJSeLdHNbH1lcRJOVrtJ2mmtZ
+sahuAsdFOwTyGPkUx9g1HWjcC8GIdnqK5tWiT1XFCdnSw/fGJDNfANjjLXIVms1J
+dw+wgTKApQfFzFl67ehywPuFK0OLmfkQpIbL50AGT8BBuT23lNhtTmLKGNdTk7Rn
+ITjLrL0cxolK/1zk5kCGtOYKM1XD0iT16yl1LjJiPE+s7qj+Zvdnj8LhWZ/yr1W9
+mtETGW+yq+4J501PjNXRgEnWHlXZ8bm5KXibXSLH2dpyvKTJ+v/r8uZGa1v0Y85+
+QeEOsF4mSkPDtrBPpPLmGnX0Cqfufe4lKPvRNKHDPaQHCKLEmN/CTfBPMhrRyZ5Z
+JUn/VmQkXiru8vOo6Uz/XzkiA5TZEHR3zn+hJjEvLFYGK6I9yNL3ZTpALQXqkgem
+a7suaxVHtfz5IIi72IH37AgnzYsDFOmcwxMwth0+5SeRIXm59mjlkgfy+2aMgiGh
+NMnCRKCPpRH+YIZYlJYOA49QyD4IcOXE/72/LhAEdKjXw7rrvu6jNIgxKY+e5q1N
+56AoxraU7xlipWgJv3fd2ypezJA3Bm/Q2MlOxWzUzxT+HCVfTMs=
+=3e2H
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+0181a9854fd368bd704e8fbadefceb14
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2-sources.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+78c929ac4c05df642489003da557f5f17090895d
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.reference-0.16.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.jar.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/m8ACgkQ8OrBpExu
+QSRl/xAA5Dvq+W3awLuNWiV9b5SHVK+4ulMIkAmaNNQL73mJ/Y6yVEwTetqyuBrU
+1zkbtbg2nUieacGV/fJ1XqU+Ihfd5qS4fUSdiqpPhyZXdtzoLOzs+wtPMrxsNNAG
+LambtVXAPp/dXpSVS2ivXgX2htvjGzRU+lp7V8JVLOWFGsF0Dlt33+mzoeg02Fw/
+ptAoRXaeR8CcL9fqA+Z/tyr5JaxulqYApUftGCaIgyzKlcV/eud8UzkubL6K7xX+
+BamO3hbYKSsl4EV767xlIzKt/zb68qrPqvvEUdM1146RJDXHlPqtNVWvNsn22w5l
+0d6p0702gl7dpQ0ZCDMZS6i1H8iWX0rCJHh/Ihs83ppOBuHGVKL8aHafEHxpoTxw
+D3qrdRO0tXCafBu9Nu5VAmLAwUzS+C6Q5DL15zQkavmnNQHR9UYOd7AGNp96AHyH
+D5b2EsUvjRub9VntN6LhVFB99O71dLlE5qF4hT6agvK4XiE7LLm6ixabAeqHrHcn
+x/lE9i9UtmKhMg/Zrhcq3luGEB8j/Z8jouoYXrsCChzd1I009XPXad84Y4Tt51BE
+ZIE0VCoZRqCIXfZHUdUr8zfvJILp0X79OJZLoyTSDGlU/jiUpI5qyBgZnencyYMY
+Bu4QkBXdB/3pG+3hEPGILliOtgM/ZG4UCKQCeTMuv8QLxlivVA8=
+=M/9M
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+e169f4d663467c445a282861febd1814
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+96c5f8767d2b6f73b96b526e6e711fb111eff8c0
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.pom (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.pom Mon Apr 20 12:16:44 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.2</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.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.pom.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/m8ACgkQ8OrBpExu
+QSSfSw//XwzUN8Do45UxX85nzMNFbpq2rty4W4esx6l2bGSuctsh/2eE2ZWFolDX
+GWZ143sWd/rdSLS+z+nBA0gPZZtwfAQvkpED0Pj5XEd/hpAvTn10AgiebbDPDDZs
+fKEetett2KtA79ES25xg6u2Uyb1kdA/RUNBJDwLotFXLzxlHmWmxmI3lfKM19SVn
+so0aib4ay8m/NLEAEBWH1qjTsmMnH06K2/VIjcqGLwfGPzZV1EFamMyfWKFI6e1R
+U7eZ5FPIKxDmFi1AN/VWMpfg4aGhl7NKd4x4YrS9vETeRzqETouatuNIuQcCCZgF
+ZXiwX63BhshELpxeUynJOyGzSdwy/O17EKCiLj1k76TKO+XkhnooVSvH1ALtpEbq
+cD0YJOuTY3sXp6imk7Sa6aJ/icXCX4Sv0vL1DrSiCjZ29160RIMSFAcKtfLYv1pj
+++gmYfC1SZgQNFY+070Wwcwd22XLdO5WPBc93Wcb4WxaluuSwJLg/y691IsgGg6p
+yzLF7L70V28d7iVOMZUWK+d81OorsC5jQER8GZobVt8ZpQZwCI17dL1vYPdB1vFq
+wsXN6vmBa17j6GK7wDxnU6HO5G8wFrWUTUB2IiJpEcA2HV3M1M9xz+OQy3GCE7Hy
+a/YG9ikuVwIVc/ly/DeRFxycraDFVYG6fvMjb9751zwOliUE3wI=
+=n80H
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.16.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.pom.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+aa718aed15b095e576531ec27a2a71d4
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.16.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.16.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.16.2.pom.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+fd1155cec0daf04b2d144eb30f206a63bab0525f
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/jkACgkQ8OrBpExu
+QSQGtQ//aBuUYbCSNXlXw7WQhDMh5JDr2++5HkZYVU1zfiosaBsyqR1Xwd7RBp4x
+M6/wvfhHLvWGPUHmvDIqx9jNcZuFe+gI55QY7cgjenFkbUQOqL1evXD1l0ZgPtsR
+anuVq32mv0Y3/wCvwn8IhshVzBrPf/HNbmQQIaZa0JW9wk6681neWerrgDQ+e073
+CKFR+0Dcti630RnFramxAguRKJ2WV6t7Fb18ISB85Y4gqw2Ug2CmeViJfUDGICSD
+QMYxOn5sshYzJZTaOlRdayLG7x9qr04lpkRFaZ1EWrZiK4Y06WovTW/BzG3vGVeS
+6UyVdt3yVbWEzzd8d01T0dh5uJYf1mf3wCVznV/asnlNtr4RINaqJiVqvoo94Q9s
+EvkR0YUxEOoVdwLuOK6F2miOGKaJ6CrdVLkHEvAD3C76bhYegkKsDz2j87A/gVnu
+DQ2NotQS5xinXBeKS9eXAP7E7/WnpT+goRSK6uuNKAqVCizfxlAeYhCgIm2B6U4i
+jocSaZvjuqjSRADKz+qbqhhzS7p93zLf3Ii0ktB2Mn7sTBbeXHjKATu3qKCYu5lf
+qy+de7nBmbQasJclLRbOy6ESLOxSjV4B1iG6+YIfkB2S70CbBCiu0lB9QA77vsOU
+RC/IdBZt9GwnJef9VKHzaSNJskK9rH326CZsXUORKUTfUPnRnkE=
+=3DpD
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+1a5e34a1c0dad72996f804c4de4838a9
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2-javadoc.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+a8ae30f8e7a8622461f4003fa006e68113b71fb2
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/jkACgkQ8OrBpExu
+QSQRVw//UPiGmuh3HpLJXRI7nXU0KJYYPZlfFSDqw8Ja9eCQpnWRhWBL7BNaZHaD
+sQlYyUljjN6/829Wkb0pR7gVAWTaFj89WCdtByg2Bs+AewkO603hQYCarJEBvW4B
+h6RW2vdg29IWZ8B4kaQg9Z/J4M610r5ws6Qf9rcrRt7W4O2vT16mJ86Te2hQv9Xy
+dPHpeymuXLAEG2BnWgBMEERhvnvQQZ9bJRtBieoQp1jZHEiC65voot/IDWDRtBgr
+JH9D1MCwXeFsp7ms01rlRMOwgKD09qFAXrYIJmfArLT7HEtWowlJP/3+psU8cU2n
+WoZS+5r/D3hVhDVpa7uDuMTP+Qc2YymheNGYWK2V+4GJpsllcRp8+7xaMX1Gn4Ao
+5niyC1bqSZ1V9ow2XsViqARUmcDYcsicrNONj0BG1QcHyTMqUCcUF0VUkGYx5tVM
+JdhWGNPYO6iFEU5QY86+pzpP2up0vB7aP3hHfl0QZb7vL9GMLYzKxKCu7dbn41Px
+hE4sTol6X98MB7VviEtLRRFQ72qGRVaejwNPvJKMFaES40TQja9qbnnVnhHcUebC
+xHdqjy5vidUmENKf3QhXyI5uyqa22hgHjvlvAZtdzh2YUs0Z5wrtmjah7ugk1MeX
+5Nalg1WiODJoosndy3D32M6qR1PsdT9tMViz3vWKtS4f5c/nL0c=
+=bVeM
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+985881f35a89662404cd69d8ffbf71de
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2-sources.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+7fbb8e36ecc9ca2df5424cce5dfd83d994f01d0b
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.transformer-0.16.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.jar.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/jgACgkQ8OrBpExu
+QSRabhAA5R7i/tBxEKeB4i3GE4hq24tr5XwgI1RwVs4ehZln658KgzTzqS6u20YK
+Xm9aPvFSWX3Por1LOUNlLP9mHlvZWeZ+/VTbGD4xTmalTCbzpLH2plZIA0zTRQQ1
+s2SWazJlTX1iGl8SfbSdYd6AbKN0o/Ua8+BmCis6ROATBgDppM6HDLBFv/gf/ORy
+fZyAU3LU26i1nNYMF1b5xrSnplxE95vIRBCO/jAXFAmwOXlBi3gQioAMWzf/q3HJ
+G056KQxddKsp2FiV8XqXsvpOwmyewNXjUNk19N/tgUA6fPtpClnbhu45rubg9tlp
+YQjs12A5HOyiczf6SrR06QwQtZym3bZxttMxykv6VpFED4uxL8HnTIIRVvXSiJTi
+T4vB4teZe3Rn56V5ndGPb2ttTtF7J+LRTa6c0OtP9Y8o0dVgjp9Bqb9gfDal5H5u
++01jVHxpGKIYE3vXs0F3S7LqQEpn2keD0IBV2djcxuRDs+PVSMcBCWmCEfCc5YK3
+PKoHEQbiSOCPLLPek0B5mR/ZyAOybk6GPyXAmWaU0BohJ+Sf8FsolrYLBlOuS2Y6
+omSvrxkm11WfyGtgtDN+f3GcaJp2UtfZtJjwPiGz490oZ4BfPOh9QkffmtUMlWrc
+vmRgPTMdxhMnRRPMoXzGGJWStmLDv8NoA3Mi/kcrJDUXsxpGKfM=
+=K4zb
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+29f6a5f1495d10254dbb76f843367bfc
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+bb0af9b564941016d9c8a462523c963b276aa6ca
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.pom (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.pom Mon Apr 20 12:16:44 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.2</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.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.pom.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/jgACgkQ8OrBpExu
+QSQAgw//Rkc5KlKUGPaMSOtD88PAgGIiLhknQLI3QPrx+BjBp/zEGWYDm1w/Jv2+
+08J3HmeYRtLo8WJ6MsIvuX4igEeM2DNhWOlbszlhXkcBGRdun3Nf0sU/BiGm4cCi
+phP6UtF+QxNK1UCDsWlLC/NkglcjVJlTet72ySveFwCVGoAZldfseGu3Fw3Js+oN
+yGydFA+lHQo+z9xgu8h3/oRx2ZE2NBtuJDGLEb21GjzH9oV8wPuA5uZk0bGrfY6h
+ThHoNZtzhe5wO7/++CCdg4h/LxJp00pELiu1Qq+x1Z21Obqn+Nt5J7eda1HfYaij
+BNxUFcKamKDURMcNokeAxKqT5YZXENp7qN+CByIi3r7yGfwH3/uxQY7ibPRnWgYt
+pxrTflLQTGvWrTBIvnHKBy/2/K04QFznSTVfKz3z5D1VbicW+sDimdCc5A3GCerv
+VQdqzZGI3z8ydRTUBNLlTl0IZjHqF6iLVf5l65n0n4XQaz2nRgUVyX4ZRsOjeZlW
+cA0ZxnuC3VDIdL64yOrb0Mm46SztHq/tYyQbYTdzS4s4u76yDsKT//p/wpPhobYY
+NbizyayUX2he6oBVqejSabgxcCXH8GFO/JSPQPVS9IxGZECSelmLuDWN2UFBoc5R
++Vr3U7Igmb+b5VFsnjcTghgpp9Qj/6wqXAFOdM3JDZxZao+jELs=
+=isx4
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.transformer-0.16.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.pom.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+7a2334111f9f90d4b26cc35e60890455
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.transformer-0.16.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.transformer-0.16.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.transformer-0.16.2.pom.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+e820bd5f1f892e42ff1a7055cbe541c035524397
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/lwACgkQ8OrBpExu
+QSQQpg/+JDzDZs7xViS3faDNUTjnrkMS03cYy5ywktMKxs/VdLGRc+yHUvpE3kls
+UNmmWCvLDBYwac8UjM9yVOh+by8mdIm7u+zJPHN+h8vq2N9PXWmq2YxF986I3U42
+pYwyvi61p2/OqBSGaB/N5n7ssjwQ0xztPZTdIgIo2qh26BROPdmOFabNZH1lu2CT
+DbuRDZV94P7lJj/idIRGNYo+VFn7QdQCSMzDM+JIboH4iOmJd4jWD5qx4ZrIBar9
+9ynN5fgW2a8pkvN0ZuBHMAejk1SWWJsXNfJaSk4VYudWLJutAHGPmjuN3Oo1El5l
+YzER+F+hBPseMNLIEaz6y3FCTmXkX53vy0XkOqbsfr1ZvgZT1Ia2juqLO6ggbOmO
+yvahetbBjrVZ4/soO3HvuzW/Lefahwwc5UH/wzucPonB1oXM5NAf/5sF77CaoMq2
++036cdMTrPYYluMJ5WyKpRxUJCkqP574faFbezPNwvJ4Mki25+qUD/kbqjhNIJk/
+DbfkigXIDrlM7onoPd2bukaHGG8udG6UNdFxx7ezogv5nLb7JyymIyQ5TrOu3o4u
+b6lmG+mePmJCCk+2W2fef29BbMZKrM/olwvodej/mKT0XOwodVFwdxHkHCF3vDFc
+HWSFGCHGY6Fm2YTly+7gbxbH6kKmOt7WQ5ZF492piRe6S74knFo=
+=sQOp
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+9d91b88dad68c4c73c9e6bb1be034738
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2-sources.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+4b7455119320e0b0d7839312a1ac87f7d73f16e8
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.cms.ui-0.16.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.jar.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/lwACgkQ8OrBpExu
+QSQTzRAAv9i5YRm0fA2lhiG/67Mph1QDS5y7agSTXbXHGBNvdiwArim9RQp9iwPU
+Cd0gKYi/Jyzx+p5LqOZxbKBAKbLtFn7eimLGyfaL2WeRoPOccycaG38vsaOkNfiA
+qRailG4P4suqvjJvFq8fHRM2IEulUQq2kZwUR9Hu2HvAGuHICYV3Em1w1zElYLi9
+CzT7oUjnUzAjJ1+MQjWge5CPexPl4Vmqk2eCiWBjiMw1IpTxzdEjNMPG54gDYMDX
+EQJzMB0vxIVG7nloYzCOetBcg9bAXeZlb8JsB2uzRqwmk3twng/kmOLOdEHwJ1mU
+bNWsZ333EC4B+0/p9OyjPhc2EzpHepIkvWkYJl63s2gwTFIonk5Oxq21xvpzb7hc
+HaCe+O2Ow/kDjQbA0eUQ/7rkd5REjwwjPJbSFQyxW7UowhPULPAOxQBolJZqEF9g
+qSUmyHPfbZkFySm0A9YocsnfczLDn7z5MVAMhblPVmusTa6h/FUrjjrZa8lWfOoc
+wSJdptz2BvgYy2KgnAM1Ozbw1MZ3A9ifO3/uB7ow9mo57UpBfagbpil4trzoZlQz
+VJ1oT36S8c+YSbGXYEx8swj9sVWdP+33y4XVEvFais8swdIMHse/6oReBRXgHGMu
+Eh0ljSTQKnvtjvLz5GHJKYP7CebFrgFNDWt+bs2pUh6IalZ/SC0=
+=9Pcw
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.16.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.jar.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+6383e044c51113b736f4759543b08868
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.jar.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+3dcc7398cf919eb4c095214d713d14295b7fb08f
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.pom (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.pom Mon Apr 20 12:16:44 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.2</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.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.pom.asc Mon Apr 20 12:16:44 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAl6V/lwACgkQ8OrBpExu
+QSQgHA//erWEz+h4W/yJmJdCQ18toJ7h/GCAXJDNrtm39KFHjbR8HvEiJSEPArBF
+fDX5Px94skfwO2MLOpusZhzvZfQOREr/TNhe6ATl76ej9MxKQo7OJpvgVNy8P1I7
+YHcVdNXChQAL7hl9MyjsegsRaBlh9X6OcKX8rO8TKK4BFWUcJyLFYs85bLid35oe
+dsroM0ytqIepZ/7gvER/iQu6/LBD/hHtvfZI2lS7arS6xBPs1jfbTex3wBt1zGuw
+bcBe6TUNwA9tNnSj1+ptzjN60OcaIjgs7+6a/ngrNwMi3zhvyu4IX+ktL2cOAxB/
+px/HR1fwDMy7yXBHyCAuVltgMB4WBSenBb5GSoY0mYQXRE9G0rTghHlKW4BLSXRP
+vcSUcI4tLOQZ31sG/VGq0LReP2zdtyaao2dqKr7CTy5uz1gqul8Slj2JNGpwvX+d
+VccWIDlLu+ZFuYb0BojjiIY3u6Hq4b+SOgTXY9769PAvQJWkK6Vj420V2So/0PFN
+65Q4AttEyuPHbig5c2lJFlwPR37SfTqiQXFDUq09CI8mnYb/5wUQ/c7xRbv+q2sb
+mi3LWpGinFSkDK1qh38H2jDh2gReTjhnpOc+0KrAZEmqr2uDQkd5oaQ0FxDch5J9
+yHFMMsc4PPwB7KEATWj5tUoRGhCDnW6hT8yT77YoXHtLBF7iPHo=
+=wlxE
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.16.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.pom.md5 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+5fae3ff771f80d992e51b07d5a1e77fd
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.16.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.16.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.16.2.pom.sha1 Mon Apr 20 12:16:44 2020
@@ -0,0 +1 @@
+4f50aeba076b61ecc2deec9394d8cbed134f63a6
\ No newline at end of file