<?xml version="1.0" encoding="UTF-8"?>
<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.sdase.commons.spring.boot</groupId>
  <artifactId>sda-commons-bom</artifactId>
  <version>7.0.35</version>
  <packaging>pom</packaging>
  <name>org.sdase.commons.spring.boot:sda-commons-bom</name>
  <description>A library to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE</description>
  <url>https://github.com/SDA-SE/sda-spring-boot-commons</url>
  <organization>
    <name>SDA SE Open Industry Solutions</name>
    <url>https://sda.se</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/SDA-SE/sda-spring-boot-commons/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maintainer</id>
      <name>SDA SE Open Industry Solutions Maintainer</name>
      <email>oss@sda-se.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/SDA-SE/sda-spring-boot-commons.git</connection>
    <developerConnection>scm:git:https://github.com/SDA-SE/sda-spring-boot-commons.git</developerConnection>
    <url>https://github.com/SDA-SE/sda-spring-boot-commons</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/SDA-SE/sda-spring-boot-commons/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-asyncapi</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-cacertificates</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-cloudevents</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-error</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-metadata-context</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-starter-kafka</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-starter-mongodb</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-starter-s3</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-starter-web</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.sdase.commons.spring.boot</groupId>
        <artifactId>sda-commons-web-testing</artifactId>
        <version>${project.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
