added thymeleaf, a nice webserver thingy
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -27,6 +27,11 @@
|
|||||||
<artifactId>simple-levenshtein-distance</artifactId>
|
<artifactId>simple-levenshtein-distance</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.thymeleaf</groupId>
|
||||||
|
<artifactId>thymeleaf</artifactId>
|
||||||
|
<version>3.1.3.RELEASE</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|||||||
Reference in New Issue
Block a user