From 6bc45fd509a55b0b003a4e004335ac2d3e91377d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 1 Apr 2014 18:14:22 -0400 Subject: Add sangria-core module. --- pom.xml | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..12f28ae --- /dev/null +++ b/pom.xml @@ -0,0 +1,189 @@ + + + 4.0.0 + + com.tavianator + sangria + 1.0-SNAPSHOT + pom + + Sangria + A collection of Guice extensions + 2014 + + + + tavianator + Tavian Barnes + tavianator@tavianator.com + + developer + + + + + + scm:git:git://tavianator.com/sangria.git + http://tavianator.com/sangria + + + + 3.0 + + + + UTF-8 + + + + + + com.tavianator + sangria-core + 1.0-SNAPSHOT + + + + com.google.inject + guice + 4.0-beta4 + + + + com.google.inject.extensions + guice-multibindings + 4.0-beta4 + + + + com.google.guava + guava + 16.0.1 + + + + com.google.code.findbugs + jsr305 + 2.0.3 + + + + junit + junit + 4.11 + + + + org.hamcrest + hamcrest-integration + 1.3 + + + + org.mockito + mockito-core + 1.9.5 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.3.1 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + true + -Xlint:all + true + true + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + + + + + + enforce + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + default + + javadoc + + + + + + + + + sangria-core + + -- cgit v1.2.3