Removed Titan/Blueprints specific rules for Checkstyle and FindBugs.
Change-Id: I38291b497a73b70eee773e0e42b0d0837173e36f
diff --git a/conf/checkstyle/onos_suppressions.xml b/conf/checkstyle/onos_suppressions.xml
index 61341f3..53f456e 100644
--- a/conf/checkstyle/onos_suppressions.xml
+++ b/conf/checkstyle/onos_suppressions.xml
@@ -7,7 +7,6 @@
<suppressions>
<!-- Suppressions for ONOS -->
- <suppress files="com.tinkerpop.*" checks="[_a-zA-Z0-9]*"/>
<suppress files="edu.stanford.ramcloud.*" checks="[_a-zA-Z0-9]*"/>
<suppress files="net.floodlightcontroller.*" checks="[_a-zA-Z0-9]*"/>
<suppress files="org.openflow.*" checks="[_a-zA-Z0-9]*"/>
diff --git a/conf/findbugs/exclude.xml b/conf/findbugs/exclude.xml
index 391ae2b..2949ee4 100644
--- a/conf/findbugs/exclude.xml
+++ b/conf/findbugs/exclude.xml
@@ -9,12 +9,6 @@
<Class name="~net.onrc.onos.datastore.RCProtos(.*)?" />
</Match>
<Match>
- <Class name="~com.tinkerpop.blueprints.impls.ramcloud.RamCloudGraphProtos(.*)?" />
- </Match>
- <Match>
- <Class name="~.*com\.tinkerpop\..*"/>
- </Match>
- <Match>
<Class name="~.*edu\.stanford\..*"/>
</Match>
<Match>