Showing
4 changed files
with
44 additions
and
0 deletions
fullSync/pom.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
5 | + <parent> | ||
6 | + <artifactId>yoho-datasync-consumer</artifactId> | ||
7 | + <groupId>com.yoho.datasync.consumer</groupId> | ||
8 | + <version>0.0.1-SNAPSHOT</version> | ||
9 | + </parent> | ||
10 | + <modelVersion>4.0.0</modelVersion> | ||
11 | + | ||
12 | + <artifactId>yoho-datasync-consumer-fullSync</artifactId> | ||
13 | + | ||
14 | + <dependencies> | ||
15 | + | ||
16 | + <dependency> | ||
17 | + <groupId>com.yoho.datasync.consumer</groupId> | ||
18 | + <artifactId>yoho-datasync-consumer-common</artifactId> | ||
19 | + </dependency> | ||
20 | + | ||
21 | + </dependencies> | ||
22 | + | ||
23 | +</project> |
-
Please register or login to post a comment