You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently used this repository to test an S3 compatible endpoint but ran into issues with avro dependency version conflicts and also some of my local maven settings not working properly with the Github Package Repository.
I was able to solve this by creating a separate settings.xml for this application and removing the avro dependency from spf4jui package. I can submit a PR for this for review if required. Otherwise, my changes are attached here for reference. - patch.txt
The text was updated successfully, but these errors were encountered:
Yes. Can you submit a PR?
Also, the Readme file here step2 does tell you to update your settings.xml file to add an READ access token for resolve the dependency issue.
I recently used this repository to test an S3 compatible endpoint but ran into issues with avro dependency version conflicts and also some of my local maven settings not working properly with the Github Package Repository.
I was able to solve this by creating a separate
settings.xml
for this application and removing the avro dependency fromspf4jui
package. I can submit a PR for this for review if required. Otherwise, my changes are attached here for reference. - patch.txtThe text was updated successfully, but these errors were encountered: