From 54d040ce5ecbe8f1dce9cd9e4a9dd3c0417361b5 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 1 Sep 2006 22:52:55 +0000 Subject: [PATCH] --- crawler/basic/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ crawler/pom.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 crawler/basic/pom.xml create mode 100644 crawler/pom.xml diff --git a/crawler/basic/pom.xml b/crawler/basic/pom.xml new file mode 100644 index 00000000..c3544398 --- /dev/null +++ b/crawler/basic/pom.xml @@ -0,0 +1,42 @@ + + + + org.wamblee + crawler + 0.2-SNAPSHOT + + + 4.0.0 + org.wamblee + crawler-basic + jar + wamblee.org basic crawler framework + http://wamblee.org + + + org.wamblee + support + + + + commons-httpclient + commons-httpclient + + + jtidy + jtidy + + + dom4j + dom4j + + + xerces + xerces + + + + + diff --git a/crawler/pom.xml b/crawler/pom.xml new file mode 100644 index 00000000..51deef7d --- /dev/null +++ b/crawler/pom.xml @@ -0,0 +1,31 @@ + + + org.wamblee + utils + 0.2-SNAPSHOT + + 4.0.0 + org.wamblee + crawler + pom + 0.2-SNAPSHOT + wamblee.org KiSS crawler + http://wamblee.org + + basic + + + + + + + + + + + + + + -- 2.31.1