octo-ns icon indicating copy to clipboard operation
octo-ns copied to clipboard

idl-common项目编译不过

Open ejunzen opened this issue 5 years ago • 1 comments

image

idl-common项目编译不过

image

Thrift version 0.8.0

请问怎么解决?

ejunzen avatar Aug 09 '19 02:08 ejunzen

Add dependency will solve this problem:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>3.9</version>
</dependency>

wuxianxingkong avatar Aug 18 '19 11:08 wuxianxingkong