You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/04/25 02:01:04 UTC

[incubator-doris] branch master updated: MOD: remove provided (#9177)

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

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new af2295f971 MOD: remove <scope>provided</scope> (#9177)
af2295f971 is described below

commit af2295f9710a5fc5155332fef20c02a90ae2dd40
Author: Stalary <45...@qq.com>
AuthorDate: Mon Apr 25 10:00:57 2022 +0800

    MOD: remove <scope>provided</scope> (#9177)
---
 fe/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index bcec1bd4eb..3ebe034b25 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -459,19 +459,16 @@ under the License.
                 <groupId>io.grpc</groupId>
                 <artifactId>grpc-netty-shaded</artifactId>
                 <version>${grpc.version}</version>
-                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>io.grpc</groupId>
                 <artifactId>grpc-protobuf</artifactId>
                 <version>${grpc.version}</version>
-                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>io.grpc</groupId>
                 <artifactId>grpc-stub</artifactId>
                 <version>${grpc.version}</version>
-                <scope>provided</scope>
             </dependency>
             <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
             <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org