Author: sagara
Date: Thu Jan 12 07:23:51 2012
New Revision: 1230421

URL: http://svn.apache.org/viewvc?rev=1230421&view=rev
Log:
Reverted incorrect modification on POM files.

Modified:
    axis/axis2/java/core/trunk/modules/osgi/pom.xml
    axis/axis2/java/core/trunk/modules/tool/archetype/quickstart-webapp/pom.xml
    axis/axis2/java/core/trunk/modules/tool/archetype/quickstart/pom.xml
    axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin/pom.xml
    axis/axis2/java/core/trunk/modules/transport/http/pom.xml

Modified: axis/axis2/java/core/trunk/modules/osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi/pom.xml?rev=1230421&r1=1230420&r2=1230421&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/osgi/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/osgi/pom.xml Thu Jan 12 07:23:51 2012
@@ -117,7 +117,6 @@
                             org.apache.axiom.*,
                             org.apache.commons.fileupload.*,
                             org.apache.commons.httpclient.*,
-                            org.apache.http.auth.*;resolution:=optional,
                             org.apache.commons.lang;resolution:=optional,
                             org.apache.commons.logging,
                             org.apache.http;resolution:=optional,

Modified: 
axis/axis2/java/core/trunk/modules/tool/archetype/quickstart-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/archetype/quickstart-webapp/pom.xml?rev=1230421&r1=1230420&r2=1230421&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/archetype/quickstart-webapp/pom.xml 
(original)
+++ axis/axis2/java/core/trunk/modules/tool/archetype/quickstart-webapp/pom.xml 
Thu Jan 12 07:23:51 2012
@@ -19,7 +19,8 @@
   ~ under the License.
   -->
 
-<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/xsd/maven-4.0.0.xsd";>
+<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/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.axis2</groupId>

Modified: axis/axis2/java/core/trunk/modules/tool/archetype/quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/archetype/quickstart/pom.xml?rev=1230421&r1=1230420&r2=1230421&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/archetype/quickstart/pom.xml 
(original)
+++ axis/axis2/java/core/trunk/modules/tool/archetype/quickstart/pom.xml Thu 
Jan 12 07:23:51 2012
@@ -19,7 +19,8 @@
   ~ under the License.
   -->
 
-<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/xsd/maven-4.0.0.xsd";>
+<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/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.axis2</groupId>

Modified: 
axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin/pom.xml?rev=1230421&r1=1230420&r2=1230421&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin/pom.xml 
(original)
+++ axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin/pom.xml 
Thu Jan 12 07:23:51 2012
@@ -19,7 +19,8 @@
   ~ under the License.
   -->
 
-<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";>
+<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";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.axis2</groupId>

Modified: axis/axis2/java/core/trunk/modules/transport/http/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/pom.xml?rev=1230421&r1=1230420&r2=1230421&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/http/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/transport/http/pom.xml Thu Jan 12 
07:23:51 2012
@@ -109,16 +109,5 @@
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
         </dependency>
-       <dependency>
-               <groupId>org.apache.httpcomponents</groupId>
-               <artifactId>httpclient</artifactId>
-               <version>4.1.2</version>
-<!--           <exclusions> -->
-<!--                   <exclusion> -->
-<!--                           <groupId>org.apache.httpcomponents</groupId> -->
-<!--                           <artifactId>httpcore</artifactId> -->
-<!--                   </exclusion> -->
-<!--           </exclusions> -->
-       </dependency>
     </dependencies>
 </project>


Reply via email to