From 9f7d1673e71e51095e25fd660005248857ec4a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jas=CC=81tak?= Date: Sun, 23 Feb 2014 18:49:16 +0100 Subject: [PATCH] dependencies and build system updated --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index d34f293..4b6249b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ pl.ais.commons ais-commons-domain - 1.0.3-SNAPSHOT + 1.1.1-SNAPSHOT jar AIS.PL Commons - Domain This library provides set of reusable components useful for modeling domain. @@ -40,7 +40,7 @@ - 3.2.2.RELEASE + 4.0.0.RELEASE @@ -53,6 +53,40 @@ 1.7 + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + verify + + jxr + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.0.1 + + true + + ${basedir}/pmd-ruleset.xml + + ISO-8859-1 + 1.7 + + + + verify + + check + + + + @@ -68,19 +102,25 @@ 2.0.1 + com.google.guava + guava + 16.0 + + junit junit-dep 4.10 test - - - org.apache.commons - commons-lang3 - 3.1 + + + org.hamcrest + hamcrest-core + + org.hamcrest - hamcrest-all + hamcrest-core 1.3 test