Add implementation of publication creation use case.

This commit is contained in:
Florian THIERRY
2024-03-11 13:57:49 +01:00
parent bc62939740
commit c19bd5407f
16 changed files with 347 additions and 1 deletions

View File

@@ -33,5 +33,15 @@
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>