diff options
Diffstat (limited to 'sangria-slf4j/pom.xml')
-rw-r--r-- | sangria-slf4j/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sangria-slf4j/pom.xml b/sangria-slf4j/pom.xml index c274a47..53cbfb7 100644 --- a/sangria-slf4j/pom.xml +++ b/sangria-slf4j/pom.xml @@ -39,6 +39,12 @@ </dependency> <dependency> + <groupId>com.tavianator.sangria</groupId> + <artifactId>sangria-test</artifactId> + <scope>test</scope> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |