<?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>

	<groupId>com.jxdinfo.hussar</groupId>
	<artifactId>hussar-datasource-tools</artifactId>
	<version>2.2.3</version>
	<packaging>pom</packaging>

	<modules>
<!--		<module>hussar-ds-generator</module>-->
		<module>hussar-ds-common</module>
        <module>hussar-ds-table-query</module>
		<module>hussar-ds-bom</module>
		<module>hussar-ds-api</module>
		<module>hussar-datasource-tools-starter</module>
    </modules>
	<properties>
		<maven.compiler.source>8</maven.compiler.source>
		<maven.compiler.target>8</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>com.jxdinfo.hussar</groupId>
				<artifactId>hussar-ds-bom</artifactId>
				<version>2.2.3</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-deploy-plugin</artifactId>
				<version>2.8.2</version>
			</plugin>
		</plugins>
	</build>
</project>
