mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: thymeleaf update
parent
88cf512a97
commit
4a90f38b37
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue