<?xml version="1.0" encoding="UTF-8"?>
<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>hussar-formdesign-storage</artifactId>
        <groupId>com.jxdinfo.hussar</groupId>
        <version>9.6.0-beta.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>hussar-formdesign-storage-server</artifactId>
    <name>${project.artifactId}</name>
    <packaging>jar</packaging>
    <description>天斧-集中式存储服务端</description>

    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-formdesign-storage-client</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
<!--        <dependency>-->
<!--            <groupId>org.springframework.boot</groupId>-->
<!--            <artifactId>spring-boot-starter-test</artifactId>-->
<!--            <scope>test</scope>-->
<!--        </dependency>-->
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>

<!--        <dependency>-->
<!--            <groupId>org.jetbrains.xodus</groupId>-->
<!--            <artifactId>xodus-openAPI</artifactId>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.jetbrains.xodus</groupId>-->
<!--            <artifactId>xodus-environment</artifactId>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.jetbrains.xodus</groupId>-->
<!--            <artifactId>xodus-entity-store</artifactId>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.jetbrains.xodus</groupId>-->
<!--            <artifactId>xodus-vfs</artifactId>-->
<!--        </dependency>-->

    </dependencies>
</project>
