(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 303f8971c726af4ecfa7f39772924a346a5eafc2..a999eda12acf6c427ce6fe2bc78b4fedfcec01ca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
   <url>http://wamblee.org</url>
   <modules>
     <module>support</module>
+    <module>socketproxy</module>
   </modules>
   <dependencies>
     <dependency>
   
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>support</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>socketproxy</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>crawler</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>crawler-basic</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+
+      <dependency>
+        <groupId>jtidy</groupId>
+        <artifactId>jtidy</artifactId>
+        <version>4aug2000r7-dev</version>
+      </dependency>
+
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>1.0.2</version>
       </dependency>
+      <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.0</version>
+      </dependency>
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
         <artifactId>hibernate</artifactId>
         <version>3.0.5</version>
       </dependency>
+      <dependency>
+        <groupId>commons-email</groupId>
+        <artifactId>commons-email</artifactId>
+        <version>1.0</version>
+      </dependency>
 
     </dependencies>   
   </dependencyManagement>