mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-12 16:38:48 +00:00
falta actualizar bien el resumen
This commit is contained in:
8
pom.xml
8
pom.xml
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.6</version>
|
||||
<version>3.5.7</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.imprimelibros</groupId>
|
||||
@ -154,10 +154,10 @@
|
||||
<!-- Redsys -->
|
||||
<dependency>
|
||||
<groupId>sis.redsys</groupId>
|
||||
<artifactId>apiSha512V2</artifactId>
|
||||
<version>2.0</version>
|
||||
<artifactId>apiSha256</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/apiSha512V2.jar</systemPath>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/apiSha256.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<!-- Dependencias locales incluidas en el ZIP -->
|
||||
|
||||
Reference in New Issue
Block a user