Update topics/oidc/java/servlet-filter-adapter.adoc

This commit is contained in:
Stian Thorgersen 2016-06-09 14:43:22 +02:00
parent cab9b0a21c
commit dff47728be

View file

@ -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>
---- ----