You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/05/21 10:44:36 UTC

[fluo-examples] branch main updated: Bump off of libthrift 0.9.1 in /webindex (#30)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e83878  Bump off of libthrift 0.9.1 in /webindex (#30)
8e83878 is described below

commit 8e83878ed30e8e8978529dd58b90b7ed88d07da7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 06:44:31 2022 -0400

    Bump off of libthrift 0.9.1 in /webindex (#30)
    
    * Remove unneeded declaration of transitive dependency, libthrift
    
    Bumps [libthrift](https://github.com/apache/thrift) away from 0.9.1
    - [Release notes](https://github.com/apache/thrift/releases)
    - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
    - [Commits](https://github.com/apache/thrift/compare/0.9.1...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.thrift:libthrift
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: Christopher Tubbs <ct...@apache.org>
---
 webindex/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/webindex/pom.xml b/webindex/pom.xml
index c6aec0d..16b07f3 100644
--- a/webindex/pom.xml
+++ b/webindex/pom.xml
@@ -40,7 +40,6 @@
     <fluo.version>1.2.0</fluo.version>
     <hadoop.version>2.6.3</hadoop.version>
     <spark.version>1.6.2</spark.version>
-    <thrift.version>0.9.1</thrift.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -175,11 +174,6 @@
         <artifactId>spark-core_2.10</artifactId>
         <version>${spark.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.thrift</groupId>
-        <artifactId>libthrift</artifactId>
-        <version>${thrift.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>