update
This commit is contained in:
parent
14c80ca1d6
commit
e42ee610e9
6
pom.xml
6
pom.xml
|
|
@ -62,6 +62,12 @@
|
||||||
<artifactId>beetlsql</artifactId>
|
<artifactId>beetlsql</artifactId>
|
||||||
<version>${beetlsql.version}</version>
|
<version>${beetlsql.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.antlr</groupId>
|
||||||
|
<artifactId>antlr4-runtime</artifactId>
|
||||||
|
<scope>compile</scope>
|
||||||
|
<version>4.2</version>
|
||||||
|
</dependency>
|
||||||
<!-- redis -->
|
<!-- redis -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>redis.clients</groupId>
|
<groupId>redis.clients</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user