Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-11-19 02:29:29 +0000
committerJan Bartel2012-11-19 02:29:29 +0000
commit0912731b89ae166aa068eb09168ab1d033acaa36 (patch)
tree0514db35a954ec02a5485e44a5b281b0f11b93f7
parenta9288a0eaea35313ed104c4deb241b4160adcea0 (diff)
downloadorg.eclipse.jetty.project-0912731b89ae166aa068eb09168ab1d033acaa36.tar.gz
org.eclipse.jetty.project-0912731b89ae166aa068eb09168ab1d033acaa36.tar.xz
org.eclipse.jetty.project-0912731b89ae166aa068eb09168ab1d033acaa36.zip
Add test-mock-resources to plugin dependencies for test-jndi-webapp
-rw-r--r--tests/test-webapps/test-jndi-webapp/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-webapps/test-jndi-webapp/pom.xml b/tests/test-webapps/test-jndi-webapp/pom.xml
index 49cfa08765..958001c1d5 100644
--- a/tests/test-webapps/test-jndi-webapp/pom.xml
+++ b/tests/test-webapps/test-jndi-webapp/pom.xml
@@ -128,6 +128,13 @@
<contextPath>/test-jndi</contextPath>
</webAppConfig>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.eclipse.jetty.tests</groupId>
+ <artifactId>test-mock-resources</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</build>

Back to the top