Fix openid.mod files for Jetty 12
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
ec9482bf86
commit
c88e8a4626
|
@ -18,11 +18,6 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
|
||||||
<artifactId>jetty-openid</artifactId>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-security</artifactId>
|
<artifactId>jetty-security</artifactId>
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
# DO NOT EDIT THIS FILE - See: https://eclipse.dev/jetty/documentation/
|
|
||||||
|
|
||||||
[description]
|
|
||||||
Adds openid security for EE11.
|
|
||||||
|
|
||||||
[environment]
|
|
||||||
ee11
|
|
||||||
|
|
||||||
[depend]
|
|
||||||
openid
|
|
Loading…
Reference in New Issue