Add test-mock-resources to plugin dependencies for test-jndi-webapp
This commit is contained in:
parent
a9288a0eae
commit
0912731b89
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue