Updated shade plugin to include the missing dom4j dependency.
Summary
This pull request includes changes to the metricshub-wbem-extension project, focusing on dependency updates and improved error logging. The most important changes include adding a new dependency in the pom.xml file and enhancing the logging details in the refreshVCenterTicket method.
Updates
Summary This pull request includes changes to the
metricshub-wbem-extension
project, focusing on dependency updates and improved error logging. The most important changes include adding a new dependency in thepom.xml
file and enhancing the logging details in therefreshVCenterTicket
method.Dependency updates:
metricshub-wbem-extension/pom.xml
: Addeddom4j:dom4j
to the list of included dependencies.Error logging improvements:
metricshub-wbem-extension/src/main/java/org/sentrysoftware/metricshub/extension/wbem/WbemRequestExecutor.java
: Enhanced the error logging in therefreshVCenterTicket
method by including the hostname and error message in the log, and adding a debug log for more detailed information.Testing: