(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sat, 2 Sep 2006 11:55:54 +0000 (11:55 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sat, 2 Sep 2006 11:55:54 +0000 (11:55 +0000)
crawler/kiss/pom.xml [new file with mode: 0644]

diff --git a/crawler/kiss/pom.xml b/crawler/kiss/pom.xml
new file mode 100644 (file)
index 0000000..01051f7
--- /dev/null
@@ -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>