This PR moves gateway, direct-impl, commons, and commons-test-util into sdk.
Some changes beyond just moving files around:
All of ...cosmos.directconnectivity is now in ...cosmos.internal.directconnectivity
Utils of sdk tests and Utils of common-test-utlis conflicted, so renamed Utils of sdk tests to TestUtils
Moved some of commons-test-util in sdk test, and some into sdk main under cosmos.internal (this is because the TestConfiguration and DatabaseForTest is shared by examples/benchmark
Deleted RetryPolicy that wasn't being used by anyone
pom.xml is updated to remove other packages and antrun:run command is updated with new single jar
some dependencies added to sdk that were in other pom's
Hold on tight. We're in for a bumpy ride!
This PR moves gateway, direct-impl, commons, and commons-test-util into sdk.
Some changes beyond just moving files around:
This change is