You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/14 16:04:29 UTC

[GitHub] [incubator-doris] liutang123 opened a new issue #3318: Remove redundant com.baidu:jprotobuf

liutang123 opened a new issue #3318: Remove redundant com.baidu:jprotobuf
URL: https://github.com/apache/incubator-doris/issues/3318
 
 
   Now, the dependency of fe has two versions of `com.baidu:jprotobuf`.
   One is `com.baidu:jprotobuf:jar:jar-with-dependencies:2.2.11` and the other is ` com.baidu:jprotobuf:jar:1.11.9` introduced by `com.baidu:jprotobuf-rpc-core:3.5.21`.
   The dependency like follows:
   ```
   +- com.baidu:jprotobuf:jar:jar-with-dependencies:2.2.11:compile
    +- com.baidu:jprotobuf-rpc-core:jar:3.5.21:compile
    |  +- com.baidu:jprotobuf:jar:1.11.9:compile
    |     \- commons-io:commons-io:jar:2.6:compile
   ```
   So, can we remove the `com.baidu:jprotobuf:jar:1.11.9` and remain `com.baidu:jprotobuf:jar:jar-with-dependencies:2.2.11`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] imay commented on issue #3318: Remove redundant com.baidu:jprotobuf

Posted by GitBox <gi...@apache.org>.
imay commented on issue #3318: Remove redundant com.baidu:jprotobuf
URL: https://github.com/apache/incubator-doris/issues/3318#issuecomment-613533482
 
 
   @liutang123 
   You can try to remove it and test Doris. If it works fine, then you can remove it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] imay commented on issue #3318: Remove redundant com.baidu:jprotobuf

Posted by GitBox <gi...@apache.org>.
imay commented on issue #3318: Remove redundant com.baidu:jprotobuf
URL: https://github.com/apache/incubator-doris/issues/3318#issuecomment-613537489
 
 
   > OK, we will test it in our 0.12 cluster.
   
   Good, I will assign this issue for your.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] liutang123 commented on issue #3318: Remove redundant com.baidu:jprotobuf

Posted by GitBox <gi...@apache.org>.
liutang123 commented on issue #3318: Remove redundant com.baidu:jprotobuf
URL: https://github.com/apache/incubator-doris/issues/3318#issuecomment-613535736
 
 
   > @liutang123
   > You can try to remove it and test Doris. If it works fine, then you can remove it.
   
   OK, we will test it in our 0.12 cluster.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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