From 5cc82f45d73865489cc39e5ffbf521bf4279ec53 Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Fri, 11 Oct 2024 00:18:14 +0800
Subject: [PATCH] 生成代码上传

---
 pom.xml |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c461a3..315ad35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,30 @@
                 <artifactId>cpzidc-common</artifactId>
                 <version>${cpzidc.version}</version>
             </dependency>
+            <!--阿里云文件上传-->
+            <dependency>
+                <groupId>com.aliyun.oss</groupId>
+                <artifactId>aliyun-sdk-oss</artifactId>
+                <version>3.10.2</version>
+            </dependency>
 
+            <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
+            <dependency>
+                <groupId>org.apache.pdfbox</groupId>
+                <artifactId>pdfbox</artifactId>
+                <version>2.0.31</version>
+            </dependency>
+            <!-- 数据库文档生成工具-->
+            <dependency>
+                <groupId>cn.smallbun.screw</groupId>
+                <artifactId>screw-core</artifactId>
+                <version>1.0.5</version>
+            </dependency>
+            <dependency>
+                <groupId>org.freemarker</groupId>
+                <artifactId>freemarker</artifactId>
+                <version>2.3.30</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -192,6 +215,7 @@
         <module>cpzidc-quartz</module>
         <module>cpzidc-generator</module>
         <module>cpzidc-common</module>
+        <module>cpzidc-bis</module>
     </modules>
     <packaging>pom</packaging>
 
@@ -207,6 +231,13 @@
                     <encoding>${project.build.sourceEncoding}</encoding>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

--
Gitblit v1.9.3