<?xml version="1.0" encoding="UTF-8"?>
<!--
	Copyright (c) Contributors to the Eclipse Foundation

	Licensed 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.

	SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.osgi</groupId>
  <artifactId>org.osgi.test.bom</artifactId>
  <version>1.2.1</version>
  <packaging>pom</packaging>
  <name>org.osgi:org.osgi.test.bom</name>
  <description>OSGi Testing Bill of Materials</description>
  <url>https://www.osgi.org</url>
  <organization>
    <name>Eclipse Foundation</name>
    <url>https://www.eclipse.org</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
      <distribution>repo</distribution>
      <comments>Apache License, Version 2.0</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bjhargrave</id>
      <name>BJ Hargrave</name>
      <email>hargrave@us.ibm.com</email>
      <url>https://github.com/bjhargrave</url>
      <organization>IBM</organization>
      <organizationUrl>https://developer.ibm.com</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>America/New_York</timezone>
    </developer>
    <developer>
      <id>rotty3000</id>
      <name>Ray Augé</name>
      <email>raymond.auge@liferay.com</email>
      <url>https://rotty3000.github.io</url>
      <organization>Liferay Inc.</organization>
      <organizationUrl>https://www.liferay.com</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>America/New_York</timezone>
    </developer>
    <developer>
      <id>kriegfrj</id>
      <name>Fr Jeremy Krieg</name>
      <email>fr.jkrieg@greekwelfaresa.org.au</email>
      <timezone>Australia/Adelaide</timezone>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>OSGi Users List</name>
      <post>osgi-users@eclipse.org</post>
      <archive>http://www.eclipse.org/lists/osgi-users</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:https://github.com/osgi/osgi-test.git</connection>
    <developerConnection>scm:git:git@github.com:osgi/osgi-test.git</developerConnection>
    <tag>1.2.1</tag>
    <url>https://github.com/osgi/osgi-test</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/osgi/osgi-test/issues</url>
  </issueManagement>
  <properties>
    <bnd.baseline.skip>true</bnd.baseline.skip>
    <bnd.version>6.3.1</bnd.version>
    <osgi.framework.version>1.8.0</osgi.framework.version>
    <osgi.dto.version>1.0.0</osgi.dto.version>
    <osgi.promise.compile.version>1.0.0</osgi.promise.compile.version>
    <java.release>8</java.release>
    <osgi.annotation.version>8.1.0</osgi.annotation.version>
    <bnd.resolve.skip>true</bnd.resolve.skip>
    <junit-platform.compile.version>1.6.0</junit-platform.compile.version>
    <assertj.version>3.23.1</assertj.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <osgi.cm.version>1.6.1</osgi.cm.version>
    <skipTests>true</skipTests>
    <osgi.resource.version>1.0.0</osgi.resource.version>
    <java.version>1.8</java.version>
    <maven.test.skip>true</maven.test.skip>
    <maven.compiler.source>1.8</maven.compiler.source>
    <junit-jupiter.compile.version>5.6.0</junit-jupiter.compile.version>
    <osgi.promise.version>1.2.0</osgi.promise.version>
    <osgi.function.version>1.2.0</osgi.function.version>
    <osgi.function.compile.version>1.0.0</osgi.function.compile.version>
    <mockito.version>4.6.1</mockito.version>
    <jacoco.skip>true</jacoco.skip>
    <revision>1.2.1</revision>
    <maven.compiler.target>1.8</maven.compiler.target>
    <junit-jupiter.version>5.8.2</junit-jupiter.version>
    <junit-platform.version>1.8.2</junit-platform.version>
    <project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
    <awaitility.version>4.2.0</awaitility.version>
    <osgi.log.version>1.4.0</osgi.log.version>
    <osgi.tracker.version>1.5.4</osgi.tracker.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.common</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.assertj.framework</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.assertj.log</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.assertj.promise</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.junit4</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.junit5</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.junit5.cm</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.test.junit5.listeners.log.osgi</artifactId>
        <version>${project.version}</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>biz.aQute.bnd</groupId>
        <artifactId>bnd-maven-plugin</artifactId>
        <version>6.3.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
