diff options
Diffstat (limited to 'infra/data-impl/pom.xml')
-rw-r--r-- | infra/data-impl/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 2d6f9fd61..5e8ab37eb 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -64,6 +64,11 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.skinny-framework</groupId> + <artifactId>skinny-logback</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |