POM 优化

master
erzhongxmu 2023-02-09 22:52:01 +08:00
parent 1aef28febd
commit 4576919c56
1 changed files with 7 additions and 8 deletions

15
pom.xml
View File

@ -778,7 +778,6 @@
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
@ -816,13 +815,13 @@
</dependency>
<!--jeecg plugin-->
<!-- <dependency>-->
<!-- <groupId>org.p3framework</groupId>-->
<!-- <artifactId>jeecg-p3-core</artifactId>-->
<!-- <version>1.1.2</version>-->
<!--&lt;!&ndash; <scope>system</scope>&ndash;&gt;-->
<!--&lt;!&ndash; <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/jeecg-p3-core-1.1.2.jar</systemPath>&ndash;&gt;-->
<!-- </dependency>-->
<dependency>
<groupId>org.p3framework</groupId>
<artifactId>jeecg-p3-core</artifactId>
<version>1.1.2</version>
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/jeecg-p3-core-1.1.2.jar</systemPath>-->
</dependency>
<dependency>
<groupId>com.github.abel533</groupId>