Skip to content

Commit bb82c5d

Browse files
committed
update
1 parent b2bab64 commit bb82c5d

1,506 files changed

Lines changed: 5 additions & 382983 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/conf/ee-josemanuelarocafernandez-b74d15199ebb.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

webapp/pom.xml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<geotools.version>31-SNAPSHOT</geotools.version>
2121
<restassured.version>5.4.0</restassured.version>
22+
<sonar.organization>josemanuelaroca</sonar.organization>
2223
</properties>
2324
<dependencies>
2425
<dependency>
@@ -58,6 +59,10 @@
5859
<groupId>commons-codec</groupId>
5960
<artifactId>commons-codec</artifactId>
6061
</exclusion>
62+
<exclusion>
63+
<groupId>com.sun.mail</groupId>
64+
<artifactId>mailapi</artifactId>
65+
</exclusion>
6166
</exclusions>
6267
</dependency>
6368

@@ -211,35 +216,17 @@
211216
<!-- La dependencia freemarker me obliga a ponerla en el EmailService.java.
212217
He buscado: Configuration se utiliza para configurar la plantilla
213218
de correo electrónico utilizando FreeMarker, una biblioteca de generación de plantillas.-->
214-
215219
<dependency>
216220
<groupId>org.springframework.boot</groupId>
217221
<artifactId>spring-boot-starter-freemarker</artifactId>
218222
</dependency>
219223

220224
<!-- ///////////////////Email///////////////////-->
221-
222-
223225
<dependency>
224226
<groupId>com.sun.mail</groupId>
225227
<artifactId>jakarta.mail</artifactId>
226228
<version>2.0.1</version>
227229
</dependency>
228-
<dependency>
229-
<groupId>io.rest-assured</groupId>
230-
<artifactId>json-schema-validator</artifactId>
231-
<version>${rest-assured.version}</version>
232-
<exclusions>
233-
<exclusion>
234-
<groupId>com.sun.mail</groupId>
235-
<artifactId>mailapi</artifactId>
236-
</exclusion>
237-
</exclusions>
238-
</dependency>
239-
240-
241-
242-
243230

244231
<!-- ///////////////////devtools///////////////////-->
245232
<dependency>

webapp/src/main/resources/templates/blockchain/show.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html xmlns:th="http://www.thymeleaf.org"
22
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
3-
xmlns:sd="http://www.w3.org/1999/xhtml" xmlns:h1th="http://www.w3.org/1999/html"
43
layout:decorate="~{/layout/layout}">
54
<head>
65
<meta charset="UTF-8">

webapp/target/classes/application.properties

Whitespace-only changes.

0 commit comments

Comments
 (0)