Adds fixed Jetty version

This commit is contained in:
Lukasz Lenart
2014-12-23 07:45:58 +01:00
parent 702738693c
commit adc2d5ccf9
+2 -1
View File
@@ -62,6 +62,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
<configuration>
<webXml>${project.build.directory}/pluto-resources/web.xml</webXml>
<webDefaultXml>src/main/webapp/WEB-INF/jetty-pluto-web-default.xml</webDefaultXml>
@@ -79,7 +80,7 @@
<dependency>
<groupId>com.bekk.boss</groupId>
<artifactId>maven-jetty-pluto-embedded</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</profile>