From f1661fdb71be4c12a29b842d31613ddd278b7afa Mon Sep 17 00:00:00 2001
From: Misha Brukman <mbrukman@google.com>
Date: Wed, 16 Dec 2015 18:48:25 -0800
Subject: [PATCH] [memcached] Removed groupId (duplicates parent).

For reference, other bindings don't appear to specify a `groupId` at this level
in their `pom.xml` files.

@shivam-maharshi says in a [comment][1]:

> The groupId here is the duplicate of the parent groupId. This is creating a
> problem in the maven build.

  [1]: https://github.com/brianfrankcooper/YCSB/commit/d4b1d247a31cf9fbf42b2e324b5b1cc27fdd9565#commitcomment-15030853
---
 memcached/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/memcached/pom.xml b/memcached/pom.xml
index 7f6044a3..d1156b4c 100644
--- a/memcached/pom.xml
+++ b/memcached/pom.xml
@@ -27,7 +27,6 @@ LICENSE file.
 
   <artifactId>memcached-binding</artifactId>
   <name>memcached binding</name>
-  <groupId>com.yahoo.ycsb</groupId>
   <packaging>jar</packaging>
 
   <dependencies>
-- 
GitLab