mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
chore(deps): fix (com.typesafe.play:shaded-oauth) (#14225)
This commit is contained in:
parent
e24fc39966
commit
9c16cc7bd4
@ -397,6 +397,7 @@ configure(subprojects.findAll {! it.name.startsWith('spark-lineage')}) {
|
||||
exclude group: 'org.glassfish', module: 'jakarta.json'
|
||||
exclude group: 'com.typesafe.play', module: 'shaded-asynchttpclient'
|
||||
exclude group: "com.typesafe.akka", module: "akka-protobuf-v3_$playScalaVersion"
|
||||
exclude group: 'com.typesafe.play', module: 'shaded-oauth'
|
||||
|
||||
// Tomcat excluded for jetty
|
||||
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-el'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user