[chore](deps) update bdbje tp doris bdbje, update libhdfs3 to improve performance (#11497)

This commit is contained in:
Zhengguo Yang
2022-08-04 17:10:56 +08:00
committed by GitHub
parent c176ff54a5
commit 95091256b0
3 changed files with 7 additions and 3 deletions

View File

@ -183,7 +183,7 @@ under the License.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
<groupId>org.apache.doris</groupId>
<artifactId>je</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mortbay.jetty/jetty -->

View File

@ -181,7 +181,7 @@ under the License.
<java-cup.version>0.11-a-czt02-cdh</java-cup.version>
<javassist.version>3.18.2-GA</javassist.version>
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
<je.version>18.3.12</je.version>
<je.version>18.3.13-doris-SNAPSHOT</je.version>
<jetty.version>6.1.14</jetty.version>
<jflex.version>1.4.3</jflex.version>
<jmockit.version>1.49</jmockit.version>
@ -401,7 +401,7 @@ under the License.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
<groupId>org.apache.doris</groupId>
<artifactId>je</artifactId>
<version>${je.version}</version>
</dependency>

View File

@ -2,6 +2,10 @@
This file contains version of the third-party dependency libraries in the build-env image. The docker build-env image is apache/doris, and the tag is `build-env-${version}`
## v20220812
- Modified: libhdfs3 2.3.1 -> 2.3.2
## v20220718
- Modified: brpc 1.0.0 -> 1.1.0