<?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>
  <groupId>cn.yerl.web</groupId>
  <artifactId>spring-boot-starter-api</artifactId>
  <version>1.0.0</version>
  <name>Spring Boot Starter Api</name>
  <description>Api Configuration for Java Web Project</description>
  <url>https://github.com/alan-yeh/gradle-plugins</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Alan Yeh</name>
      <email>alan@yerl.cn</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/alan-yeh/gradle-plugins.git</connection>
    <developerConnection>scm:git@github.com:alan-yeh/gradle-plugins.git</developerConnection>
    <url>https://github.com/alan-yeh/gradle-plugins</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cn.yerl.web</groupId>
      <artifactId>spring-boot-starter-kit</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>1.5.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-logging</artifactId>
      <version>1.5.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
      <version>1.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
