<?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>centit-integration-platform</artifactId>
        <groupId>com.centit.framework</groupId>
        <version>1.2.1812</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>centit-ip-adapter</artifactId>
    <name>com.centit.framework:centit-ip-adapter</name>
    <description>南大先腾集成平台适配器，为了将应用可以从集成平台的业务中迁移到独立的服务中做适配。
    </description>

    <dependencies>
        <dependency>
            <groupId>com.centit.framework</groupId>
            <artifactId>framework-core</artifactId>
            <version>${centit.framework.version}</version>
        </dependency>
    </dependencies>

</project>
