From ac0409a9987fdf6440665f03aa1ad2c2466dad28 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Sun, 11 Dec 2016 17:25:23 +0100 Subject: HONEYCOMB-151: Rpc support Change-Id: Iccffe5412b4bb06b606b66f7c0e7ebd601d5a7d1 Signed-off-by: Marek Gradzki --- infra/rpc/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 infra/rpc/pom.xml (limited to 'infra/rpc/pom.xml') diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml new file mode 100644 index 0000000..64bd9d5 --- /dev/null +++ b/infra/rpc/pom.xml @@ -0,0 +1,42 @@ + + + + io.fd.honeycomb.common + honeycomb-parent + 1.17.01-SNAPSHOT + ../../common/honeycomb-parent + + + io.fd.honeycomb + rpc-aggregator + 1.17.01-SNAPSHOT + ${project.artifactId} + pom + 4.0.0 + + + api + impl + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + \ No newline at end of file -- cgit v1.1