<?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>
  <parent>
    <groupId>com.github.dozermapper.dozer</groupId>
    <artifactId>dozer-spring-support</artifactId>
    <version>6.5.0</version>
  </parent>
  <groupId>com.github.dozermapper.dozer</groupId>
  <artifactId>dozer-spring-boot-starter</artifactId>
  <version>6.5.0</version>
  <name>Dozer :: Integrations :: Spring Support :: Starter</name>
  <description>Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. </description>
  <url>https://dozermapper.github.io/</url>
  <inceptionYear>2012</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>DozerMapper</id>
      <name></name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/DozerMapper/dozer.git</connection>
    <developerConnection>scm:git://github.com/DozerMapper/dozer.git</developerConnection>
    <url>git://github.com/DozerMapper/dozer.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.github.dozermapper.dozer</groupId>
      <artifactId>dozer-core</artifactId>
      <version>6.5.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.dozermapper.dozer</groupId>
      <artifactId>dozer-spring4</artifactId>
      <version>6.5.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.dozermapper.dozer</groupId>
      <artifactId>dozer-spring-boot-autoconfigure</artifactId>
      <version>6.5.0</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <executions>
          <execution>
            <id>bundle</id>
            <phase>none</phase>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
