44 lines
1.5 KiB
XML
44 lines
1.5 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/maven-v4_0_0.xsd">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<parent>
|
||
|
|
<groupId>com.zcloud.basic.info</groupId>
|
||
|
|
<artifactId>zcloud_gbs_basic_info_gwj</artifactId>
|
||
|
|
<version>1.0-SNAPSHOT</version>
|
||
|
|
<relativePath>../pom.xml</relativePath>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<properties>
|
||
|
|
<zcloudGbs.service.version>1.0.0-SNAPSHOT</zcloudGbs.service.version>
|
||
|
|
</properties>
|
||
|
|
|
||
|
|
<artifactId>web-infrastructure</artifactId>
|
||
|
|
<packaging>jar</packaging>
|
||
|
|
<name>web-infrastructure</name>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<!--DIP here, Infrastructure depends on Domain-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.zcloud.basic.info</groupId>
|
||
|
|
<artifactId>web-domain</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.jjb.saas</groupId>
|
||
|
|
<artifactId>jjb-saas-application-client</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.jjb.saas</groupId>
|
||
|
|
<artifactId>jjb-saas-system-client</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.jjb.saas</groupId>
|
||
|
|
<artifactId>jjb-saas-auth-client</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.jjb.saas</groupId>
|
||
|
|
<artifactId>jjb-saas-framework-facade</artifactId>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|