黎星凯
2024-06-28 38e7fed751939294bd60bcdab077807a21299a2f
iplatform-base-security-consum/pom.xml
@@ -40,6 +40,10 @@
                    <artifactId>spring-security-core</artifactId>
                    <groupId>org.springframework.security</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>snakeyaml</artifactId>
                    <groupId>org.yaml</groupId>
                </exclusion>
            </exclusions>
        </dependency>
@@ -54,6 +58,18 @@
            <groupId>com.iplatform</groupId>
            <artifactId>iplatform-base</artifactId>
            <scope>provided</scope>
            <exclusions>
                <exclusion>
                    <artifactId>snakeyaml</artifactId>
                    <groupId>org.yaml</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
            <version>2.0</version>
        </dependency>
    </dependencies>