<?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>dtsse-ccd-config-generator</artifactId>
  <version>0.25.18</version>
  <name>CCD Config generator</name>
  <description>Generate CCD Configuration from code</description>
  <url>https://github.com/hmcts/ccd-config-generator</url>
  <inceptionYear>2020</inceptionYear>
  <developers>
    <developer>
      <id>hmcts</id>
      <name>HM Courts &amp; Tribunals Service</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/hmcts/dtsse-ccd-config-generator.git</connection>
    <developerConnection>scm:git://github.com/hmcts/dtsse-ccd-config-generator.git</developerConnection>
    <url>git://github.com/hmcts/dtsse-ccd-config-generator.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>de.cronn</groupId>
      <artifactId>reflection-util</artifactId>
      <version>2.13.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.6.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>2.6.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.hmcts</groupId>
      <artifactId>core-case-data-store-client</artifactId>
      <version>4.8.6</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.jodah</groupId>
      <artifactId>typetools</artifactId>
      <version>0.6.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.10.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.13.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
