<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.contextmapper</groupId>
  <artifactId>context-map-discovery</artifactId>
  <version>1.2.0</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.9.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>5.2.0.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>1.25</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.contextmapper</groupId>
      <artifactId>context-mapper-dsl</artifactId>
      <version>5.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <description>A reverse engineering library to generate Context Mapper DSL (CML) models from existing source code.</description>
  <name>Context Mapper DSL (CML) Discovery Library</name>
  <url>https://github.com/ContextMapper/context-map-discovery</url>
  <organization>
    <name>Context Mapper</name>
    <url>https://contextmapper.org/</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/ContextMapper/context-map-discovery/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/ContextMapper/service-cutter-library/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/ContextMapper/context-map-discovery</url>
    <connection>scm:git:git://github.com/ContextMapper/context-map-discovery.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:ContextMapper/context-map-discovery.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>Stefan Kapferer</name>
      <email>stefan@contextmapper.org</email>
    </developer>
  </developers>
</project>
