Merge branch 'master' into shams-os-merge-250118

This commit is contained in:
Shams Asari 2018-01-26 13:45:21 +00:00
commit 881379b889
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ The built file will appear in:
network-management/capsule/build/libs/doorman-<version>.jar
```
## HSM signing server
To build a fat jar containing all the HSM signer code you can simply invoke:
To build a fat jar containing all the HSM signing server code you can simply invoke:
```
./gradlew network-management:capsule-hsm:buildHsmJAR
```

View File

@ -201,7 +201,7 @@ dependencies {
if (DB_PROVIDER != null) {
final driverDependency = jdbcRuntimeDependency[DB_PROVIDER]
if (driverDependency != null) {
integrationTestRuntimeOnly driverDependency
runtime driverDependency
} else {
throw new GradleException('Unsupported DB provider: ' + DB_PROVIDER)
}