X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=4d80c6b0fd5845955f8af1feed90c45c5be25824;hb=9f15c87686ca46e800d4e70dc9f36104ec043cb2;hp=a9805f4a059fdbfae2b42de8dbc4b98e2bc00fc3;hpb=75116d570179697ccbb0d4632bc70fbf11cf8b82;p=xudocci.git diff --git a/pom.xml b/pom.xml index a9805f4..4d80c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,67 @@ hamcrest-all 1.3 + + org.mockito + mockito-all + 1.9.5 + test + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + + + junit + junit + 4.11 + test + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.8 + 1.8 + UTF-8 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + net.pterodactylus.xdcc.main.Main + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + net.pterodactylus.xdcc.main.Main + + + + +