mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 12:46:53 +00:00
fix(datahub-frontend): Add playCaffeine as replacement for removed playEhcache dependency (#8344)
This commit is contained in:
parent
ab10e6bc58
commit
c946d26a62
@ -167,6 +167,7 @@ project.ext.externalDependency = [
|
||||
'parquetHadoop': 'org.apache.parquet:parquet-hadoop:1.13.1',
|
||||
'picocli': 'info.picocli:picocli:4.5.0',
|
||||
'playCache': "com.typesafe.play:play-cache_2.12:$playVersion",
|
||||
'playCaffeineCache': "com.typesafe.play:play-caffeine-cache_2.12:$playVersion",
|
||||
'playWs': 'com.typesafe.play:play-ahc-ws-standalone_2.12:2.1.10',
|
||||
'playDocs': "com.typesafe.play:play-docs_2.12:$playVersion",
|
||||
'playGuice': "com.typesafe.play:play-guice_2.12:$playVersion",
|
||||
|
@ -58,6 +58,7 @@ dependencies {
|
||||
implementation externalDependency.shiroCore
|
||||
|
||||
implementation externalDependency.playCache
|
||||
implementation externalDependency.playCaffeineCache
|
||||
implementation externalDependency.playWs
|
||||
implementation externalDependency.playServer
|
||||
implementation externalDependency.playAkkaHttpServer
|
||||
|
Loading…
x
Reference in New Issue
Block a user