<?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>top.binfast</groupId>
    <artifactId>daemon</artifactId>
    <version>1.3.9</version>
  </parent>
  <artifactId>daemon-codegen</artifactId>
  <version>1.3.9</version>
  <name>daemon-codegen</name>
  <description>daemon-codegen</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>top.binfast</groupId>
      <artifactId>common-seed</artifactId>
    </dependency>
    <dependency>
      <groupId>top.binfast</groupId>
      <artifactId>common-dict</artifactId>
    </dependency>
    <dependency>
      <groupId>top.binfast.biz</groupId>
      <artifactId>sys-biz</artifactId>
    </dependency>
    <dependency>
      <groupId>top.binfast</groupId>
      <artifactId>common-idempotent</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-thymeleaf</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.velocity</groupId>
      <artifactId>velocity-engine-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.anyline</groupId>
      <artifactId>anyline-environment-spring-data-jdbc</artifactId>
    </dependency>
    <dependency>
      <groupId>org.anyline</groupId>
      <artifactId>anyline-data-jdbc-mysql</artifactId>
    </dependency>
  </dependencies>
  <build>
    <resources>
      <resource>
        <filtering>false</filtering>
        <directory>src/main/resources</directory>
        <includes>
          <include>**/*.*</include>
        </includes>
      </resource>
    </resources>
  </build>
</project>
