<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.dadrus.jpa-unit</groupId>
  <artifactId>jpa-unit-bom</artifactId>
  <version>0.5.0</version>
  <packaging>pom</packaging>
  <name>JPA Unit - Bill of Materials (BOM)</name>
  <description>JUnit extension for simple testing of JPA entities and components</description>
  <url>https://github.com/dadrus/jpa-unit/jpa-unit-bom</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Dimitrij Drus</name>
      <email>dadrus@gmx.de</email>
      <roles>
        <role>architect</role>
        <role>committer</role>
      </roles>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:dadrus/jpa-unit.git/jpa-unit-bom</connection>
    <developerConnection>scm:git:git@github.com:dadrus/jpa-unit.git/jpa-unit-bom</developerConnection>
    <url>https://github.com/dadrus/jpa-unit.git/jpa-unit-bom</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit4</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit5</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit-cucumber</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit-concordion</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit-cdi</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit-mongodb</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit-neo4j</artifactId>
        <version>0.5.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.dadrus.jpa-unit</groupId>
        <artifactId>jpa-unit-rdbms</artifactId>
        <version>0.5.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
