<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.eventuate.tram.springcloudsleuth</groupId>
  <artifactId>eventuate-tram-spring-cloud-sleuth</artifactId>
  <version>0.1.0.RELEASE</version>
  <name>eventuate-tram-spring-cloud-sleuth</name>
  <description>An Eventuate project</description>
  <url>https://eventuate.io</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Chris Richardson</name>
      <email>Chris@eventuate.io</email>
      <organization>Eventuate, Inc</organization>
      <organizationUrl>https://eventuate.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/eventuate-tram/eventuate-tram-spring-cloud-sleuth.git</connection>
    <developerConnection>scm:git:ssh://github.com:eventuate-tram/eventuate-tram-spring-cloud-sleuth.git</developerConnection>
    <url>http://github.com/eventuate-tram/eventuate-tram-spring-cloud-sleuth/tree/master</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>2021.0.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.6.7</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>io.eventuate.tram.core</groupId>
        <artifactId>eventuate-tram-bom</artifactId>
        <version>0.30.0.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
