Skip to content

Commit

Permalink
fix(代码生成): 代码生成时报错,提示java.lang.NoSuchMethodError
Browse files Browse the repository at this point in the history
Closes IB46N7
  • Loading branch information
lltx committed Nov 14, 2024
1 parent f9b58f0 commit e6b922e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
6 changes: 0 additions & 6 deletions pig-visual/pig-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e6b922e

Please sign in to comment.