Mercurial > lada > lada-server
comparison pom.xml @ 545:8e3f57e2f4af openid
Change openID authentication to a filter.
Currently authentication works only once as we don't store
session information and repeated try to authenticate will use
the same nonce.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 25 Feb 2015 16:56:12 +0100 |
parents | 04e254571b8a |
children | a56b912bead4 |
comparison
equal
deleted
inserted
replaced
544:04e254571b8a | 545:8e3f57e2f4af |
---|---|
58 </dependency> | 58 </dependency> |
59 <dependency> | 59 <dependency> |
60 <groupId>org.jboss.spec.javax.json</groupId> | 60 <groupId>org.jboss.spec.javax.json</groupId> |
61 <artifactId>jboss-json-api_1.0_spec</artifactId> | 61 <artifactId>jboss-json-api_1.0_spec</artifactId> |
62 </dependency> | 62 </dependency> |
63 | 63 <dependency> |
64 <groupId>org.jboss.spec.javax.servlet</groupId> | |
65 <artifactId>jboss-servlet-api_3.0_spec</artifactId> | |
66 <version>1.0.2.Final</version> | |
67 </dependency> | |
64 <dependency> | 68 <dependency> |
65 <groupId>com.fasterxml.jackson.core</groupId> | 69 <groupId>com.fasterxml.jackson.core</groupId> |
66 <artifactId>jackson-annotations</artifactId> | 70 <artifactId>jackson-annotations</artifactId> |
67 <version>2.5.1</version> | 71 <version>2.5.1</version> |
68 </dependency> | 72 </dependency> |