From 77b42b639ff3b8dc7f989cf8a9e65ed102d5105d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 1 Apr 2014 19:34:40 -0400 Subject: Add sangria-slf4j module. --- sangria-slf4j/pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 sangria-slf4j/pom.xml (limited to 'sangria-slf4j/pom.xml') diff --git a/sangria-slf4j/pom.xml b/sangria-slf4j/pom.xml new file mode 100644 index 0000000..8127fbe --- /dev/null +++ b/sangria-slf4j/pom.xml @@ -0,0 +1,66 @@ + + + 4.0.0 + + + com.tavianator + sangria + 1.0-SNAPSHOT + + + sangria-slf4j + jar + Sangria SLF4J + SLF4J injection + + + + com.tavianator + sangria-contextual + + + + com.google.inject + guice + + + + org.slf4j + slf4j-api + 1.7.6 + + + + com.google.code.findbugs + jsr305 + true + + + + junit + junit + test + + + + org.hamcrest + hamcrest-integration + test + + + + org.mockito + mockito-core + test + + + + org.slf4j + slf4j-simple + 1.7.6 + test + + + -- cgit v1.2.3