X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=cbbb5b9bca71b8e1c826da29a1721e2ea4068fa3;hb=27e61fdc6e284e676bd711d3784ba3ba26b54dbb;hp=5bd7e4f874eb922dfd669f5b176eea9da4008d44;hpb=dbe084b9b6221ba6dec6989f6c3b2ec33303a03c;p=rhynodge.git diff --git a/pom.xml b/pom.xml index 5bd7e4f..cbbb5b9 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,22 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 net.pterodactylus - reactor - 0.0.1-SNAPSHOT + rhynodge + 0.1 UTF-8 + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + ${findbugs.timeout} + + + maven-compiler-plugin 2.3.2 @@ -17,13 +25,116 @@ 1.6 + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-5 + + + jar-with-dependencies + + + skip + + + + net.pterodactylus.rhynodge.engine.Starter + + + + + + make-assembly + package + + single + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + net.pterodactylus.rhynodge.engine.Starter + + + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-3 + + + + + junit + junit + 4.11 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + com.google.guava guava 14.0-rc1 + + log4j + log4j + 1.2.17 + + + org.apache.httpcomponents + httpclient + 4.2.2 + + + org.jsoup + jsoup + 1.7.1 + + + javax.mail + mail + 1.4.6-rc1 + + + org.apache.commons + commons-lang3 + 3.1 + + + com.fasterxml.jackson.core + jackson-core + 2.1.2 + + + com.fasterxml.jackson.core + jackson-annotations + 2.1.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.1.2 + + + com.lexicalscope.jewelcli + jewelcli + 0.8.3 +