<?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.wavefront</groupId>
  <artifactId>wavefront-spring-boot-bom</artifactId>
  <version>2.2.2</version>
  <packaging>pom</packaging>
  <name>Wavefront Spring Boot Bill of Materials</name>
  <description>Wavefront by VMware integration for Spring Boot</description>
  <url>https://www.wavefront.com/wavefront-spring-boot-bom</url>
  <organization>
    <name>VMware, Inc.</name>
    <url>https://www.vmware.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Clement Pang</name>
      <email>clement@wavefront.com</email>
      <organization>Wavefront</organization>
      <organizationUrl>https://www.wavefront.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/wavefrontHQ/wavefront-spring-boot.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/wavefrontHQ/wavefront-spring-boot.git</developerConnection>
    <tag>v2.2.2</tag>
    <url>https://github.com/wavefrontHQ/wavefront-spring-boot</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.wavefront</groupId>
        <artifactId>wavefront-spring-boot</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>com.wavefront</groupId>
        <artifactId>wavefront-spring-boot-starter</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>com.wavefront</groupId>
        <artifactId>wavefront-opentracing-sdk-java</artifactId>
        <version>2.1.5</version>
      </dependency>
      <dependency>
        <groupId>com.wavefront</groupId>
        <artifactId>wavefront-runtime-sdk-jvm</artifactId>
        <version>1.3.5</version>
      </dependency>
      <dependency>
        <groupId>com.wavefront</groupId>
        <artifactId>wavefront-internal-reporter-java</artifactId>
        <version>1.7.5</version>
      </dependency>
      <dependency>
        <groupId>com.wavefront</groupId>
        <artifactId>wavefront-sdk-java</artifactId>
        <version>2.6.4</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
