<?xml version="1.0"?>
<project
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <modelVersion>4.0.0</modelVersion>
    <artifactId>beast-wms-api</artifactId>
    <name>beast-wms-api</name>
    <version>${api.version}</version>

	<parent>
		<groupId>com.thebeastshop</groupId>
		<artifactId>beast-wms</artifactId>
		<version>2.0.0</version>
	</parent>

	<dependencies>
		<dependency>
			<groupId>com.thebeastshop</groupId>
			<artifactId>beast-commdata-api</artifactId>
            <version>${version.beast-commdata-api}</version>
			<exclusions>
				<exclusion>
					<artifactId>commons-collections</artifactId>
					<groupId>commons-collections</groupId>
				</exclusion>
				<exclusion>
					<artifactId>commons-collections4</artifactId>
					<groupId>org.apache.commons</groupId>
				</exclusion>
				<exclusion>
					<artifactId>beast-kit-enums</artifactId>
					<groupId>com.thebeastshop</groupId>
				</exclusion>
				<exclusion>
					<artifactId>beast-kit-generic</artifactId>
					<groupId>com.thebeastshop</groupId>
				</exclusion>
				<exclusion>
					<artifactId>beast-kit-prop</artifactId>
					<groupId>com.thebeastshop</groupId>
				</exclusion>
				<exclusion>
					<artifactId>beast-kit-redis</artifactId>
					<groupId>com.thebeastshop</groupId>
				</exclusion>
				<exclusion>
					<artifactId>beast-kit-scm</artifactId>
					<groupId>com.thebeastshop</groupId>
				</exclusion>
				<exclusion>
					<artifactId>hotlink-common</artifactId>
					<groupId>com.thebeastshop</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jackson-core-asl</artifactId>
					<groupId>org.codehaus.jackson</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jackson-mapper-asl</artifactId>
					<groupId>org.codehaus.jackson</groupId>
				</exclusion>
				<exclusion>
					<artifactId>httpclient</artifactId>
					<groupId>org.apache.httpcomponents</groupId>
				</exclusion>
				<exclusion>
					<groupId>org.apache.poi</groupId>
					<artifactId>poi</artifactId>
				</exclusion>
			</exclusions>

		</dependency>
		<dependency>
			<groupId>com.thebeastshop</groupId>
			<artifactId>beast-kit-generic</artifactId>
			<exclusions>
				<exclusion>
					<artifactId>commons-collections</artifactId>
					<groupId>commons-collections</groupId>
				</exclusion>
				<exclusion>
					<artifactId>commons-collections4</artifactId>
					<groupId>org.apache.commons</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>com.github.pagehelper</groupId>
			<artifactId>pagehelper</artifactId>
		</dependency>
		<dependency>
			<groupId>com.thebeastshop.pegasus</groupId>
			<artifactId>pegasus-merchandise-api</artifactId>
			<exclusions>
				<exclusion>
					<artifactId>commons-collections4</artifactId>
					<groupId>org.apache.commons</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>com.thebeastshop</groupId>
			<artifactId>beast-stock-api</artifactId>
			<exclusions>
				<exclusion>
					<groupId>com.thebeastshop</groupId>
					<artifactId>lit-transaction-dubbo</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<!--<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
			<version>2.10.1</version>
		</dependency>-->
		<dependency>
			<groupId>org.hibernate.validator</groupId>
			<artifactId>hibernate-validator</artifactId>
		</dependency>

	</dependencies>
</project>
