Refactor publication parser location.

This commit is contained in:
Florian THIERRY
2024-04-22 14:22:36 +02:00
parent db492b6316
commit 45355f6c42
5 changed files with 44 additions and 35 deletions

View File

@@ -33,6 +33,10 @@
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>