QQQ-26 update backend-core, queryOutput interface; also add 'get' command, and move log4j output to log file

This commit is contained in:
2022-07-19 12:18:47 -05:00
parent 4b80bd589c
commit 84858b1eb4
8 changed files with 656 additions and 138 deletions

10
pom.xml
View File

@ -53,12 +53,12 @@
<dependency>
<groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-backend-core</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0-20220719.154219-3</version>
</dependency>
<dependency>
<groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-backend-module-rdbms</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0-20220719.155012-5</version>
<scope>test</scope>
</dependency>
@ -97,6 +97,12 @@
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>