mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 04:47:10 +08:00
fix(代码生成): 代码生成时报错,提示java.lang.NoSuchMethodError
Closes IB46N7
This commit is contained in:
parent
f9b58f01cb
commit
e6b922eff0
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@ -12,7 +12,8 @@
|
||||
"^com.amazonaws:aws-java-sdk-s3$",
|
||||
"^io.springboot:knife4j-openapi3-ui$",
|
||||
"^com.alibaba:fastjson$",
|
||||
"^org.anyline:anyline.*$"
|
||||
"^org.anyline:anyline.*$",
|
||||
"^org.apache.velocity:velocity-engine-core.*$"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
|
@ -17,7 +17,6 @@
|
||||
<properties>
|
||||
<screw.version>0.0.6</screw.version>
|
||||
<anyline.version>8.7.2-jdk17-20240808</anyline.version>
|
||||
<configuration.version>1.10</configuration.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -70,11 +69,6 @@
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-json</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-configuration</groupId>
|
||||
<artifactId>commons-configuration</artifactId>
|
||||
<version>${configuration.version}</version>
|
||||
</dependency>
|
||||
<!--swagger-->
|
||||
<dependency>
|
||||
<groupId>com.pig4cloud</groupId>
|
||||
|
2
pom.xml
2
pom.xml
@ -40,7 +40,7 @@
|
||||
<screw.version>0.0.3</screw.version>
|
||||
<captcha.version>2.2.4</captcha.version>
|
||||
<aws.version>1.12.675</aws.version>
|
||||
<velocity.version>2.4.1</velocity.version>
|
||||
<velocity.version>2.4</velocity.version>
|
||||
<velocity.tool.version>3.1</velocity.tool.version>
|
||||
<configuration.version>1.10</configuration.version>
|
||||
<jasypt.version>3.0.5</jasypt.version>
|
||||
|
Loading…
Reference in New Issue
Block a user