java - How to ensure maven artifact version compatibility -
i have same problem when start new project. create pom artifacts need regularly have problem artifacts version compatibility...
for exemple, use org.hibernate:hibernate-entitymanager-5.0.0.cr1 , want use org.hibernate:hibernate-annotations latest version 3.5.6-final. don't have clue version use ensure compatibility...
do have way process avoid problem?
Comments
Post a Comment