<?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>
		<groupId>com.jxdinfo.hussar</groupId>
		<artifactId>hussar-theme</artifactId>
		<version>9.3.7-htsz.5</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

	<artifactId>hussar-theme-config-server</artifactId>
	<name>${project.artifactId}</name>
	<packaging>jar</packaging>

	<!--当前模块需要的依赖，默认当前模块server必须依赖当前模块的api，其他模块按需添加-->
	<dependencies>
		<dependency>
			<groupId>com.jxdinfo.hussar</groupId>
			<artifactId>hussar-theme-config-api</artifactId>
		</dependency>
		<dependency>
			<groupId>com.jxdinfo.hussar</groupId>
			<artifactId>hussar-formdesign-external-api</artifactId>
		</dependency>
		<dependency>
			<groupId>com.jxdinfo.hussar</groupId>
			<artifactId>hussar-config-services-api</artifactId>
		</dependency>

		<dependency>
			<groupId>com.jxdinfo.hussar</groupId>
			<artifactId>hussar-tenant-api</artifactId>
		</dependency>
	</dependencies>
</project>
