Ah, I missed that exclusion.  After removing it I was able to revert other build.gradle changes and everything seems to be working fine.  Thanks Dan

On 3/18/19 11:38 AM, Dan Smith wrote:
Huh, it looks like org.skyscreamer.jsonassert.JSONAssert is actually
dependent that vaadin artifact anyway, but we *excluded* it our geode-junit
build file! That's why you are getting a runtime error. Maybe just remove
the exclusion.

 From geode-junit:

compile('org.skyscreamer:jsonassert') {
   exclude module: 'android-json'
}


On Mon, Mar 18, 2019 at 11:31 AM Bruce Schuchardt <bschucha...@pivotal.io>
wrote:

I don't want to spend a lot more time on the removal of the geode-json
module.  I'm going to delete it and leave the geode-web-api test
dependent on the vaadin implementation of org.json.

I still haven't been able to run the geode-pulse uiTests.  I'm going to
leave that module dependent on the vaadin implementation as well since,
again, it's only using org.json for tests.


Reply via email to