Older Maven insist on <version> in depManagenement
diff --git a/pom.xml b/pom.xml
index 9ac0e16..dfc2778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,7 +418,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-osgi</artifactId>
-            <!-- <version>${apache.httpclient.version}</version>-->
+            <version>${apache.httpclient.version}</version>
             <exclusions>
               <!-- These are all embedded within httpclient-osgi
               and so should not be depended on again