SGF-567 - Remove old GemFire GatewayHub functionality.

Remove other deprecated and no longer existing GemFire classes in GemFire 9.
This commit is contained in:
John Blum
2016-11-17 13:43:11 -08:00
parent b5e05a4b69
commit c77089f48c
46 changed files with 339 additions and 2515 deletions

12
pom.xml
View File

@@ -71,6 +71,18 @@
<version>${gemfire.version}</version>
</dependency>
<dependency>
<groupId>io.pivotal.gemfire</groupId>
<artifactId>geode-cq</artifactId>
<version>${gemfire.version}</version>
</dependency>
<dependency>
<groupId>io.pivotal.gemfire</groupId>
<artifactId>geode-wan</artifactId>
<version>${gemfire.version}</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>