fix denpendency

This commit is contained in:
Looly 2020-11-18 01:44:07 +08:00
parent dfa0e68e12
commit 1c43155226

View File

@ -382,6 +382,13 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<!-- 手动引入aviator的关联依赖解决版本问题 -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>