Adding persistence tests for file-management-service-processor

This commit is contained in:
aoezyetimoglu 2021-04-21 11:14:43 +02:00
parent 95b351d3fe
commit 4f1bfb972f

View File

@ -85,6 +85,12 @@
<artifactId>test-commons</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>