QQQ-14 add customizer functions; add log4j config; add SecretReader;

This commit is contained in:
2022-06-28 11:16:31 -05:00
parent 1d5ffe500a
commit 28579cc52c
27 changed files with 838 additions and 23 deletions

View File

@ -71,6 +71,12 @@
<artifactId>commons-csv</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
<!-- Common deps for all qqq modules -->
<dependency>