<?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>ripplescloud-mgt</artifactId>
        <groupId>cn.com.crc.ripplescloud</groupId>
        <version>1.7.20220401</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>ripplescloud-mgt-api</artifactId>
    <version>1.7.1.0</version>

    <dependencies>
        <dependency>
            <groupId>cn.com.crc.ripplescloud</groupId>
            <artifactId>ripplescloud-common-base</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
        </dependency>

        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger-ui</artifactId>
        </dependency>
        
        <dependency>
			<groupId>com.alibaba</groupId>
			<artifactId>fastjson</artifactId>
		</dependency>
        <dependency>
            <groupId>com.crpharm.user-center</groupId>
            <artifactId>user-center-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crc.user-center</groupId>
            <artifactId>user-center-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.crpharm.user-center</groupId>
            <artifactId>user-center-api</artifactId>
        </dependency>

    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>${maven.compiler.version}</version>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>