Chris Riccomini created SAMZA-114:
-------------------------------------
Summary: Fix cyclic dependencies in build.gradle
Key: SAMZA-114
URL: https://issues.apache.org/jira/browse/SAMZA-114
Project: Samza
Issue Type: Bug
Components: build
Affects Versions: 0.6.0
Environment: SAMZA-111 introduced a cyclic dependency between samza-kv
and samza-test.
samza-kv depends on samza-test for TestUtil.expect, and sama-test depends on
samza-kv to do some testing. Gradle handles this fine, but Eclipse is not happy
about it. It's not a good practice, in general, and we should fix it.
I think the easiest fix is to just move the TestUtil object into samza-core's
TestUtil class, which already exists.
Reporter: Chris Riccomini
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)