Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test-jetty-webapp/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/test-jetty-webapp/pom.xml b/test-jetty-webapp/pom.xml
index f024773470..649d06c978 100644
--- a/test-jetty-webapp/pom.xml
+++ b/test-jetty-webapp/pom.xml
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>7.0.0.RC2-SNAPSHOT</version>
+ <version>7.1.1-SNAPSHOT</version>
<configuration>
<stopPort>8087</stopPort>
<stopKey>foo</stopKey>
@@ -70,13 +70,12 @@
<loginServices>
<loginService implementation="org.eclipse.jetty.security.HashLoginService">
<name>Test Realm</name>
- <config>../jetty-server/src/main/config/etc/realm.properties</config>
+ <config>src/main/config/etc/realm.properties</config>
</loginService>
</loginServices>
</configuration>
</plugin>
-->
-
<!-- uncomment to precompile jsps -->
<!--
<plugin>

Back to the top