openvidu-server: thymeleaf update

pull/825/head
pabloFuente 2020-03-15 20:32:02 +01:00
parent 88cf512a97
commit 4a90f38b37
2 changed files with 3 additions and 16 deletions

View File

@ -242,20 +242,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring4</artifactId>
<version>${version.thymeleaf}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>${version.thymeleaflayout}</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>${version.spring-boot}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@ -58,8 +58,6 @@
<version.slf4j>1.7.30</version.slf4j>
<version.gson>2.8.6</version.gson>
<version.unirest>1.4.9</version.unirest>
<version.thymeleaf>3.0.11.RELEASE</version.thymeleaf>
<version.thymeleaflayout>2.4.1</version.thymeleaflayout>
<version.webdrivermanager>3.8.1</version.webdrivermanager>