pom.xml 1.84 KB
<?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>
	<parent>
		<groupId>com.yoho.dsf</groupId>
		<artifactId>yoho-unions</artifactId>
		<version>1.0.0-SNAPSHOT</version>
	</parent>
	<groupId>com.yoho.dsf.unions</groupId>
	<artifactId>yoho-unions-server</artifactId>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<dependencies>
		<dependency>
			<groupId>com.yoho.dsf.unions</groupId>
			<artifactId>yoho-unions-dal</artifactId>
		</dependency>
		<dependency>
			<groupId>com.yoho.dsf.unions</groupId>
			<artifactId>yoho-unions-common</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjweaver</artifactId>
		</dependency>
		<dependency>
			<groupId>com.netflix.archaius</groupId>
			<artifactId>archaius-core</artifactId>
		</dependency>
		<dependency>
			<groupId>commons-beanutils</groupId>
			<artifactId>commons-beanutils</artifactId>
		</dependency>
		<dependency>
            <groupId>com.yoho.core</groupId>
            <artifactId>yoho-core-rest-client-simple</artifactId>
        </dependency>
		<dependency>
			<groupId>dom4j</groupId>
			<artifactId>dom4j</artifactId>
			<version>1.6.1</version>
		</dependency>
		<dependency>
			<groupId>com.yoho.service.model</groupId>
			<artifactId>union-service-model</artifactId>
		</dependency>

		<dependency>
			<groupId>com.yoho.core</groupId>
			<artifactId>yoho-core-rabbitmq</artifactId>
		</dependency>
	</dependencies>

	<build>
		<finalName>yoho-unions-server</finalName>
	</build>
</project>