<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>io.github.fishlikewater</groupId>
    <artifactId>raiden-parent</artifactId>
    <version>1.1.3</version>
  </parent>
  <artifactId>raiden-mapstruct</artifactId>
  <version>1.1.3</version>
  <name>raiden-mapstruct</name>
  <description>mapstruct的简单封装</description>
  <url>https://github.com/fishlikewater/raiden/tree/master/raiden-parent/raiden-mapstruct</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://github.com/fishlikewater/raiden/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zhangxiang</name>
      <email>fishlikewater@126.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.mapstruct</groupId>
      <artifactId>mapstruct</artifactId>
      <version>1.5.5.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
