Mercurial > lada > lada-server
changeset 689:b04e360723c9
Added missing dependency 'openid4java'
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 17 Jun 2015 17:16:08 +0200 |
parents | a7eb317d9105 |
children | 6441bb4a90f0 |
files | pom.xml |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Wed Jun 17 17:06:22 2015 +0200 +++ b/pom.xml Wed Jun 17 17:16:08 2015 +0200 @@ -300,6 +300,13 @@ </plugin> </plugins> </build> + <dependencies> + <dependency> + <groupId>org.openid4java</groupId> + <artifactId>openid4java</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> </profile> </profiles>