Commit 1d848055 by liulianglang

初始化

parent 883bd00d
...@@ -62,13 +62,7 @@ ...@@ -62,13 +62,7 @@
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>HTTPClient</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/HTTPClient.jar</systemPath>
</dependency>
<dependency> <dependency>
<groupId>org.springblade</groupId> <groupId>org.springblade</groupId>
<artifactId>blade-core-boot</artifactId> <artifactId>blade-core-boot</artifactId>
...@@ -115,21 +109,7 @@ ...@@ -115,21 +109,7 @@
<version>${easyexcel.version}</version> <version>${easyexcel.version}</version>
</dependency> </dependency>
<!--提取标识号所需jar包开始-->
<dependency>
<groupId>org.apdplat</groupId>
<artifactId>word</artifactId>
<version>1.2</version>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/word-1.2.jar</systemPath>
<scope>system</scope>
</dependency>
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>jcseg-core</artifactId>
<version>1.9.3</version>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jcseg-core-1.9.3.jar</systemPath>
<scope>system</scope>
</dependency>
<!--pdf 处理--> <!--pdf 处理-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment