liusuyi
2024-04-28 935850110f48206e38dc7acd21f05fdc6a958cf3
ard-work/pom.xml
@@ -15,12 +15,6 @@
    <dependencies>
        <dependency>
            <groupId>net.sf.ucanaccess</groupId>
            <artifactId>ucanaccess</artifactId>
            <version>5.0.1</version>
        </dependency>
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common</artifactId>
        </dependency>
@@ -76,12 +70,6 @@
            <artifactId>geodesy</artifactId>
            <version>1.1.3</version>
        </dependency>
        <!-- 视频处理 -->
<!--        <dependency>-->
<!--            <groupId>org.bytedeco</groupId>-->
<!--            <artifactId>javacv-platform</artifactId>-->
<!--            <version>1.5.7</version>-->
<!--        </dependency>-->
        <!-- Forest -->
        <dependency>
            <groupId>com.dtflys.forest</groupId>
@@ -184,7 +172,7 @@
            <artifactId>commons-discovery</artifactId>
            <version>0.5</version>
        </dependency>
<!--        &lt;!&ndash; https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8 &ndash;&gt;-->
        <!--https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8-->
        <dependency>
            <groupId>com.oracle.database.jdbc</groupId>
            <artifactId>ojdbc8</artifactId>
@@ -208,6 +196,15 @@
            <artifactId>sensitive-spring-boot-starter</artifactId>
            <version>1.1.8</version>
        </dependency>
        <!-- easyexcel插件-->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>easyexcel</artifactId>
            <version>3.1.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml</artifactId>
        </dependency>
    </dependencies>
</project>