<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
    <modules>
        <module>shopweb-media-client</module>
        <module>shopweb-media-app</module>
    </modules>
    <properties>
        <java.version>21</java.version>
        <springboot.version>3.2.0</springboot.version>
        <project.version>0.0.1</project.version>
        <spring-cloud.version>2023.0.0</spring-cloud.version>
        <maven.compiler.source>21</maven.compiler.source>
        <maven.compiler.target>21</maven.compiler.target>
    </properties>
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>3.2.0</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>
    <groupId>com.ovopark</groupId>
    <artifactId>shopweb-media</artifactId>
    <version>0.0.1</version>
    <name>shopweb-media</name>


    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-loadbalancer</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
        </dependency>

        <dependency>
            <groupId>com.mysql</groupId>
            <artifactId>mysql-connector-j</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
        </dependency>
<!--        <dependency>-->
<!--            <groupId>com.aliyun.oss</groupId>-->
<!--            <artifactId>aliyun-sdk-oss</artifactId>-->
<!--        </dependency>-->
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>


        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
        </dependency>

    </dependencies>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-dependencies</artifactId>
                <version>${spring-cloud.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <artifactId>dc-log-collect-springboot-starter</artifactId>
                <groupId>com.ovopark</groupId>
                <version>1.0.5</version>
            </dependency>
            <dependency>
                <artifactId>dc-log-collect-logging-logback</artifactId>
                <groupId>com.ovopark</groupId>
                <version>1.0.5</version>
            </dependency>
            <dependency>
                <groupId>io.micrometer</groupId>
                <artifactId>micrometer-registry-prometheus</artifactId>
                <version>1.12.0</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-lang3</artifactId>
                <version>3.12.0</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark</groupId>
                <artifactId>shopweb-media-client</artifactId>
                <version>1.0.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark.cloud</groupId>
                <artifactId>cloud-log-sdk</artifactId>
                <version>0.0.1-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.baomidou</groupId>
                <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
                <version>3.5.5</version>
            </dependency>
            <dependency>
                <groupId>com.alibaba.cloud</groupId>
                <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
                <version>2022.0.0.0</version>
            </dependency>
            <dependency>
                <groupId>mysql</groupId>
                <artifactId>mysql-connector-java</artifactId>
                <scope>runtime</scope>
                <version>8.0.28</version>
            </dependency>
            <dependency>
                <groupId>com.alibaba</groupId>
                <artifactId>druid-spring-boot-starter</artifactId>
                <version>1.1.21</version>
            </dependency>


            <dependency>
                <groupId>org.projectlombok</groupId>
                <artifactId>lombok</artifactId>
                <version>1.18.30</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark</groupId>
                <artifactId>shopweb-organize-sdk</artifactId>
                <version>1.0.5</version>
            </dependency>
            <dependency>
                <groupId>com.google.guava</groupId>
                <artifactId>guava</artifactId>
                <version>29.0-jre</version>
            </dependency>

<!--            <dependency>-->
<!--                <groupId>com.aliyun.oss</groupId>-->
<!--                <artifactId>aliyun-sdk-oss</artifactId>-->
<!--                <version>3.10.2</version>-->
<!--            </dependency>-->
            <dependency>
                <groupId>redis.clients</groupId>
                <artifactId>jedis</artifactId>
                <version>3.6.1</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark</groupId>
                <artifactId>ovopark-privilege-sdk</artifactId>
                <version>1.0.1</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark</groupId>
                <artifactId>shopweb-check-sdk</artifactId>
                <version>1.8.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark</groupId>
                <artifactId>ovopark-device-cloud-api</artifactId>
                <exclusions>
                    <exclusion>
                        <groupId>ch.qos.reload4j</groupId>
                        <artifactId>reload4j</artifactId>
                    </exclusion>
<!--                    <exclusion>-->
<!--                        <groupId>com.ovopark</groupId>-->
<!--                        <artifactId>ovopark-device-signalling</artifactId>-->
<!--                    </exclusion>-->
                </exclusions>
                <version>1.0.9-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>com.ovopark.shopweb.api</groupId>
                <artifactId>shopweb-api</artifactId>
                <version>1.0-SNAPSHOT</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.github.jsqlparser</groupId>
                        <artifactId>jsqlparser</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>cn.hutool</groupId>
                <artifactId>hutool-all</artifactId>
                <version>5.8.25</version>
            </dependency>
            <dependency>
                <groupId>com.alibaba</groupId>
                <artifactId>fastjson</artifactId>
                <version>1.2.83</version>
            </dependency>
        </dependencies>

    </dependencyManagement>
    <profiles>
        <profile>
            <id>local</id>
            <properties>
                <active>local</active>
            </properties>
        </profile>
        <profile>
            <id>dev</id>
            <properties>
                <active>dev</active>
            </properties>
        </profile>
        <profile>
            <id>test</id>
            <properties>
                <active>test</active>
            </properties>
        </profile>
        <profile>
            <id>pre</id>
            <properties>
                <active>pre</active>
            </properties>
        </profile>
        <profile>
            <id>testblue</id>
            <properties>
                <active>testblue</active>
            </properties>
        </profile>
        <profile>
            <id>prod</id>
            <properties>
                <active>prod</active>
            </properties>
        </profile>
        <profile>
            <id>upload</id>
            <properties>
                <active>upload</active>
            </properties>
        </profile>
        <profile>
            <id>tj</id>
            <properties>
                <active>tj</active>
            </properties>
        </profile>
        <profile>
            <id>mc</id>
            <properties>
                <active>mc</active>
            </properties>
        </profile>
        <profile>
            <id>mc-dev</id>
            <properties>
                <active>mc-dev</active>
            </properties>
        </profile>
        <profile>
            <id>overseas</id>
            <properties>
                <active>overseas</active>
            </properties>
        </profile>
        <profile>
            <id>eu</id>
            <properties>
                <active>eu</active>
            </properties>
        </profile>
        <profile>
            <id>inman</id>
            <properties>
                <active>inman</active>
            </properties>
        </profile>
        <profile>
            <id>huawei-test</id>
            <properties>
                <active>huawei-test</active>
            </properties>
        </profile>
        <profile>
            <id>fila</id>
            <properties>
                <active>fila</active>
            </properties>
        </profile>
    </profiles>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
                <version>3.2.0</version>
            </plugin>
        </plugins>

    </build>

<!--    <repositories>-->

<!--        &lt;!&ndash;阿里云仓库 &ndash;&gt;-->
<!--        <repository>-->
<!--            <id>aliyun</id>-->
<!--            <url>https://maven.aliyun.com/nexus/content/groups/public/</url>-->
<!--        </repository>-->
<!--        &lt;!&ndash;快照版本使用,正式版本无需添加此仓库 &ndash;&gt;-->
<!--        <repository>-->
<!--            <id>snapshots</id>-->
<!--            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
<!--        </repository>-->
<!--        <repository>-->
<!--            <id>nexus</id>-->
<!--            <url>https://nexus.ovopark.com/nexus/content/groups/public/</url>-->
<!--        </repository>-->
<!--        <repository>-->
<!--            <id>nexus-releases</id>-->
<!--            <url>https://nexus.ovopark.com/nexus/content/repositories/releases/</url>-->
<!--        </repository>-->
<!--        <repository>-->
<!--            <id>nexus-snapshots</id>-->
<!--            <url>https://nexus.ovopark.com/nexus/content/repositories/snapshots/</url>-->
<!--        </repository>-->
<!--    </repositories>-->

    <distributionManagement>
        <repository>
            <id>nexus-releases</id>
            <url>https://nexus.ovopark.com/nexus/content/repositories/releases/</url>
        </repository>
        <snapshotRepository>
            <id>nexus-snapshots</id>
            <url>https://nexus.ovopark.com/nexus/content/repositories/snapshots/</url>
        </snapshotRepository>
    </distributionManagement>

</project>
