From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Date: Sat, 2 Sep 2006 11:55:54 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: wamblee-utils-0.2@603~335
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=dccb47a8cf8dc511911f8879c118a948a4220b8a;p=utils

---

diff --git a/branches/TO_MAVEN/crawler/kiss/pom.xml b/branches/TO_MAVEN/crawler/kiss/pom.xml
new file mode 100644
index 00000000..01051f75
--- /dev/null
+++ b/branches/TO_MAVEN/crawler/kiss/pom.xml
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.wamblee</groupId>
+    <artifactId>crawler</artifactId>
+    <version>0.2-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.wamblee</groupId>
+  <artifactId>crawler-kiss</artifactId>
+  <packaging>jar</packaging>
+  <name>wamblee.org basic crawler framework</name>
+  <url>http://wamblee.org</url>
+  <dependencies>
+    <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>crawler-basic</artifactId>
+    </dependency>
+	<dependency>
+	  <groupId>commons-email</groupId>
+	  <artifactId>commons-email</artifactId>
+	</dependency>
+
+  </dependencies>
+
+</project>