This is an automated email from the ASF dual-hosted git repository. morningman 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 edb3ad6 [Deps] Remove redundant com.baidu:jprotobuf (#3322) edb3ad6 is described below commit edb3ad696de66444b5a81df99ca2818fcc87f606 Author: Lijia Liu <liutang...@yeah.net> AuthorDate: Sun May 10 17:10:46 2020 +0800 [Deps] Remove redundant com.baidu:jprotobuf (#3322) * exclude jprotobuf from jprotobuf-rpc-core * add commons-io used in fe. --- fe/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/fe/pom.xml b/fe/pom.xml index 11c58c7..7915e2d 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -260,11 +260,23 @@ under the License. <version>1.8</version> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.6</version> + </dependency> + <!-- https://mvnrepository.com/artifact/com.baidu/jprotobuf-rpc-core --> <dependency> <groupId>com.baidu</groupId> <artifactId>jprotobuf-rpc-core</artifactId> <version>3.5.21</version> + <exclusions> + <exclusion> + <groupId>com.baidu</groupId> + <artifactId>jprotobuf</artifactId> + </exclusion> + </exclusions> </dependency> <!-- https://mvnrepository.com/artifact/org.json/json --> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org