From 1ce3feb50ef042c52233f0703d9fca708b0d5e30 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 1 Apr 2014 18:14:54 -0400 Subject: Add sangria-contextual module. --- sangria-contextual/pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 sangria-contextual/pom.xml (limited to 'sangria-contextual/pom.xml') diff --git a/sangria-contextual/pom.xml b/sangria-contextual/pom.xml new file mode 100644 index 0000000..7907f8c --- /dev/null +++ b/sangria-contextual/pom.xml @@ -0,0 +1,58 @@ + + + 4.0.0 + + + com.tavianator + sangria + 1.0-SNAPSHOT + + + sangria-contextual + jar + Sangria Contextual + Context-sensitive providers + + + + com.tavianator + sangria-core + + + + com.google.inject + guice + + + + com.google.guava + guava + + + + com.google.code.findbugs + jsr305 + true + + + + junit + junit + test + + + + org.hamcrest + hamcrest-integration + test + + + + org.mockito + mockito-core + test + + + -- cgit v1.2.3