SwitchEV / RISE-V2G

The only fully-featured reference implementation of the Vehicle-2-Grid communication interface ISO 15118
MIT License
220 stars 92 forks source link

2K dependency errors #75

Open mohammdkhalilii opened 3 years ago

mohammdkhalilii commented 3 years ago

Hello I'm new on java and Electric Charging programs

I have problem on running up RiseV2G 1.2.6 , It shows 2000 error and i can not run this awsome project. Most of errors are xxxx cannot be resolved. I tried maven dependecies update , but nothing chaged! I tried command mvn dependency:resolve and agin nothing chaged Please guide me how to solve this problem Regard.

ArneFilipovic commented 2 years ago

Hello,

this issue has been solved already by jessekerkhoven. Unfortunately it is not merged yet.

But you can make the changes manually! On the main page of this project go to the tab "Pull request" than click on the one called "dependency upgrades for java 11". Now click on the tab "commit" and click on the "link". In green git shows you the dependency changes you need to do in your local "RISE-V2G-Shared/pom.xml" file. The files you clone from git will not have these changes yet.

hope this helps.

cheers Arne

jessekerkhoven commented 2 years ago

@ArneFilipovic @mohammdkhalilii pull request #76 is just merged, and hopefully fixes your issue