holisticon / ranked

Tracking kicker results
Other
22 stars 0 forks source link

remove duplicate: model/ValidationMessages.properties #45

Open jangalinski opened 6 years ago

jangalinski commented 6 years ago

The update to kotlin 1.2.20 caused the bean validation test failed because the validation properties where not loaded from main/resources.

To temporarily fix this, the file was duplicated with 495b2abb21f053ff5b799c2764d56be359dc1dbd

This should be removed again and fixed in a correct way.

Idea: maybe accessing resources in test/surefire changed?