I have the below in my POM file:
<properties> <main.basedir>${project.basedir}/..</main.basedir> <jettyVersion>9.2.3.v20140905</jettyVersion> <jersey.version>2.15</jersey.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> When I run mvn install getting this error with regards to versioning:
The following artifacts could not be resolved: org.glassfish.jersey.container:jersey-container-servlet:jar:9.2.3.v20140905
jettyVersionproperty (instead ofjersey.version) with the jersey-container-servlet dependency.