Remove compile time dependency on JDBC drivers [ENT-1363] (#387)

* Change JDBC drivers dependencies to integrationTestRuntimeOnly
* Added smoke test validating JDBC driver registration located in "./plugins" directory 
* Some docsite tweaks
This commit is contained in:
igor nitto
2018-01-25 13:38:51 +00:00
committed by GitHub
parent b50ce0ab8d
commit 1be4f0950d
11 changed files with 133 additions and 26 deletions

View File

@ -49,7 +49,8 @@ public class StandaloneCordaRPCJavaClientTest {
port.getAndIncrement(),
true,
Collections.singletonList(rpcUser),
true
true,
Collections.emptyList()
);
@Before