53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
|
<?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>
|
||
|
<groupId>com.haitonggauto.rtosc</groupId>
|
||
|
<artifactId>nuzar-customer</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>nuzar-customer-business</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<properties>
|
||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||
|
</properties>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.haitonggauto.rtosc</groupId>
|
||
|
<artifactId>nuzar-customer-client</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- domain -->
|
||
|
<dependency>
|
||
|
<groupId>com.haitonggauto.rtosc</groupId>
|
||
|
<artifactId>nuzar-customer-domain</artifactId>
|
||
|
</dependency>
|
||
|
<!-- facade -->
|
||
|
<dependency>
|
||
|
<groupId>com.haitonggauto.rtosc</groupId>
|
||
|
<artifactId>nuzar-customer-proxy</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.nuzar</groupId>
|
||
|
<artifactId>nuzar-redis-starter</artifactId>
|
||
|
</dependency>
|
||
|
<!--<dependency>
|
||
|
<groupId>com.nuzar</groupId>
|
||
|
<artifactId>nuzar-xxl-starter</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.nuzar</groupId>
|
||
|
<artifactId>nuzar-stream-starter</artifactId>
|
||
|
</dependency>-->
|
||
|
<dependency>
|
||
|
<groupId>com.nuzar</groupId>
|
||
|
<artifactId>nuzar-core</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|