[Lada-commits] [PATCH] Added missing dependency 'openid4java'

Wald Commits scm-commit at wald.intevation.org
Wed Jun 17 17:16:14 CEST 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1434554168 -7200
# Node ID b04e360723c96d5fbbf4154043219ddfc0403eba
# Parent  a7eb317d9105966a7a959528f91aec69027ef651
Added missing dependency 'openid4java'

diff -r a7eb317d9105 -r b04e360723c9 pom.xml
--- 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>
 


More information about the Lada-commits mailing list