Merge branch 'feature/QQQ-26-exports-poc' into feature/sprint-7-integration

This commit is contained in:
2022-07-25 11:28:06 -05:00
6 changed files with 315 additions and 40 deletions

View File

@ -66,7 +66,7 @@
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>3.13.13</version>
<version>4.6.1</version>
</dependency>
<dependency>
<groupId>com.konghq</groupId>
@ -85,6 +85,12 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</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>