xingjinshuang
2024-12-24 3a45bed34b94937f3c3bb184e6c81d374aa837dd
pom.xml
@@ -176,6 +176,19 @@
            <version>3.3.1</version>
        </dependency>
        <!-- SQLite JDBC -->
        <dependency>
            <groupId>org.xerial</groupId>
            <artifactId>sqlite-jdbc</artifactId>
            <version>3.42.0.0</version>  <!-- 根据需要调整版本 -->
        </dependency>
        <!-- Apache Commons CSV (可选) -->
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-csv</artifactId>
            <version>1.8</version> <!-- 根据需要调整版本 -->
        </dependency>
    </dependencies>