Commit c52e54f6 authored by Feng Xiao's avatar Feng Xiao

Update jenkins Java maven dependencies.

parent 057a2851
...@@ -129,7 +129,7 @@ ENV MVN mvn --batch-mode ...@@ -129,7 +129,7 @@ ENV MVN mvn --batch-mode
RUN cd /tmp && \ RUN cd /tmp && \
git clone https://github.com/google/protobuf.git && \ git clone https://github.com/google/protobuf.git && \
cd protobuf && \ cd protobuf && \
git reset 6b27c1f981a9a93918e4039f236ead27165a8e91 && \ git reset 057a2851e41e9a0ad95d2cd76aba8bc39ba2e6e3 && \
./autogen.sh && \ ./autogen.sh && \
./configure && \ ./configure && \
make -j4 && \ make -j4 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment