Browse Source

Merge remote-tracking branch 'origin/master'

master
barthiv73098 4 years ago
parent
commit
bf7c38b468
1 changed files with 6 additions and 9 deletions
  1. 6
    9
      application/pom.xml

+ 6
- 9
application/pom.xml View File

@@ -18,21 +18,18 @@
</dependency>

<dependency>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.28</version>

<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.11.RELEASE</version>
</dependency>

<dependency>

<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.11.RELEASE</version>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.28</version>

</dependency>

</dependencies>

<build>

Loading…
Cancel
Save