Author: sijie
Date: Sat Jul 26 06:51:52 2014
New Revision: 1613567
URL: http://svn.apache.org/r1613567
Log:
BOOKKEEPER-582: Make bookie and client use protobuf for requests (non-wire part) (missing
files) (sijie)
Added:
zookeeper/bookkeeper/trunk/compat-deps/bookkeeper-server-compat-4.2.0/
zookeeper/bookkeeper/trunk/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
zookeeper/bookkeeper/trunk/compat-deps/hedwig-server-compat-4.2.0/
zookeeper/bookkeeper/trunk/compat-deps/hedwig-server-compat-4.2.0/pom.xml
Added: zookeeper/bookkeeper/trunk/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
URL: http://svn.apache.org/viewvc/zookeeper/bookkeeper/trunk/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml?rev=1613567&view=auto
==============================================================================
--- zookeeper/bookkeeper/trunk/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml (added)
+++ zookeeper/bookkeeper/trunk/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml Sat Jul
26 06:51:52 2014
@@ -0,0 +1,93 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>compat-deps</artifactId>
+ <groupId>org.apache.bookkeeper</groupId>
+ <version>4.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.apache.bookkeeper</groupId>
+ <artifactId>bookkeeper-server-compat420</artifactId>
+ <version>4.2.0</version>
+ <name>bookkeeper-server-compat420</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.bookkeeper</groupId>
+ <artifactId>bookkeeper-server</artifactId>
+ <version>4.2.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
+ <artifactSet>
+ <includes>
+ <include>org.apache.*:*</include>
+ <include>org.jboss.*:*</include>
+ <include>commons-*:*</include>
+ </includes>
+ <excludes>
+ <exclude>commons-beanutils*:commons-beanutils*</exclude>
+ </excludes>
+ </artifactSet>
+ <relocations>
+ <relocation>
+ <pattern>org.apache.commons</pattern>
+ <shadedPattern>org.apache.bk_v4_2_0.commons</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.bookkeeper</pattern>
+ <shadedPattern>org.apache.bk_v4_2_0.bookkeeper</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.zookeeper</pattern>
+ <shadedPattern>org.apache.bk_v4_2_0.bookkeeper</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.jute</pattern>
+ <shadedPattern>org.apache.bk_v4_2_0.jute</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.jboss</pattern>
+ <shadedPattern>org.jboss.bk_v4_2_0</shadedPattern>
+ </relocation>
+ </relocations>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: zookeeper/bookkeeper/trunk/compat-deps/hedwig-server-compat-4.2.0/pom.xml
URL: http://svn.apache.org/viewvc/zookeeper/bookkeeper/trunk/compat-deps/hedwig-server-compat-4.2.0/pom.xml?rev=1613567&view=auto
==============================================================================
--- zookeeper/bookkeeper/trunk/compat-deps/hedwig-server-compat-4.2.0/pom.xml (added)
+++ zookeeper/bookkeeper/trunk/compat-deps/hedwig-server-compat-4.2.0/pom.xml Sat Jul 26 06:51:52
2014
@@ -0,0 +1,97 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>compat-deps</artifactId>
+ <groupId>org.apache.bookkeeper</groupId>
+ <version>4.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.apache.bookkeeper</groupId>
+ <artifactId>hedwig-server-compat420</artifactId>
+ <version>4.2.0</version>
+ <name>hedwig-server-compat420</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.bookkeeper</groupId>
+ <artifactId>hedwig-server</artifactId>
+ <version>4.2.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
+ <artifactSet>
+ <includes>
+ <include>org.apache.*:*</include>
+ <include>org.jboss.*:*</include>
+ <include>commons-*:*</include>
+ </includes>
+ <excludes>
+ <exclude>commons-beanutils*:commons-beanutils*</exclude>
+ </excludes>
+ </artifactSet>
+ <relocations>
+ <relocation>
+ <pattern>org.apache.commons</pattern>
+ <shadedPattern>org.apache.hw_v4_2_0.commons</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.bookkeeper</pattern>
+ <shadedPattern>org.apache.hw_v4_2_0.bookkeeper</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.zookeeper</pattern>
+ <shadedPattern>org.apache.hw_v4_2_0.zookkeeper</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.hedwig</pattern>
+ <shadedPattern>org.apache.hw_v4_2_0.hedwig</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.jute</pattern>
+ <shadedPattern>org.apache.hw_v4_2_0.jute</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.jboss</pattern>
+ <shadedPattern>org.jboss.hw_v4_2_0</shadedPattern>
+ </relocation>
+ </relocations>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
|