(no commit message)
[utils] / crawler / basic / pom.xml
index ba70b3d8a1bf6fcb37ca1bba68c2a1b169ee77fa..8b964239966ba7450233457346791394f71fc00e 100644 (file)
@@ -4,20 +4,21 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>crawler</artifactId>
+    <artifactId>wamblee-crawler</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
-  <artifactId>crawler-basic</artifactId>
+  <artifactId>wamblee-crawler-basic</artifactId>
   <packaging>jar</packaging>
-  <name>wamblee.org Basic crawler framework</name>
+  <name>/crawler/basic</name>
   <url>http://wamblee.org</url>
   <dependencies>
     <dependency>
         <groupId>org.wamblee</groupId>
-        <artifactId>support</artifactId>
+        <artifactId>wamblee-support-general</artifactId>
+        <version>0.2-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-    </dependency>
 
   </dependencies>