浏览代码

Fix jetty plugin version at 6.1.6.

Luke Taylor 17 年之前
父节点
当前提交
18d8084744
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      samples/contacts/pom.xml

+ 1 - 0
samples/contacts/pom.xml

@@ -83,6 +83,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.1.6</version>
                 <configuration>
                 <contextPath>/contacts</contextPath>
                 <!--jettyConfig>${basedir}/src/test/resources/jetty.xml</jettyConfig-->