<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <parent>
    <artifactId>faith-tool</artifactId>
    <groupId>cc.zhaoac</groupId>
    <version>1.0.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>faith-core-log</artifactId>
  <name>${project.artifactId}</name>
  <packaging>jar</packaging>
  <version>${faith.tool.version}</version>

  <dependencies>
    <!--faith-->
    <dependency>
      <groupId>cc.zhaoac</groupId>
      <artifactId>faith-core-tool</artifactId>
      <version>${faith.tool.version}</version>
    </dependency>
    <dependency>
      <groupId>cc.zhaoac</groupId>
      <artifactId>faith-core-secure</artifactId>
      <version>${faith.tool.version}</version>
    </dependency>
    <!--Mybatis-->
    <dependency>
      <groupId>com.baomidou</groupId>
      <artifactId>mybatis-plus</artifactId>
      <version>${mybatis.plus.version}</version>
    </dependency>

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-thymeleaf</artifactId>
    </dependency>

    <dependency>
      <groupId>org.webjars</groupId>
      <artifactId>jquery</artifactId>
      <version>3.7.1</version>
    </dependency>
    <dependency>
      <groupId>org.webjars</groupId>
      <artifactId>layui</artifactId>
      <version>2.8.16</version>
    </dependency>


  </dependencies>
</project>
