From e678522a3e444d6fe11ea911b25578fed3d6c156 Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期日, 24 四月 2022 17:34:38 +0800
Subject: [PATCH] 优化
---
pom.xml | 82 ++++++++++++++++++++++------------------
1 files changed, 45 insertions(+), 37 deletions(-)
diff --git a/pom.xml b/pom.xml
index 713da3e..74c7c23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,6 +280,12 @@
<version>${poi.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>ooxml-schemas</artifactId>
+ <version>1.4</version>
+ </dependency>
+
<!-- 绯婃秱宸ュ叿 -->
<dependency>
<groupId>cn.hutool</groupId>
@@ -355,47 +361,49 @@
<scope>compile</scope>
</dependency>
- </dependencies>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>1.1.6</version>
+ </dependency>
- <build>
- <finalName>${project.artifactId}</finalName>
+ <!-- doc杞琾df -->
+ <dependency>
+ <groupId>com.aspose</groupId>
+ <artifactId>words</artifactId>
+ <version>21.1</version>
+ </dependency>
+
+ </dependencies>
+ <!--<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <encoding>utf-8</encoding>
- </configuration>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.5.2</version>
+ <executions>
+ <execution>
+ <id>install-external</id>
+ <phase>clean</phase>
+ <configuration>
+ <file>${project.build.directory}/tai-ots-framework-1.0.jar</file>
+ <repositoryLayout>default</repositoryLayout>
+ <groupId>com.ots</groupId>
+ <artifactId>tai-ots-framework</artifactId>
+ <version>1.0</version>
+ <generatePom>true</generatePom>
+ </configuration>
+ <goals>
+ <goal>install-file</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
-
</plugins>
- </build>
-
- <repositories>
- <repository>
- <id>public</id>
- <name>aliyun nexus</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>public</id>
- <name>aliyun nexus</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
+ </build>-->
</project>
\ No newline at end of file
--
Gitblit v1.9.1