Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom Thu Sep 2 20:16:40 2021 @@ -0,0 +1,312 @@ +<?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>45</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId> + <version>3.1.0</version> + <packaging>pom</packaging> + + <name>Apache Sling Testing Sling Mock Parent</name> + <description>Mock implementation of selected Sling APIs.</description> + + <properties> + <osgi-mock.version>3.1.4</osgi-mock.version> + <jcr-mock.version>1.5.4</jcr-mock.version> + <resourceresolver-mock.version>1.2.2</resourceresolver-mock.version> + <logging-mock.version>2.0.0</logging-mock.version> + <servlet-helpers.version>1.4.2</servlet-helpers.version> + <resourcebuilder.version>1.0.4</resourcebuilder.version> + + <project.build.outputTimestamp>2021-08-30T16:50:16Z</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> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>15.0</version> + <scope>test</scope> + </dependency> + + </dependencies> + + <dependencyManagement> + <dependencies> + + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.resource</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.util.tracker</artifactId> + <version>1.5.1</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.models.api</artifactId> + <version>1.3.6</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.models.impl</artifactId> + <version>1.4.6</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.api</artifactId> + <version>2.16.4</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.resourceresolver</artifactId> + <version>1.5.34</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.serviceusermapper</artifactId> + <version>1.3.6</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.api</artifactId> + <version>2.4.0</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.resource</artifactId> + <version>3.0.8</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.api</artifactId> + <version>2.2.0</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.core</artifactId> + <version>2.0.54</version> + <exclusions> + <exclusion> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + </exclusion> + <exclusion> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.mime</artifactId> + <version>2.1.10</version> + </dependency> + <dependency> + <groupId>org.apache.johnzon</groupId> + <artifactId>johnzon-core</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.classloader</artifactId> + <version>1.4.2</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.settings</artifactId> + <version>1.3.8</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.i18n</artifactId> + <version>2.5.10</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.adapter</artifactId> + <version>2.1.10</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.xss</artifactId> + <version>2.0.0</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.featureflags</artifactId> + <version>1.2.2</version> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-api</artifactId> + <version>2.16.0</version> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-jcr</artifactId> + <version>1.8.2</version> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.1</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.5</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> + + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.contentparser.api</artifactId> + <version>2.0.0</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.contentparser.json</artifactId> + <version>2.0.0</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.contentparser.xml-jcr</artifactId> + <version>2.0.0</version> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit.vault</groupId> + <artifactId>org.apache.jackrabbit.vault</artifactId> + <version>3.1.44</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.fsresource</artifactId> + <version>2.2.0</version> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.8.3</version> + </dependency> + + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>3.7.0</version> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + <version>3.7.0</version> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.logging-mock</artifactId> + <version>${logging-mock.version}</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.sling-mock.reactor-3.1.0</tag> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-sling-mock.git</url> + </scm> +</project>
Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.asc Thu Sep 2 20:16:40 2021 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJhLQydAAoJEM4rf/Z1146St2cH/2bhC0Zc9YccMOP5uZAovjuK +ALluRYIX874Ig6HRSPnr/hOKe7KgnMWqkvxNw//6tbFDcZoZEsbh6xNbgYmPNUay +KYgsrD8Z2KFAvFI9cIeMYJkuqh6Hf6kGwLP2AK6Lnppu6/+7Wd6GT2kyBfoCNTG1 +CAehYh80faqdNOdHuMqa6nBLKcAO7sJYkR3K96NqD48J2UGemFmddxR756QryJsQ +IOk68vUjRsp8F5Eo7n8yHlmPL0ubP58RsKWW03PgIQ3hpQvdcFT8LaL5FdsL+SeL +zOIruPBR9ErWAXa6PnUqj0i2gsmauif3fc7RWxhVE+fDd0iHE7p2CGgrFcVvIws= +=7g3+ +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.md5 Thu Sep 2 20:16:40 2021 @@ -0,0 +1 @@ +19487df5bbb36a6eb19ec4841ac6c526 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-3.1.0.pom.sha1 Thu Sep 2 20:16:40 2021 @@ -0,0 +1 @@ +93785100c3ded0fa13cd673633771d2073524160 \ No newline at end of file
