diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6f89c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 94633c7..f53ba12 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.rometools rome-fetcher rome-fetcher - 1.2 + 2.0-SNAPSHOT 2004 A well behaved feed fetcher API for ROME http://rometools.github.io/rome-fetcher/ @@ -116,47 +116,42 @@ - - jdom - jdom - 1.0 - xerces xercesImpl - 2.4.0 + 2.11.0 - rome + org.rometools rome - 1.0 + 2.0.0-SNAPSHOT commons-httpclient commons-httpclient - 3.0.1 + 3.1 commons-logging commons-logging - 1.0.4 + 1.1.3 commons-logging commons-logging-api - 1.0.4 + 1.1 javax.servlet servlet-api - 2.3 + 2.5 test @@ -170,7 +165,7 @@ junit junit - 3.8.2 + 4.11 test