You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/04/26 15:52:11 UTC

[incubator-doris] 08/15: MOD: remove provided (#9177)

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

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

commit 6dd78dbdf9ad0e320d1ae3e4719d9b8775e8e391
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 0fcca95614..9ef8b9912b 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -458,19 +458,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