Update topics/oidc/java/servlet-filter-adapter.adoc
This commit is contained in:
parent
cab9b0a21c
commit
dff47728be
1 changed files with 2 additions and 2 deletions
|
@ -42,11 +42,11 @@ The {{book.project.name}} filter has the same configuration parameters as the ot
|
||||||
|
|
||||||
To use this filter, include this maven artifact in your WAR poms:
|
To use this filter, include this maven artifact in your WAR poms:
|
||||||
|
|
||||||
[source,xml]
|
[source,xml, subs="attributes"]
|
||||||
----
|
----
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
<artifactId>keycloak-servlet-filter-adapter</artifactId>
|
<artifactId>keycloak-servlet-filter-adapter</artifactId>
|
||||||
<version>&project.version;</version>
|
<version>{{book.project.version}}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue