parent
29c84dff4a
commit
f9c44b46b6
|
@ -184,7 +184,7 @@
|
|||
<thymeleaf-layout-dialect.version>1.4.0</thymeleaf-layout-dialect.version>
|
||||
<thymeleaf-extras-data-attribute.version>1.3</thymeleaf-extras-data-attribute.version>
|
||||
<thymeleaf-extras-java8time.version>2.1.0.RELEASE</thymeleaf-extras-java8time.version>
|
||||
<tomcat.version>8.5.20</tomcat.version>
|
||||
<tomcat.version>8.5.21</tomcat.version>
|
||||
<undertow.version>1.4.20.Final</undertow.version>
|
||||
<unboundid-ldapsdk.version>3.2.1</unboundid-ldapsdk.version>
|
||||
<webjars-hal-browser.version>9f96c74</webjars-hal-browser.version>
|
||||
|
@ -1284,6 +1284,11 @@
|
|||
<artifactId>tomcat-embed-websocket</artifactId>
|
||||
<version>${tomcat.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-annotations-api</artifactId>
|
||||
<version>${tomcat.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-jdbc</artifactId>
|
||||
|
|
Loading…
Reference in New Issue