|
|
|
|
@ -77,39 +77,39 @@ |
|
|
|
|
<!-- <artifactId>vwebfrk-base</artifactId>--> |
|
|
|
|
<!-- <version>1.4.6-RELEASE</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy</artifactId> |
|
|
|
|
<version>3.0.9</version> <!-- 使用最新的稳定版本 --> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>org.codehaus.groovy</groupId>--> |
|
|
|
|
<!-- <artifactId>groovy</artifactId>--> |
|
|
|
|
<!-- <version>3.0.9</version> <!– 使用最新的稳定版本 –>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>com.videasoft.m3</groupId>--> |
|
|
|
|
<!-- <artifactId>barbecue</artifactId>--> |
|
|
|
|
<!-- <version>0.0.1</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.itextpdf</groupId> |
|
|
|
|
<artifactId>itext7-core</artifactId> |
|
|
|
|
<version>7.1.16</version> |
|
|
|
|
<type>pom</type> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.lowagie</groupId> |
|
|
|
|
<artifactId>itext</artifactId> |
|
|
|
|
<version>2.1.7</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-resource-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>com.itextpdf</groupId>--> |
|
|
|
|
<!-- <artifactId>itext7-core</artifactId>--> |
|
|
|
|
<!-- <version>7.1.16</version>--> |
|
|
|
|
<!-- <type>pom</type>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>com.lowagie</groupId>--> |
|
|
|
|
<!-- <artifactId>itext</artifactId>--> |
|
|
|
|
<!-- <version>2.1.7</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>org.springblade</groupId>--> |
|
|
|
|
<!-- <artifactId>blade-resource-api</artifactId>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-system-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-scheduling-api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>org.springblade</groupId>--> |
|
|
|
|
<!-- <artifactId>blade-scheduling-api</artifactId>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- Source: https://mvnrepository.com/artifact/com.googlecode.aviator/aviator --> |
|
|
|
|
<!-- SpringBoot 3 + JDK 17 项目必须使用Aviator 5.3.0 及以上版本,低版本存在兼容性和功能限制 --> |
|
|
|
|
<!-- Aviator表达式引擎核心依赖 --> |
|
|
|
|
@ -145,12 +145,6 @@ |
|
|
|
|
<groupId>com.qcloud</groupId> |
|
|
|
|
<artifactId>cos_api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-auth</artifactId> |
|
|
|
|
<version>4.6.0.RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
|