Skip to content

Commit

Permalink
fix BUG DTStack#1398,fix bsh,xml-resolver default version cannot access
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchaoken committed Nov 16, 2022
1 parent 1248cc2 commit abc2566
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chunjun-ddl/chunjun-ddl-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@
<artifactId>freemarker</artifactId>
<version>2.3.28</version>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b5</version>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
<executions>
<execution>
Expand Down

0 comments on commit abc2566

Please sign in to comment.