You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2016/04/20 20:35:39 UTC

svn commit: r1740182 - /httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml

Author: ggregory
Date: Wed Apr 20 18:35:39 2016
New Revision: 1740182

URL: http://svn.apache.org/viewvc?rev=1740182&view=rev
Log:
Fix extra space typo.

Modified:
    httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml?rev=1740182&r1=1740181&r2=1740182&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml Wed Apr 20 18:35:39 2016
@@ -68,7 +68,7 @@
           <version>${pax.exam.version}</version>
           <exclusions>
               <exclusion>
-                  <groupId> org.osgi</groupId>
+                  <groupId>org.osgi</groupId>
                   <artifactId>org.osgi.core</artifactId>
               </exclusion>
           </exclusions>