Merge pull request #31 from uniCenta/product-api-new

Product api new
This commit is contained in:
hugh-unicenta
2024-01-27 14:45:29 +00:00
committed by GitHub
3 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -153,7 +153,7 @@
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos</artifactId>
<version>2.0.10</version>
<version>2.1.9</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -325,7 +325,7 @@
<dependency>
<groupId>com.unicenta</groupId>
<artifactId>unicenta-plugins</artifactId>
<version>1.2.4</version>
<version>1.2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gluonhq</groupId>
@@ -391,6 +391,11 @@
<version>2.1.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>