Hi,
i am just new with maven, any way i tried to write a test code, i did every thing, i added every repository and dependency
but some how i am encounter by a error (understandable error) , that where ist "cast", there is error
for examble
int NewColumn = (int) col1.get(f);
i use Eclipse as IDE, and my pom packaging is war
have any body any idea?