<?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>hw-cloud-ums</artifactId>
		<groupId>com.vortex.cloud</groupId>
		<version>1.3.0-SNAPSHOT</version>
	</parent>

	<artifactId>hw-cloud-ums-manager</artifactId>

	<dependencies>
		<dependency>
			<groupId>cn.hutool</groupId>
			<artifactId>hutool-extra</artifactId>
		</dependency>

		<dependency>
			<groupId>com.vortex.cloud</groupId>
			<artifactId>hw-cloud-rest-starter</artifactId>
		</dependency>

		<dependency>
			<groupId>com.vortex.dt</groupId>
			<artifactId>dt-data-server-sdk</artifactId>
		</dependency>

		<dependency>
			<groupId>com.vortex.cloud</groupId>
			<artifactId>hw-cloud-sdk-mcs-remote</artifactId>
		</dependency>

		<dependency>
			<groupId>com.vortex.cloud</groupId>
			<artifactId>hw-cloud-sdk-lbs-remote</artifactId>
		</dependency>

		<dependency>
			<groupId>com.vortex.cloud</groupId>
			<artifactId>hw-cloud-sdk-jcss-remote</artifactId>
		</dependency>

        <dependency>
            <groupId>com.vortex.cloud</groupId>
            <artifactId>hw-cloud-vfs-lite-base</artifactId>
        </dependency>
	</dependencies>
</project>