Abacn commented on PR #34100:
URL: https://github.com/apache/beam/pull/34100#issuecomment-2755838978

   > Also unclear why this error is happening:
   > 
   > ```
   > FAILURE: Build failed with an exception.
   > 
   > * What went wrong:
   > Execution failed for task 
':sdks:java:extensions:sql:analyzeClassesDependencies'.
   > > Dependency analysis found issues.
   >   usedUndeclaredArtifacts
   >    - org.mongodb:bson:5.4.0@jar
   >    - org.mongodb:mongodb-driver-core:5.4.0@jar
   >   unusedDeclaredArtifacts
   >    - org.mongodb:mongodb-driver-legacy:5.4.0@jar
   > ```
   > 
   > Can anyone advise?
   
   This is a 
[gradle-dependency-analyze](https://github.com/gradle-dependency-analyze/gradle-dependency-analyze)
 check. It suggests in ":sdks:java:extensions:sql" it is still 
mongodb-driver-core instead of mongodb-driver-legacy are actually used one


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to