<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2020-2020, org.smartboot. All rights reserved.
  ~ project name: smart-license
  ~ file name: pom.xml
  ~ Date: 2020-03-22
  ~ Author: sandao (zhengjunweimail@163.com)
  -->

<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>smart-license-parent</artifactId>
        <groupId>org.smartboot.license</groupId>
        <version>1.0.3</version>
    </parent>
    <artifactId>license-client</artifactId>

    <properties>
        <commons.io.version>2.6</commons.io.version>
    </properties>
    <dependencies>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>${commons.io.version}</version>
        </dependency>

    </dependencies>
</project>