wql整合到system模块中

This commit is contained in:
lyd
2022-09-26 09:16:28 +08:00
parent 948b0f8ac3
commit 6d97d3a0eb
81 changed files with 333 additions and 426 deletions

View File

@@ -20,6 +20,20 @@
</properties>
<dependencies>
<!--WQL-->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>jxl</artifactId>
<version>2.6.12.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
@@ -57,12 +71,6 @@
<version>2.5.14</version>
</dependency>
<dependency>
<groupId>org.nl</groupId>
<artifactId>nladmin-wql</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc5</artifactId>