Merge remote-tracking branch 'origin/new-classifier-service' into develop

This commit is contained in:
2025-12-11 10:48:35 -05:00
12 changed files with 628 additions and 51 deletions

View File

@@ -166,6 +166,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>