diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..38400011a --- /dev/null +++ b/pom.xml @@ -0,0 +1,58 @@ + + 4.0.0 + com.google + bitcoinj + 0.0.1-SNAPSHOT + + + src + tests + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.codehaus.mojo + findbugs-maven-plugin + 1.2 + + true + true + true + + + + + + + + junit + junit + 4.8.2 + jar + compile + + + org.slf4j + slf4j-api + 1.6.1 + jar + compile + + + org.slf4j + slf4j-simple + 1.6.1 + jar + compile + + +