Implemented wildcards for MQTT and downgraded SQLite to the version that supports retrieving last inserted key
This commit is contained in:
parent
1de26a7240
commit
529cacfe81
5 changed files with 299 additions and 43 deletions
|
|
@ -29,7 +29,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation 'org.dom4j:dom4j:2.1.3'
|
||||
|
||||
implementation 'org.xerial:sqlite-jdbc:3.46.1.0'
|
||||
implementation 'org.xerial:sqlite-jdbc:3.42.0.1'
|
||||
compileOnly 'mysql:mysql-connector-java:8.0.28'
|
||||
|
||||
compileOnly 'javax.servlet:javax.servlet-api:3.1.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue