<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.yfblock</groupId>
  <artifactId>frame-mvc</artifactId>
  <version>1.0</version>
  <name>frame-mvc</name>
  <description>hot load</description>
  <url>https://github.com/yfblock/hotLoad</url>
  <licenses>
    <license>
      <name>GPL-2.0</name>
      <url>https://gitee.com/yfblock/hotLoad/raw/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yufeng</id>
      <name>yufeng</name>
      <email>321353225@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:yfblock/hotLoad.git</connection>
    <developerConnection>scm:git:ssh://github.com/yfblock/hotLoad.git</developerConnection>
    <url>https://github.com/yfblock/hotLoad</url>
  </scm>
  <properties>
    <myProp>value</myProp>
    <prop.with.dots>anotherValue</prop.with.dots>
  </properties>
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>4.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.22</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>5.3.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>5.3.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.yfblock</groupId>
      <artifactId>yfHotLoad</artifactId>
      <version>1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.freemarker</groupId>
      <artifactId>freemarker</artifactId>
      <version>2.3.31</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
