@ -14,7 +14,7 @@
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 3.1 </version>
<version > @maven-compiler-plugin.version@ </version>
<configuration >
<source > 1.6</source>
<target > 1.6</target>
@ -23,7 +23,7 @@
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-war-plugin</artifactId>
<version > 2.3 </version>
<version > @maven-war-plugin.version@ </version>
<configuration >
<archive >
<manifest >
@ -39,7 +39,7 @@
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-dependency-plugin</artifactId>
<version > 2.10 </version>
<version > @maven-dependency-plugin.version@ </version>
<executions >
<execution >
<id > unpack</id>
@ -67,22 +67,22 @@
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-webapp</artifactId>
<version > 8.1.14.v20131031 </version>
<version > @jetty.version@ </version>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-plus</artifactId>
<version > 8.1.14.v20131031 </version>
<version > @jetty.version@ </version>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-annotations</artifactId>
<version > 8.1.14.v20131031 </version>
<version > @jetty.version@ </version>
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-webmvc</artifactId>
<version > 4.0.5.RELEASE </version>
<version > @spring.version@ </version>
</dependency>
</dependencies>
</project>