<?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.crc.cgsc.se</groupId>
        <artifactId>tydic-search-engine</artifactId>
        <version>2.1.1-CLOUD-TEST-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>search-center</artifactId>
    <packaging>jar</packaging>

    <dependencies>
        <!--项目API依赖-->
        <dependency>
            <groupId>com.crc.cgsc.se</groupId>
            <artifactId>search-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc.se</groupId>
            <artifactId>nlp-center</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc.se</groupId>
            <artifactId>base-data</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.cgsc.se</groupId>
            <artifactId>es-center</artifactId>
        </dependency>

        <!-- 分页插件 -->
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
        </dependency>

        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-cache</artifactId>
        </dependency>

        <dependency>
            <groupId>com.crc.cgsc.se</groupId>
            <artifactId>behavior-center</artifactId>
        </dependency>
        <dependency>
            <groupId>com.ctrip.framework.apollo</groupId>
            <artifactId>apollo-client</artifactId>
        </dependency>

    </dependencies>
</project>