mirror of
https://github.com/corda/corda.git
synced 2025-06-21 08:40:03 +00:00
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:
@ -49,7 +49,8 @@ public class StandaloneCordaRPCJavaClientTest {
|
||||
port.getAndIncrement(),
|
||||
true,
|
||||
Collections.singletonList(rpcUser),
|
||||
true
|
||||
true,
|
||||
Collections.emptyList()
|
||||
);
|
||||
|
||||
@Before
|
||||
|
Reference in New Issue
Block a user