You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2011/04/28 12:13:30 UTC

svn commit: r1097395 - in /incubator/hama: branches/0.2/pom.xml tags/0.2-RC4/pom.xml

Author: edwardyoon
Date: Thu Apr 28 10:13:30 2011
New Revision: 1097395

URL: http://svn.apache.org/viewvc?rev=1097395&view=rev
Log:
Fix pom.xml

Modified:
    incubator/hama/branches/0.2/pom.xml
    incubator/hama/tags/0.2-RC4/pom.xml

Modified: incubator/hama/branches/0.2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.2/pom.xml?rev=1097395&r1=1097394&r2=1097395&view=diff
==============================================================================
--- incubator/hama/branches/0.2/pom.xml (original)
+++ incubator/hama/branches/0.2/pom.xml Thu Apr 28 10:13:30 2011
@@ -89,11 +89,6 @@
       <version>1.2</version>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>3.0.1</version>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.0.4</version>
@@ -151,16 +146,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-    </dependency>
-    <dependency>
-      <groupId>gr.spinellis</groupId>
-      <artifactId>UmlGraph</artifactId>
-      <version>4.6</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>zookeeper</artifactId>
       <version>3.3.1</version>
@@ -189,6 +174,7 @@
           <forkMode>pertest</forkMode>
         </configuration>
       </plugin>
+      <dependency>
     </plugins>
   </build>
 </project>

Modified: incubator/hama/tags/0.2-RC4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/tags/0.2-RC4/pom.xml?rev=1097395&r1=1097394&r2=1097395&view=diff
==============================================================================
--- incubator/hama/tags/0.2-RC4/pom.xml (original)
+++ incubator/hama/tags/0.2-RC4/pom.xml Thu Apr 28 10:13:30 2011
@@ -89,11 +89,6 @@
       <version>1.2</version>
     </dependency>
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>3.0.1</version>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.0.4</version>
@@ -151,16 +146,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-    </dependency>
-    <dependency>
-      <groupId>gr.spinellis</groupId>
-      <artifactId>UmlGraph</artifactId>
-      <version>4.6</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>zookeeper</artifactId>
       <version>3.3.1</version>