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 get an error related to missing dependencies about rival
[ERROR] Failed to execute goal on project crowdrec-rival-test: Could not resolve dependencies for project dev.crowdrec.eval.rival:crowdrec-rival-test:jar:0.1-SNAPSHOT: The following artifacts could not be resolved: net.recommenders.rival:rival-core:jar:0.2-SNAPSHOT, net.recommenders.rival:rival-evaluate:jar:0.2-SNAPSHOT: Failure to find net.recommenders.rival:rival-core:jar:0.2-SNAPSHOT in http://maven.springframework.org/ was cached in the local repository, resolution will not be reattempted until the update interval of springsource has elapsed or updates are forced -> [Help 1]
I guess the pom.xml is the file to be fixed
The text was updated successfully, but these errors were encountered:
When I execute
mvn assembly:assembly -DdescriptorId=jar-with-dependencies
I get an error related to missing dependencies about rival
[ERROR] Failed to execute goal on project crowdrec-rival-test: Could not resolve dependencies for project dev.crowdrec.eval.rival:crowdrec-rival-test:jar:0.1-SNAPSHOT: The following artifacts could not be resolved: net.recommenders.rival:rival-core:jar:0.2-SNAPSHOT, net.recommenders.rival:rival-evaluate:jar:0.2-SNAPSHOT: Failure to find net.recommenders.rival:rival-core:jar:0.2-SNAPSHOT in http://maven.springframework.org/ was cached in the local repository, resolution will not be reattempted until the update interval of springsource has elapsed or updates are forced -> [Help 1]
I guess the pom.xml is the file to be fixed
The text was updated successfully, but these errors were encountered: