need this dependency
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
b89f767be6
commit
fb8e237dca
|
@ -195,6 +195,13 @@
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty.ee11</groupId>
|
||||||
|
<artifactId>jetty-ee11-test-log4j2-webapp</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<type>war</type>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty.ee11</groupId>
|
<groupId>org.eclipse.jetty.ee11</groupId>
|
||||||
<artifactId>jetty-ee11-test-openid-webapp</artifactId>
|
<artifactId>jetty-ee11-test-openid-webapp</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue