sungwy commented on code in PR #2680:
URL: https://github.com/apache/polaris/pull/2680#discussion_r2422239291


##########
polaris-core/build.gradle.kts:
##########
@@ -24,6 +24,7 @@ plugins {
 
 dependencies {
   implementation(project(":polaris-api-management-model"))
+  implementation(libs.apache.httpclient5)

Review Comment:
   Let me review this dependency again.
   
   I've moved most of the OPA factory and configuration classes into 
`extensions/auth/opa` as suggested, but now I'm seeing a test failure at 
`PolarisEventListenerTest` that's related to the Jandex index. I'll look into 
this a bit more and get this resolved. 
   
   ```
   PolarisEventListenerTest > testAllEventTypesHandled() FAILED
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to