chore(deps): fix (com.typesafe.play:shaded-oauth) (#14225)

This commit is contained in:
rahul MALAWADKAR 2025-07-25 18:57:25 +05:30 committed by GitHub
parent e24fc39966
commit 9c16cc7bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'