new classifier and resolver for product mappings. also cleaned up /product endpoints

This commit is contained in:
2025-12-10 12:02:24 -05:00
parent 2049f62f99
commit ddaad50ed2
12 changed files with 628 additions and 51 deletions

View File

@@ -146,6 +146,12 @@
<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>