Initial build of api aware middleware

This commit is contained in:
2025-05-27 16:37:30 -05:00
parent 23e9ac5b61
commit afd8084d45
25 changed files with 2080 additions and 36 deletions

View File

@ -54,6 +54,28 @@
<version>${revision}</version>
</dependency>
<!-- qqq modules for tests only -->
<dependency>
<groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-middleware-javalin</artifactId>
<version>${revision}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-backend-module-rdbms</artifactId>
<version>${revision}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<scope>test</scope>
</dependency>
<!-- 3rd party deps specifically for this module -->
<dependency>
<groupId>com.konghq</groupId>
@ -106,4 +128,4 @@
</plugins>
</build>
</project>
</project>