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