Handle user points of interest

This commit is contained in:
Gautier Pelloux-Prayer 2019-09-30 22:43:06 +02:00
parent dbf1479da4
commit e2d2f6a23d
5 changed files with 150 additions and 83 deletions

View file

@ -37,5 +37,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
</dependency>
</dependencies>
</project>