<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.hmcts</groupId>
  <artifactId>properties-volume-spring-boot-starter</artifactId>
  <version>0.1.0</version>
  <name>properties-volume-spring-boot-starter</name>
  <description>HMCTS properties volume spring boot starter</description>
  <url>https://github.com/hmcts/properties-volume-spring-boot-starter</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>MIT License, Copyright (c) 2019 HM Courts &amp; Tribunals Service</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hmcts</id>
      <name>HM Courts &amp; Tribunals Service</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/hmcts/properties-volume-spring-boot-starter</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.3.0.RELEASE</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-context</artifactId>
      <version>2.2.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
