Added:
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6-sources.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+3bfcdf50cd3f78284fce18c8ead69f6def5062b6
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar
==============================================================================
Binary file - no diff available.
Propchange: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.asc
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCfIACgkQzit/9nXX
+jpLnYwgAjoI6nIBC2WOzly7d/XL+Na30RUFO01RSUJya0bR8thZFK5bdWSze69lr
+L4QN8tdoTkwyvO+jyplR3QSbL0XG+1uchxWQazaHt5PtZW/Nk9XmQA49ro3sRvye
+XpQV96rITee7WX9Umon8egTM81cR0oEnKd7/eufr+yhybZ+DXG05Ep5M9yrDXieh
+2aKp2xCv25OrsL46WU0L+AOiNFz/AxzthkYLL/W/XxSpTPQY4plYdqXjBQrGbJQv
+N9JHtMf96CqrISU0zRXN4L8WBGyk+nIE35C7GlAnAMphW6LvCHXrggCnkXxcJ7cj
++8GQidYGBcuqcSfCj1okzAmouqdicw==
+=EGMj
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.md5
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+64c0b5fe70f3f4f00acc6e384a3c5742
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.jar.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+08175fce428c3b7affcbbeebd1e8c8ddd1380529
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom Mon Mar
27 07:49:56 2023
@@ -0,0 +1,115 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
+ <version>3.3.6</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.apache.sling.testing.osgi-mock.junit5</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Apache Sling Testing OSGi Mock JUnit 5</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+ <version>3.3.6</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+ <version>3.3.6</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-junit-jupiter</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- JUnit 5 -->
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <version>5.2.0</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-baseline-maven-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCfIACgkQzit/9nXX
+jpLlLwf9G52CJ+7FGYJuuHcPTRtaqxW9oPHxKiQ5UQmsbjhAaG3dRmi3tc0F4aAq
+kGiHVTEJMI0rwhtiOkAVsi/bBLtS9Mx9ZQRrTB022xesyNLOj3XlzAzxeR0ET5JG
+qIFJC/rhLs673azS7zq1tDXZtwG+sZaGrbodYPk7eHQHL3EnU2CDLNyguEkWPQmC
+3YNt1Of6oKnRcbBW2d7jmz5ju4GgiNkuqzQMv7L6huml+pjEwIpzfUKIRz3iiiU7
+D2VOrYyLQVC2MDc0nEb6xZgHASsp7v2UqWNPivn6Cwk5CXEx6dmVGvGqj2tO/rZC
+f8osduulm4HG/TMMScc6xXtweGygHw==
+=XrrI
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+353dc1e677c7ba37d8d9752e5a916645
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.3.6.pom.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+5256166b016963929ff262e206a8ac92f43b7ab2
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdUACgkQzit/9nXX
+jpJmyAgAxWKeG6TztW1Nx3fVcVhdqldSkwRAM4AEw2MQa64IlQIQjYZ/pxE1oecp
+qg9ofDBoprZ4zIorEDh9WFszjMOMuce/Hnfg12qpzywwY4V07U7BHBcsNW6EyxKQ
+AbEj/NggRO1BNCo4I98QgI66GdCd1olwgMPGzk/yz0i3V7aXJipZocIeqBntSXav
+f5itnW03/alraW1lPe7dc4qzWsHNaH72YaonUtG7mqnL8Lu8U0+BubqymPuPYeuM
+jdDN9519+ExFp3gSyAdQCoNppZQcvW885YcnnNyiWYaXaD18ghBJf/FCX/tZjLE+
+ByUn6H76tZkx7Y756mvvexFC83exUA==
+=76AK
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+050153a3dd68e70e0fa3055019df1661
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+be7db83728867ff17d7d3cc20fccd566607d8c0b
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+2e58a035d00c71ec11650bad6ee6c58a8747172408a58ee3b969088e25b15a646c22350c03bbdcbe39eaba4c401bc80b72848ae7f4734d583d2db6c32763f7ca
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+01098fcfc45e42e10499765911470b8b
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6-source-release.zip.sha512.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+d48e1ea22e7bda1edbc87432354765c82c2b5923
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom Mon Mar
27 07:49:56 2023
@@ -0,0 +1,177 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>sling-bundle-parent</artifactId>
+ <version>49</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
+ <version>3.3.6</version>
+ <packaging>pom</packaging>
+
+ <name>Apache Sling Testing OSGi Mock Parent</name>
+ <description>Mock implementation of selected OSGi APIs.</description>
+
+ <properties>
+
<project.build.outputTimestamp>2023-03-22T13:59:14Z</project.build.outputTimestamp>
+ </properties>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.annotation.versioning</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component.annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Nullability annotations -->
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.framework</artifactId>
+ <version>1.9.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.cm</artifactId>
+ <version>1.6.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.event</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.log</artifactId>
+ <version>1.3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.commons.osgi</artifactId>
+ <version>2.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.9</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.6</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>4.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-junit-jupiter</artifactId>
+ <version>4.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <!-- Set runOnlyAtExecutionRoot=false to make sure each
jar file get's it source-release.zip attachment -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>source-release-assembly</id>
+ <configuration>
+
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+ <tag>org.apache.sling.testing.osgi-mock.reactor-3.3.6</tag>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git</developerConnection>
+
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-osgi-mock.git</url>
+ </scm>
+</project>
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdUACgkQzit/9nXX
+jpKZUwf+ImFMclWgza2ep0tu+2rKZXBjewokS9n+qRPuy/Zhk2vkQZO3BIq7L7b0
+/MN1CVWFYp5QbwU4b441uFPMwAZ5bT01rI1N5SNmh158PuW3JkK9K2bvH84fD2ND
+gXH+n87s0bT4/ov/go71uTX6vtMr1nS4B4DzMuJbQnMLHsrjitNCUNQfg/k/Y17O
+6Ssb2xOv2m8Lpz/c1F75M0VU+k6t+Vhdr7rSdpfXqdUDPCu60HztybHkTvaS7P5T
+9hRSOnUME8fwFYi47lKfnVAp9Jdu+hCyX2G0WQEPWKxLqKmglrvBQ7vZlbnfcg44
+MkLnPs6hY+1jB2gZS9BbsxnFqqjVPA==
+=FiBJ
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+e8f2723b8121792c3f5dc4a7b2930933
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.3.6.pom.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+c7651fe3f6628de37ad10dbde4661f651383d05d
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdsACgkQzit/9nXX
+jpIdDAf/UveS7O5tFFjChlE6DlvzYaZY3rsbP3BRFGUrPM7n4lR4y1nYFNBnyYKJ
+FkL8OnPLzSpnAnNu7OEey8wFvyIxrmT4upXmaWUNmDUqdBt9XP38zQvAY51yI+jK
+WrbsMc3UgN1Bm/DQer7pBiRwx6YMbR2LcU2arS9dVoKGC0YlL+QKJROjCHmKw1cp
+At34pNO8EecBlo8BtJfm+0s30CzO2AeQnJXVCZnzJ9h4UIzxb0xsGSQQ0T8x+eVI
++iQr6FbG5zMG//T6pEu+V70hthx/nc5VTi9bN1X+JwQ5bZfdfY2aFqKRstZsIvGO
+/VkervedHU52Y1WtlnyQmke3LIrOAA==
+=OKiL
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+f9a0868e8aa2dec8b6e24f3bb86705d4
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-javadoc.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+8e9b813415c5e484541deaceba5746a4b3e68b58
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdsACgkQzit/9nXX
+jpJ1Mwf+LAOhBAMnhrpZnAWW1GCh7IywELkvJ73i+5BauvGr8rCIHNSexhRJPO66
+TGRuRLR7ErjWkE/oPzZY3oJNGCR8JpXn4IA41/YgVWEF8NtfUqGWrT1jYYDc5PSV
+jpUrb36QcRGdCtdsO/y3e6lffZksoGdpgETxNyXQQ2z8Zp+MgL9xKJ46MZOxcwr4
+RnMg2o/UDovhRo/ERBd325eZNUkmWaHfiYn92QRss0W64rZxoYD8IZ80b+PEZVpc
+LBcbuwLYY0Ra1r2Q5FoDI+VHULRSe+XVQ2PVAX5nhIzZd3Po2Svgrv6Z5UFNc7Cx
+hzzVygW/kr62FHbnwGCIvzKNtWV01w==
+=Tcjs
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+2a263383b73cf099746bddbc2fa460c7
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+c35509fc691d6f54ace166250255c8ca374c2562
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+72be45e50b844c59b34617680e62167b326e65631c9076fee585169e3a23050b5d7ae845c6483a23fa0904c93fc5ce47b9e2b2b283bd2c9849d2b11980625f76
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+f1491dd3f6c20cebc0622c4b1626d542
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-source-release.zip.sha512.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+bbc4bce0b33d79adc483b78c9fbad2296e064bef
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdsACgkQzit/9nXX
+jpKJ6QgA1VXwrkBSB36i6qs0hkngHM9GCxpIYWLBMgXMSxJ43k4byN/auCKIDkP4
+8ZMEXKk/lHg4c8Jr2fNfGjfvLaleEi+y/QJYRBJ1rxHhFZ3knsw3Anv6cI8LdNqI
+Yfc6hxet4nLoykDRrdJoOrIKzU4YqFlp1iNesFOUOCUr6YIIBt46l2CkzJfDUevT
+exRaSFf5ufhihCnb5hIKDvh6rVW76Z2CefwYVqamgHojmlIGGdUayJDRhLMEM88+
+A5SgtVvZ9wtoexKZzy/k3tQ4+P7yQWGQLxpKlyRsng+BaDzNPhikY+9elzDOsmSR
+KnfxxCTa+diyJGL0KzbK2xmjqVTJxg==
+=vr1a
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+7f5b98d68fb2f03a91991dff72dd27f5
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6-sources.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+76eaf749a37218371554aef85983eb12c73b86a2
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdsACgkQzit/9nXX
+jpLBPwf/QjCQzW+30GRwg8eTdi8ZSk/aLSQuRmfk9KjwznUfMcFeh8ZWU3NX+UE7
+lhe8fXJMXf8h/aLnVgQsdO/6KfsA9WMwI7AIJ7TMyOtHscolYZZKFJ9w16A6RYQI
+rVKZKgfbEHx1Ec8enfUvvYRAPewZ0DvJ7uZOjJgvqsWOBhmKOgDaqiEWQLw4tZ6C
+mPwvUoOmxeZBDLt2gzvGZCtaYBXLGm5vkSC5mL/drLcacqKLIvJMtQrmFvSniZ6t
+AN6AiXL/sitmiaSbqPR56Yl6TdFSEceLuCQif1tQjjaWOPGb2JNtXRAAQ8DaIixP
+OtQouwL0VexC0E3bqFLeSo0l8g5sxw==
+=Qa6A
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+97fc5918a1c12a0c0200aa80f0ace50b
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+231a46845e995684b317785a211e2e955051a4a3
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,73 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
+ <version>3.3.6</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Apache Sling Testing OSGi Mock Test Services</name>
+ <description>
+ This module is only used in the unit tests of osgi-mock.core.
+ The sample OSGi components and services are not part of the osgi-mock
test source to allow bnd plugin to auto-generate the metadata for them.
+ </description>
+
+ <properties>
+ <!-- Skip sonarqube analysis for this test services project - it's
only used for unit tests -->
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.framework</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-baseline-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCdsACgkQzit/9nXX
+jpJB/Qf8Cnpkqj34/R3m498y7z9FvNsHIUbduXLXR/g/DbhWtljp97iJ0CjOOkS9
+bH87WQ8H8CoOQR0dWFkI8YqF+4Dgb6PtVhk2ogmVGcEmCX9ZwfnaTwqRLDeh4M8+
+cXxLoDE4PxbTfav1grZeCS1vCQOF3emDA9+EvKHP2csY/aiZXjcGGdgbKGpazTnf
+fQc9nELRBHree6AtfcaPjGRmsttjEYi8r7AurGiLzIozU5pWmlLofnc8J0M3ADdn
+ccO3bJ31WUY63slhyDTIfz6XtnQhWUINVmzQESBPCNYglb8DPp8T/l0ttDXghJQl
+/oHD4uSBhUikpM5+ZvgjvkShlnOMUg==
+=az4Y
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+5823efccfac7d0c4d9385a5366a2ffdd
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.3.6.pom.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+f38e95cece72d164f3be772cf12153b5f34f2a1e
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCw8ACgkQzit/9nXX
+jpISKQgAwKdwXRV4Cedan7UmlfZUTdMEG3YT8tRh1e4vYokkXGXdVTyqfLSq88oh
+fgZR0sI4jg8nnG6lcnDIL1e7Lwuj+MSbuz9VmtIit1m3br5bmw4yqxa/4TBnsE8Y
+sJ7gkySCdyBsOk8RfH7yx4y6G43kz0l7pEMoFMlSuALRV/3gxfX+y090++2QxEqz
+fkCo+evNI07hyPeIBQPhE9WIQ83RFoWXCN8uBkCeKazdcvhTW7zmdLRSKCyhGZr2
+z+nH0vztSAW9DlMFtiyZgAMIr/PwZ9x4dnzD6tubDvFWmt2AxOT285OYl/AYb+/c
+22MxR0Fla+RNUQpIEwJJVFGBhm8kTA==
+=7HWp
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+9d345b615d144a375d37aa18a47a45ea
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+365c15ec6b04426095cc0ea711b9de6455351b66
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+878c561bd29cd0c9076b3620c0c55d92d8001df483fb0f43152ecfdd3e168ad1e09116ddcccf86d12a9ed358703b2beb7ffee68fa74742064eeeadef1d4a0b9c
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+2942db74cffe6cdc300b8a741af7cfbf
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.4.4-source-release.zip.sha512.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+2f34705aadf241f815306c266f4aa1b4ef26661e
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom Mon Mar 27
07:49:56 2023
@@ -0,0 +1,42 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+ <version>3.4.4</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.apache.sling.testing.sling-mock</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Apache Sling Testing Sling Mock Relocation</name>
+ <description>Please use artifact
'org.apache.sling.testing.sling-mock.junit4' instead.</description>
+
+ <distributionManagement>
+ <relocation>
+ <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+ </relocation>
+ </distributionManagement>
+
+</project>
Added: release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.asc Mon Mar 27
07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCw8ACgkQzit/9nXX
+jpLHdQf/WHiFzoOGFsFAXTuYeN3238t0kv2xMWMfL6EEzNf9RhwQab96pUEx0ZHR
+SPPVHCVkhRUqkAHV+yzsHGV6lOIEhjjh5V3zDPZ8fOQ/93KMpx7rHEMXCI1fczg+
+tcM7M2RZYej1LLEaMlf7rV6x1IZRyOV+a7OnEfH5fldrW3eDvjISGith63GdwkEJ
+mNeEvMsp3BD/V0YWaxy36zOem960SyA/x6gV4W7iq7Y7Rs+WtSTXFGi2WzRQ7Fas
+Js7Ytycmm9OwPDvGfxzxbRgcruHDfdGeTq+yLQ6VMzytFW0xI+C3keKUfzf219DG
+ZHALKxoj0yxjxDGpF/pQXngtZ5ZtxQ==
+=cuIn
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.md5 Mon Mar 27
07:49:56 2023
@@ -0,0 +1 @@
+ba5597274a067f8cd7261bfdf2c11247
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.4.4.pom.sha1 Mon Mar 27
07:49:56 2023
@@ -0,0 +1 @@
+be3dc672d40da031a7faa66076950c1470928d8e
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCv0ACgkQzit/9nXX
+jpIOCQf+IOeZ7nlLpAbVJS0jlDmsFjAraugAWvCx0gC9zieupV9wqyLwTK+o8Ezv
+2iHaYepNlD4K7zHwQ0GCKtr98Uj3emKA/BHCXv1/GpYsz/SpEyTGU0dn7umg7o0E
+2G/0J8UYHKhDMaxiwlcDEGDewHfgiGOhynrkgRWt3BKU93LvMGCLOBNNCVMIGY5w
+UBcuZ5gkv1/1b+L7KZHwnyfMye4jCBTgLREN1sr0/aKIfRdbAAS/uveGINNc3M/k
+J/yH8kvcSBBUMdO1S6rq9Q+vfenfk79QvIta5X7AUFAiUky3R8ifm1JiLpHwl8Yw
+ATAjWhF2QAkF5jjW4eUDkGipDhV7dQ==
+=uQmK
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+e84fad6021f3ba96a6d7f6140071fb04
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-javadoc.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+edd5e6561a1897cbc71365000f7766c9a506f7d3
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCv0ACgkQzit/9nXX
+jpIg6AgA55gm0ls9d0Ex+HNZyjvZkJ7UmEIRtVOVAtC7dYJAjGLpyeXjzYmDNTG0
+PrGI2OAHjm9ZS8nQWxRq2OwpNDPeCIHjPoPyKvpZB9Lv0CXuD+PdOlIzuv7We1WQ
+/xL3RczP6vM90p10qxbOlYGRam8dQT1XCYhHOGjpI3a9mLQ8uOAjwT+k+ajYxz6w
+psU+0/CzY52G0GmGdzg8vtcJeGtkH1AFLZRdqJLtnaFQMALVXChw0ZWWFqUJOMi1
+jyP4VvR15Ms9q+RRuuGDFSEdHSYQHMEyOwqI6Vv3qowUQtuJopVBLB9C3fci+npt
+onYHFPJpuA4SFQbemvdzvhzZDvyKjw==
+=YLBc
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+6aa6d0d41ebbf3e648b17e1fe4b69084
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+6817bfe2d98e56b31257bf138cd475c1e934ba19
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+809fed6b37ac9f76f87e0ad55552dd6425f789ba9a87ed325aa42ecb87b44dc5b3e9a9015ab3070bb7249505db399a1426f9ded651b536e9989c5dbbd57c3ead
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+d8ab769a9a34c72e9227537a1987ffb0
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-source-release.zip.sha512.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+63c3a8927d0835770777ba04833267ff3e70df62
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCv0ACgkQzit/9nXX
+jpL9mAgAjKyjJz91lw2i9EeGyTXp9EzKTV8V8MX4ULkhg8dEqjAJJqlc6I76x968
+yYYl4hyZcMqpOuBwngK0aySB8B6/HT+/zoXuVjGNhSTCeaEiesHP7Wav5R1zRvew
+2CKp/sa3CdO4/DJRnE6t+XH5v7T3GtI34bFOt3CEq/TrT2yLTxILEWOLU56vmCmO
+ulXEvILy3udd7/+yARv6H2jYMEG04GpKE8l5IXR6ENL8QwzjdU+i4nFiftcJnqQ2
+BqkXQAEE7a5S3dRHQfMVedW7nrvR91EDumV7r9WBosZ6kiURM2Zxqt3EFBPlpZ1k
+0RpQftNEfYkBhAjI4+6JGcmXXnrC+g==
+=+omX
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+eccaead38a47c5a345fabe310610ddca
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-sources.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+c3972e38903c8af9ccb0a60ee55da8158e1d0871
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCv0ACgkQzit/9nXX
+jpLybQgA1NDQeBhoRb3PDlZPnommBgt1c6ZH78dDsS2CdzuBQz3lHQD2ZU+JS/J0
+TAus1FI7pwf3StvnvwpFKPCnkRz2/I5JwkOEWqX3E6354uadMYTeSQFL35LUfWaU
+migHIt71dU1Tafizqk/4Y7AnoQRc2afUWIj6cy3DabOnME/kkSJjAvjA5dTo5uiB
+OJgjR/HLpjTin3HDTwdyCnVaZyHyZG5K8a4Q0sRhZM5YT14W/xJF6CK7oTPsmGCw
+vO/TVh87tN2JkfxskD7erFRA3p+RUu4+EQnNecog9GuEczKDrLc16ICEAawN5Ajx
+VR2x7Kq+LyUtxPbo8L7yqm8qR8w/bg==
+=BUhD
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+38a6abee886d5e199d21051db0247a04
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4-tests.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+a396a81d1c5b53198847f0b7cfe82b0d0ab737fa
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar
==============================================================================
Binary file - no diff available.
Propchange: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCvwACgkQzit/9nXX
+jpIQFQf+NP+2dIS1z1QJbtZdli2GZkeqjA1kfJPZHlQY2TnpgqfmoBHo45lYl3kc
+jskkVGJgyTzDl+ODIQuxLshB6BVytaxAxcVDTH0vdTkxKWSE43rzphiJwNhXZk1i
+OHmcJae3SCUrkk/YbfoOD9Ag9lj/1nFR96ircsHIncaw7o4yEfI21xjowfEElNJy
+DxycLgszSdDcjUb0SdQp1Qh/BR1Ej76Eyv6f9mg85wyFrD2eO6QCsw2zDpZ8gmII
+Z8vZuY816f5u2iA0Wzg7ktC5WRtpGyjVmWpdoLraoSQON6CICzwA2vq1Dlew0drv
+bopb2h6UmXdlNzQmZDokPqMdx7izRA==
+=vCdI
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+b48adbae33304977a94f41ee33eb7205
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.jar.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+ee3e61b130fe1f75bb82232ae028c7198973eb15
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom Mon Mar 27
07:49:56 2023
@@ -0,0 +1,319 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+ <version>3.4.4</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Apache Sling Testing Sling Mock Core</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+ <version>${osgi-mock.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
+ <version>${jcr-mock.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+ <version>${resourceresolver-mock.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.servlet-helpers</artifactId>
+ <version>${servlet-helpers.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.resourcebuilder</artifactId>
+ <version>${resourcebuilder.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.resource</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.converter</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.function</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.tracker</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.models.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.models.impl</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.resourceresolver</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.serviceusermapper</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.jcr.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.jcr.resource</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.scripting.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.scripting.core</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.commons.mime</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.johnzon</groupId>
+ <artifactId>johnzon-core</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.commons.classloader</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.settings</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.i18n</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.adapter</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.xss</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.featureflags</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>oak-jackrabbit-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <!-- for org.apache.jackrabbit.oak.jcr.observation.filter used in
https://github.com/apache/sling-org-apache-sling-jcr-resource/blob/18edb8d7e7106c1e1e3333b89bf4d2a49c686e3b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java#L33-->
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>oak-jcr</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.contentparser.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.contentparser.json</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.contentparser.xml-jcr</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit.vault</groupId>
+ <artifactId>org.apache.jackrabbit.vault</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.fsresource</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-atinject_1.0_spec</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-json_1.1_spec</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
+ <version>1.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <!-- Publish test artifact -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-baseline-maven-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/test/resources/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCvwACgkQzit/9nXX
+jpJtgwgAzXDcajiEBuuZkqznZnXcyNebWYpgA4jmvPxtp64rnt6RzTYQcuRzlCzi
+KucecyNMDKKkuNufv94ApTKasf1UOrw4E+VwEDkj9efCEDK5ZMPhRWnqDn13CfgX
+8y0UPblJh6pfXnwRKStVLNd3qfUNXqYTyD019Et3NM5qDC3Qx+jHdeQQnvs2mdg/
+Of6ojdpy/om7CJT8I1w7m0dc6eb+OWQp6F61/SelQ5ahReDAwsiwlaRbHmwhIqDu
+8zytPersG6LxlN0XSlTbyvdU3+0omn838mqxk5CDOCbv+Lv/f9MARfc4v0EzKtwZ
+xLagm2B9p5dvT0TzlP8XkypxsPiLbg==
+=aITb
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+f7188dfcaa2ba33858be7c3243354f7a
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.4.pom.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+c2f23c12ccc23882c96c8872ea07370a2e6df976
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCwUACgkQzit/9nXX
+jpKnjAf7BHvNHHnFdmRsOwUaEhm+5WR7M1ni/etC81rVwtYQqwsuE6EewBYx/EO3
+rN2vYcg1/6KGeZ+T1BA6osryncQfoyo/wazMshoeQxQb++hcInjJIZTlQlcTpECb
+H7QUFegrM+H+tqXTmrNxeLJtsJWe3UtOb6VcY9WWAoT25yuI86jJ2N/ILsFU5TxS
+8hH51gp38WEqKXWXWK1DLjPRbCajLuKM23dKRpjM7WeRUIYlEuPqY13Z1wOkQYcv
+rypu22BksDN7Uz+0irHj6nRtnsfNNPmuxpSC3boaLifgDg+PM9Y07L1dYe+iP4w7
+c20SeUnU4fvwwyJqCPu/Q61hBdF4rQ==
+=uI3M
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-javadoc.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+ea68dc158acfd62e8e9159c8e2ad8840666187f3
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCwUACgkQzit/9nXX
+jpKHFwf9ERpXrt/NkQd13imPA6xjZj98iOIaFn3J6yZQTyUos98q6FLte8wgfVTL
+V7RP5NXJRV0v6leWJEMAUWBE5WfodzCE6ToehUcJiBuFchpdl8mK7+5F7WRCZ6BY
+ItCNEiDEbGnOOq1eyBU4rl2t5nfe1QGY3dV77yHfjieObG4jgqknZSN+cEQ/tXzP
+NexEjO/9wVAH/riOkcCHfE0Hbo92GdMkUidB5ft9b+RL2LZrEADG0G/YIt7HdX5b
+CuRE4u3CMF1WTS4jI2a/X8Y3WkEHFLORd80U+fho9voq5lJNjUkOWDK+U6bZ0cEV
+7wCRCs8/BT56is/TSntH8X9yGbrW8A==
+=OOzq
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+cedc5bb6a46ab2aceb57e582e2571b9c
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+90f86feba9ddc73de009b5c595152f884b90c2e6
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+7984c5de55510725fea3fad3cffa5e9a3a7f8043034a001e15e20de938ff7244e136ab7ea37b90be47d4f009cdb9a1b117404d69cfbd4772f92deef62288428c
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+c9eeb4932d2b054ac40bcf2ddd3b6eb7
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-source-release.zip.sha512.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+af5f3a3d680a0dfb57a5957e993cfb6f0ab68cbf
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCwUACgkQzit/9nXX
+jpLVUggA29lPZwog9OUn7Dw5rlfsgIVzRgJ6nAtFGHjVMY8n2CoutKFno8viP/h2
+7bWe2L/owd0KDvSIdoH8fyvF3bOL9CilnBMiWISQ1Y+LQRs89pINJYtJd6RqNeYn
+5BV5eY5uxSgXfrpkhpLbjAhEYxdrbIwZpT1q3GORc8qD4QKkqtS9mGIMK4hifuk+
+1L6VoSNiT2QVU19lUzDhzkEzRAh1f73OnGSNNwh3SUtFRiGij0Pf03w/yAzoPn6U
+DN5i7Azd6KY4eW9HtlpYj/tUro/FhexGrPtuQjohru5i3o4CL4Ho2BYzs7Tj8fWc
+J+2U1bCucILrJMwk4X80ECEOucX9Bg==
+=0Nwz
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+2fb26c9717dadb617505ce26130abcf9
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4-sources.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+44262c3538322cf724ea29133ec8edbafc0907e5
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar
==============================================================================
Binary file - no diff available.
Propchange: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCwUACgkQzit/9nXX
+jpI6pgf8D0eN76NgONRc2QH/mxHaL0hLGgVxEINZPlgim5epqO3oWPearG6OoFdy
+YHg7gN7j53FxNDJRcVaUbhVi3Tol2NKPhiFKdtNUmo0qPHxPAJlu+YYpn6x7Nu3o
+jj/f81RIprgt9gcVlNnxA74U7x0926lzwZ03j9KokN1s/1vyvvsblJtiqawKLcew
+shlcA+G71+d4BVdiX5z/Mk9pEvntP4jB9dF1is+8QGpNS0yRDzwR/NG1oG+gifcF
+w47Dp6qkQjGDAcUUyq77WlrKJCEONAc+T4RCvIFHyG1/n02829759Z4dhb+Ee/Ur
+HIH8k57UvJN76vfksajmttLoihD40Q==
+=kGEW
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+356f1eae3efad8ebb659c9ca2598d6f8
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.jar.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+215d7f716524d5d79bfa8f76f6a2d550905427cc
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom Mon Mar
27 07:49:56 2023
@@ -0,0 +1,91 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+ <version>3.4.4</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Apache Sling Testing Sling Mock JUnit 4</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+ <version>3.4.4</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+ <version>3.4.4</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
+ <version>${osgi-mock.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-baseline-maven-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.asc Mon
Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCwUACgkQzit/9nXX
+jpKhZQgA4LZEXhYzVxQ0Rgabq1q9/fAa0aPYt6muES4QRXnTSaQrTIe1kB1Ttvyu
+qPk6V8VsjrAwha64f9Mj/oRv689OEHuhMIDOvSmgifo5T5qSVNA+pvJsgpuA7NTN
+omAwGPzbmHHUEBCAaXk6m1d8wSlTWCqMBkvnzooWyQcykNVhWqedKbQEw0uHyRZ5
+AV6bPAxphsP4Ho0rWqBeswoqSTtaoz13U23LZMG84V32sLuVPCtJcUHPdydDU0aw
+5ytOwXBSte0Gnggf4XogUZlgAS5OkPnb866FlF6ALPksfkycg3W4pV4UmgqwQgaO
+1KnwJMcE296HA9N2AXiGsgbgeWJbbw==
+=6/G4
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.md5 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+9da609432a8eb8856429776617ba19fa
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.4.pom.sha1 Mon
Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+60261e7725bcb23e9484133bdbd488a587b98358
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.asc
Mon Mar 27 07:49:56 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmQbCwwACgkQzit/9nXX
+jpIxKggA0GBDdz05LPiIYLjquFZHrCaO6WkFOC2kygbR2v3uado0HMfYW8aoDB9t
+GAr3Z4AvlEg30LyEpGV4K2F3BemZpKH0sIy6xuTHijtqFHncb0zatvZVjwePvgh4
+nvcIaV8BXOYFTy+1e9GtJNgcRM2w1Az/5PJTDT/9kJCboD0YOxk/HugDWOoTgibF
+UrHOY1i+HFD09pdIosmuOYZg2psEdZE+T2o3ODCVgiSi7GGIh+gF5gsFV+4lOJjF
+GuXsEArUXYjOPI79uZgQ5PE3GNs1RcylAPFpoayH06cw1py9qYjdFSsqc9hyxe1P
+CGwGJUKAFWOhwpuqBbELwxEGG91foA==
+=05L8
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.md5
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+95f9b175a5d1afdd3ccf72ece8338f13
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-javadoc.jar.sha1
Mon Mar 27 07:49:56 2023
@@ -0,0 +1 @@
+7a31ba14bd684ba1eba990f17d32862e0c9ee11e
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.4-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *