Mercurial > lada > lada-server
comparison pom.xml @ 544:04e254571b8a openid
First non-functional implementation of openid verification
Uses the openid4j package to extract openid information
provided by the client as a HTTP Header.
Currently the statelessness of the services prevents the
exchange of discovery information between client and server.
It is only useful for evaluation and testing.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 25 Feb 2015 16:03:35 +0100 |
parents | 7e8cbc69b784 |
children | 8e3f57e2f4af |
comparison
equal
deleted
inserted
replaced
532:56a2d43b4af5 | 544:04e254571b8a |
---|---|
136 <dependency> | 136 <dependency> |
137 <groupId>org.jboss.resteasy</groupId> | 137 <groupId>org.jboss.resteasy</groupId> |
138 <artifactId>resteasy-client</artifactId> | 138 <artifactId>resteasy-client</artifactId> |
139 <version>3.0.10.Final</version> | 139 <version>3.0.10.Final</version> |
140 <scope>test</scope> | 140 <scope>test</scope> |
141 </dependency> | |
142 | |
143 <!-- OpenID --> | |
144 <dependency> | |
145 <groupId>org.openid4java</groupId> | |
146 <artifactId>openid4java</artifactId> | |
147 <version>0.9.7</version> | |
141 </dependency> | 148 </dependency> |
142 </dependencies> | 149 </dependencies> |
143 | 150 |
144 <profiles> | 151 <profiles> |
145 <profile> | 152 <profile> |