Skip to content

Commit c59cddb

Browse files
Merge pull request #303 from finos/main-6.2
Main 6.2
2 parents f9b15b2 + 67e1347 commit c59cddb

26 files changed

+9
-1
lines changed

java/timebase/client/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description = "Timebase Client API Library"
1212

1313
dependencies {
1414
api project(':java:timebase:aerondirect')
15-
api project(':java:timebase:commons')
1615
api project(':java:timebase:api')
1716
api project(':java:timebase:pub')
1817
api project(':java:timebase:s3')

java/timebase/pub/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,13 @@ dependencies {
2525
implementation 'com.sun.xml.bind:jaxb-core'
2626

2727
compileOnly 'com.google.code.findbugs:jsr305'
28+
29+
implementation 'com.bettercloud:vault-java-driver'
30+
31+
implementation 'io.github.green4j:green-jelly:0.1.1'
32+
33+
implementation 'com.bettercloud:vault-java-driver'
34+
35+
implementation 'com.azure:azure-identity'
36+
implementation 'com.azure:azure-security-keyvault-secrets'
2837
}

0 commit comments

Comments
 (0)