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'm importing the dependency management of another pom that has managed versions for both spark and slf4j (1.7.12, a newer version than what spark requires), but the dependency version check fails:
[ERROR] Found a problem with the dependency org.slf4j:slf4j-api
Resolved version is 1.7.10
Version 1.7.12 was expected by artifacts: org.apache.spark:spark-core_2.10
The text was updated successfully, but these errors were encountered:
I'm importing the dependency management of another pom that has managed versions for both spark and slf4j (1.7.12, a newer version than what spark requires), but the dependency version check fails:
The text was updated successfully, but these errors were encountered: