Mercurial > lada > lada-server
comparison pom.xml @ 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 | aa04157e4a60 |
comparison
equal
deleted
inserted
replaced
688:a7eb317d9105 | 689:b04e360723c9 |
---|---|
298 </execution> | 298 </execution> |
299 </executions> | 299 </executions> |
300 </plugin> | 300 </plugin> |
301 </plugins> | 301 </plugins> |
302 </build> | 302 </build> |
303 <dependencies> | |
304 <dependency> | |
305 <groupId>org.openid4java</groupId> | |
306 <artifactId>openid4java</artifactId> | |
307 <version>1.0.0</version> | |
308 </dependency> | |
309 </dependencies> | |
303 </profile> | 310 </profile> |
304 </profiles> | 311 </profiles> |
305 | 312 |
306 <repositories> | 313 <repositories> |
307 <repository> | 314 <repository> |