Move to Fabric8 Gitective with JGit 4.x support

Gerrit 2.11.x is based on a JGit 4.x API which is incompatible
with the previous version of Gitective.

The Fabric8 fork has the support for the new API and is actively
maintained.

A quick-fix for this branch is thus just move to Fabric8 to resume
the full functionality of the plugin.

Change-Id: I72c556aff217bb04f4b30bd83fe57049db51788a
diff --git a/gerrit-owners-common/BUCK b/gerrit-owners-common/BUCK
index 92492e4..42b1bc5 100644
--- a/gerrit-owners-common/BUCK
+++ b/gerrit-owners-common/BUCK
@@ -29,7 +29,7 @@
 
 maven_jar(
   name = 'gitective-core',
-  id = 'org.gitective:gitective-core:0.9.9',
+  id = 'io.fabric8:gitective-core:0.9.10',
   license = 'Apache2.0',
 )