From 2bbab11d671ba452771fdf5ab8ad33225cc67397 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 5 Apr 2014 15:42:41 -0400 Subject: Add sangria-log4j module. --- sangria-log4j/pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 sangria-log4j/pom.xml (limited to 'sangria-log4j/pom.xml') diff --git a/sangria-log4j/pom.xml b/sangria-log4j/pom.xml new file mode 100644 index 0000000..b39995f --- /dev/null +++ b/sangria-log4j/pom.xml @@ -0,0 +1,66 @@ + + + 4.0.0 + + + com.tavianator.sangria + sangria + 1.0-SNAPSHOT + + + sangria-log4j + jar + Sangria Log4j + Log4j Logger injection + + + + com.tavianator.sangria + sangria-contextual + + + + com.google.inject + guice + + + + org.apache.logging.log4j + log4j-api + 2.0-rc1 + + + + com.google.code.findbugs + jsr305 + true + + + + junit + junit + test + + + + org.hamcrest + hamcrest-integration + test + + + + org.mockito + mockito-core + test + + + + org.apache.logging.log4j + log4j-core + 2.0-rc1 + test + + + -- cgit v1.2.3