You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/10/25 21:57:17 UTC

[plc4x] branch develop updated: Bumped the Boost and Thrift version to the latest again (Ran tests on Mac, Linux and Windows)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3cdd1cf  Bumped the Boost and Thrift version to the latest again (Ran tests on Mac, Linux and Windows)
3cdd1cf is described below

commit 3cdd1cfeebd68d1b71432d72745a3dd0bd8e63d7
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Oct 25 23:57:09 2019 +0200

    Bumped the Boost and Thrift version to the latest again (Ran tests on Mac, Linux and Windows)
---
 pom.xml              | 6 +++---
 tools/thrift/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b948e0a..77c1d6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,8 +108,8 @@
     <asm.version>5.0.4</asm.version>
     <assertj.version>3.11.1</assertj.version>
     <bouncycastle.version>1.60</bouncycastle.version>
-    <boost.version>1.70.0</boost.version>
-    <boost.version.underline-short>1_70</boost.version.underline-short>
+    <boost.version>1.71.0</boost.version>
+    <boost.version.underline-short>1_71</boost.version.underline-short>
     <boost.version.underline>${boost.version.underline-short}_0</boost.version.underline>
     <byte-buddy.version>1.9.10</byte-buddy.version>
     <cmake-version>3.14.5</cmake-version>
@@ -157,7 +157,7 @@
     <spock-reports.version>1.6.1</spock-reports.version>
     <spock.version>1.2-groovy-2.5</spock.version>
     <t-digest.version>3.2</t-digest.version>
-    <thrift.version>0.12.0</thrift.version>
+    <thrift.version>0.13.0</thrift.version>
     <xmlunit.version>2.6.3</xmlunit.version>
 
     <!-- Site properties -->
diff --git a/tools/thrift/pom.xml b/tools/thrift/pom.xml
index a1323b3..6fdee16 100644
--- a/tools/thrift/pom.xml
+++ b/tools/thrift/pom.xml
@@ -253,7 +253,7 @@
                   having Boost 1.70 available breaks the Thrift build.
                   Boost would be needed, if we were planning on running tests.
                 -->
-                <option>-DBoost_NO_BOOST_CMAKE=ON</option>
+                <!--option>-DBoost_NO_BOOST_CMAKE=ON</option-->
               </options>
             </configuration>
           </execution>