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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
