pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-common/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-generator/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pom.xml
@@ -24,9 +24,6 @@ <fastjson.version>1.2.75</fastjson.version> <oshi.version>5.6.0</oshi.version> <jna.version>5.7.0</jna.version> <commons.io.version>2.5</commons.io.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> <commons.collections.version>3.2.2</commons.collections.version> <poi.version>4.1.2</poi.version> <velocity.version>1.7</velocity.version> <jwt.version>0.9.1</jwt.version> @@ -144,13 +141,6 @@ <artifactId>commons-collections</artifactId> </exclusion> </exclusions> </dependency> <!-- collections工具类 --> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>${commons.collections.version}</version> </dependency> <!-- 阿里JSON解析器 --> ruoyi-common/pom.xml
@@ -65,18 +65,6 @@ <artifactId>fastjson</artifactId> </dependency> <!-- io常用工具类 --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <!-- 文件上传工具类 --> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> </dependency> <!-- excel工具 --> <dependency> <groupId>org.apache.poi</groupId> ruoyi-generator/pom.xml
@@ -23,12 +23,6 @@ <artifactId>velocity</artifactId> </dependency> <!-- collections工具类 --> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <!-- 通用工具--> <dependency> <groupId>com.ruoyi</groupId>