Author: mir
Date: Thu Apr 29 17:27:00 2010
New Revision: 939395

URL: http://svn.apache.org/viewvc?rev=939395&view=rev
Log:
added httpcore dependency

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=939395&r1=939394&r2=939395&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Thu Apr 29 
17:27:00 2010
@@ -519,17 +519,22 @@
                                <version>3.2</version>
                        </dependency>
                        <dependency>
-                       <groupId>org.apache.httpcomponents</groupId>
+                               <groupId>org.apache.httpcomponents</groupId>
                                <artifactId>httpcore-osgi</artifactId>
                                <version>4.0.1</version>
                        </dependency>
                        <dependency>
+                               <groupId>org.apache.httpcomponents</groupId>
+                               <artifactId>httpcore</artifactId>
+                               <version>4.0</version>
+                       </dependency>
+                       <dependency>
                                <groupId>commons-codec</groupId>
                                <artifactId>commons-codec</artifactId>
                                <version>1.4</version>
                        </dependency>
                        <dependency>
-                       <groupId>commons-lang</groupId>
+                               <groupId>commons-lang</groupId>
                                <artifactId>commons-lang</artifactId>
                                <version>2.4</version>
                        </dependency>


Reply via email to