From 8ff0d0d436b4fd9fd4199d313f708377c7a668af Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Fri, 14 Apr 2017 21:16:19 +0200 Subject: Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." This reverts commit 5235d06159ba6fee412bee261ea7867d061252b0. Unfortunately, we noticed several build errors / test failures internally due this change. --- third_party/protobuf/ruby/pom.xml | 92 --------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 third_party/protobuf/ruby/pom.xml (limited to 'third_party/protobuf/ruby/pom.xml') diff --git a/third_party/protobuf/ruby/pom.xml b/third_party/protobuf/ruby/pom.xml deleted file mode 100644 index adf6ff207d..0000000000 --- a/third_party/protobuf/ruby/pom.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - 4.0.0 - - com.google - google - 1 - - - com.google.protobuf.jruby - protobuf-jruby - 1.0-SNAPSHOT - Protocol Buffer JRuby native extension - - Protocol Buffers are a way of encoding structured data in an efficient yet - extensible format. - - 2014 - https://developers.google.com/protocol-buffers/ - - - 3-Clause BSD License - https://opensource.org/licenses/BSD-3-Clause - repo - - - - https://github.com/google/protobuf - - scm:git:https://github.com/google/protobuf.git - - - - - UTF-8 - lib/google - protobuf_java - - - - - org.apache.maven.plugins - maven-assembly-plugin - - ${jar.finalName} - ${ruby.sources} - false - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - - - - com.fasterxml.jackson.core - jackson-core - 2.4.3 - - - org.jruby - jruby-complete - 1.7.13 - provided - - - com.google.protobuf - protobuf-java - 3.0.0 - - - -- cgit v1.2.3