Skip to content

Commit

Permalink
Remove jsoncpp references (apache#9522)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahmed-se authored Feb 8, 2021
1 parent 02d9c62 commit f4f31e2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
8 changes: 0 additions & 8 deletions pulsar-client-cpp/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ RUN curl -O -L https://github.com/Kitware/CMake/archive/v3.12.1.tar.gz && \
make && make install && \
rm -rf /v3.12.1.tar.gz /CMake-3.12.1

# Compile JSON CPP
RUN curl -O -L https://github.com/open-source-parsers/jsoncpp/archive/1.8.0.tar.gz && \
tar xvfz 1.8.0.tar.gz && \
cd jsoncpp-1.8.0 && \
cmake . -DCMAKE_POSITION_INDEPENDENT_CODE=ON && \
make && make install && \
rm -rf /1.8.0.tar.gz /jsoncpp-1.8.0

# LibCurl
RUN curl -O -L https://github.com/curl/curl/releases/download/curl-7_61_0/curl-7.61.0.tar.gz && \
tar xvfz curl-7.61.0.tar.gz && \
Expand Down
1 change: 0 additions & 1 deletion pulsar-client-cpp/docs/MainPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ You need to have the following installed to use the C++ client:
* [Log4CXX](https://logging.apache.org/log4cxx)
* [libcurl](https://curl.haxx.se/libcurl/)
* [Google Test](https://github.com/google/googletest)
* [JsonCpp](https://github.com/open-source-parsers/jsoncpp)

## Compilation

Expand Down
8 changes: 0 additions & 8 deletions pulsar-client-cpp/pkg/deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ RUN curl -O -L https://github.com/Kitware/CMake/archive/v3.8.2.tar.gz && \
make && make install && \
rm -rf /v3.8.2.tar.gz /CMake-3.8.2

# Compile JSON CPP
RUN curl -O -L https://github.com/open-source-parsers/jsoncpp/archive/1.8.0.tar.gz && \
tar xvfz 1.8.0.tar.gz && \
cd jsoncpp-1.8.0 && \
cmake . -DCMAKE_POSITION_INDEPENDENT_CODE=ON && \
make && make install && \
rm -rf /1.8.0.tar.gz /jsoncpp-1.8.0

# Download and copile protoubf
RUN curl -O -L https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz && \
tar xvfz protobuf-cpp-3.3.0.tar.gz && \
Expand Down
1 change: 0 additions & 1 deletion pulsar-client-cpp/pkg/licenses/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ This package is statically linked with libraries with the following licenses:

MIT:
* Boost https://www.boost.org -- LICENSE-boost.txt
* JsonCpp -- https://github.com/open-source-parsers/jsoncpp -- LICENSE-jsoncpp.txt
* Libcurl -- https://curl.haxx.se -- LICENSE-libcurl.txt

ZLib -- ZLib license -- LICENSE-zlib.txt
Expand Down
8 changes: 0 additions & 8 deletions pulsar-client-cpp/pkg/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ RUN curl -O -L https://github.com/Kitware/CMake/archive/v3.8.2.tar.gz && \
make && make install && \
rm -rf /v3.8.2.tar.gz /CMake-3.8.2

# Compile JSON CPP
RUN curl -O -L https://github.com/open-source-parsers/jsoncpp/archive/1.8.0.tar.gz && \
tar xvfz 1.8.0.tar.gz && \
cd jsoncpp-1.8.0 && \
cmake . -DCMAKE_POSITION_INDEPENDENT_CODE=ON && \
make && make install && \
rm -rf /1.8.0.tar.gz /jsoncpp-1.8.0

# Download and copile protoubf
RUN curl -O -L https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz && \
tar xvfz protobuf-cpp-3.3.0.tar.gz && \
Expand Down

0 comments on commit f4f31e2

Please sign in to comment.