You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.1 KiB
98 lines
3.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-bom</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>${revision}</version>
|
|
|
|
<description>
|
|
api依赖项
|
|
</description>
|
|
|
|
<properties>
|
|
<revision>2.2.2</revision>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<!-- 系统接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-system</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<!-- 资源服务接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-resource</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<!-- workflow接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-workflow</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<!-- leaf接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-leaf</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<!-- 客户中心接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-customer</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<!-- 业务风控接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-risk</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<!-- 打印引擎接口 -->
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-print</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-msg</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-product</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-bfs</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sinosoft</groupId>
|
|
<artifactId>micro-api-bls</artifactId>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</project>
|
|
|