<?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"> <parent> <artifactId>yohoufo-fore-parent</artifactId> <groupId>com.yohoufo.fore</groupId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>yohoufo-fore-order</artifactId> <name>yohoufo-fore-order</name> <dependencies> <dependency> <groupId>com.yohoufo.fore</groupId> <artifactId>yohoufo-fore-common</artifactId> </dependency> <dependency> <groupId>com.yoho.core</groupId> <artifactId>security</artifactId> </dependency> <dependency> <groupId>com.yohoufo.fore</groupId> <artifactId>yohoufo-fore-dal</artifactId> </dependency> <dependency> <groupId>com.yoho.ufo.model</groupId> <artifactId>order-ufo-model</artifactId> </dependency> <dependency> <groupId>com.yoho.core</groupId> <artifactId>yoho-core-rest-client-simple</artifactId> </dependency> <dependency> <groupId>com.github.rholder</groupId> <artifactId>guava-retrying</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>com.yoho.core</groupId> <artifactId>yoho-core-rabbitmq</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.yohoufo.fore</groupId> <artifactId>yohoufo-fore-inboxclient</artifactId> </dependency> <dependency> <groupId>com.yoho.ufo.model</groupId> <artifactId>user-ufo-model</artifactId> </dependency> <dependency> <groupId>com.yoho.service.model</groupId> <artifactId>message-service-model</artifactId> </dependency> <dependency> <groupId>com.yoho.ufo.model</groupId> <artifactId>promotion-ufo-model</artifactId> </dependency> <dependency> <groupId>com.yoho.core</groupId> <artifactId>yoho-core-transaction</artifactId> </dependency> <dependency> <groupId>com.yoho.ufo.model</groupId> <artifactId>product-ufo-model</artifactId> </dependency> <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all --> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.yoho.quartz</groupId> <artifactId>yoho-quartz-client</artifactId> </dependency> <dependency> <groupId>com.yoho.dsf</groupId> <artifactId>yoho-message-sdk</artifactId> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> </dependency> <dependency> <groupId>com.yoho.ufo.model</groupId> <artifactId>promotion-ufo-model</artifactId> </dependency> </dependencies> </project>