1
13693261870
2024-12-24 5f1e52f8eebadc5581b68d57e86a1d7dec79b879
se-common/se-common-core/pom.xml
@@ -3,8 +3,8 @@
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>com.ruoyi</groupId>
        <artifactId>ruoyi-common</artifactId>
        <groupId>com.se</groupId>
        <artifactId>se-common</artifactId>
        <version>3.6.4</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,6 @@
    </description>
    <dependencies>
        <!-- SpringCloud Openfeign -->
        <dependency>
            <groupId>org.springframework.cloud</groupId>
@@ -113,6 +112,11 @@
            <artifactId>swagger-annotations</artifactId>
        </dependency>
        <!-- license -->
        <dependency>
            <groupId>de.schlichtherle.truelicense</groupId>
            <artifactId>truelicense-core</artifactId>
            <version>1.33</version>
        </dependency>
    </dependencies>
</project>