Skip to content

Commit

Permalink
移除export模块
Browse files Browse the repository at this point in the history
  • Loading branch information
javamxd committed Jun 14, 2021
1 parent d76f7f5 commit 285c355
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.
5 changes: 0 additions & 5 deletions magic-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,5 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>autopoi-web</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

This file was deleted.

6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<swagger.version>2.9.2</swagger.version>
<fastjson.version>1.2.75</fastjson.version>
<autopoi-web.version>1.2.4</autopoi-web.version>
<spring-boot-starter-log4j.version>1.3.8.RELEASE</spring-boot-starter-log4j.version>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -103,11 +102,6 @@
<artifactId>springfox-swagger2</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>autopoi-web</artifactId>
<version>${autopoi-web.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit 285c355

Please sign in to comment.