This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
The following commit(s) were added to refs/heads/master by this push:
new ebf05a5 [OLINGO-1351] Fix missing version for httpcore-osgi used in
test
ebf05a5 is described below
commit ebf05a5e6465d1c426e51c9207863b05bbf25b42
Author: mibo <[email protected]>
AuthorDate: Fri May 10 17:20:07 2019 +0200
[OLINGO-1351] Fix missing version for httpcore-osgi used in test
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index efab300..afb382e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,7 @@
<maven.plugin.tools.version>3.3</maven.plugin.tools.version>
<maven.bundle.plugin.version>2.5.3</maven.bundle.plugin.version>
<hc.client.version>4.5.8</hc.client.version>
+ <hc.core.version>4.4.11</hc.core.version>
<jackson.version>2.9.8</jackson.version>
<aalto-xml.version>0.9.10</aalto-xml.version>