We are using an internal Nexus Repository for third party jars which are dependencies in our applications.
I am starting a new project, and have a set of 4 third par
I would use a custom property in the pom file to hold the version number, so that you can change the version once for all the dependencies. For example:
3.1.2.RELEASE org.springframework spring-core ${spring.version} org.springframework spring-context ${spring.version}