From: Charles du Jeu Date: Thu, 29 Apr 2010 15:07:18 +0000 (+0000) Subject: Forgotten dependency X-Git-Tag: argeo-slc-2.1.7~1318 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=1d1d19a4fe1cbf364c4b6ff41b23825971e7999c;p=gpl%2Fargeo-slc.git Forgotten dependency git-svn-id: https://svn.argeo.org/slc/trunk@3536 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index ff0af6a7c..e07106ed9 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -77,7 +77,7 @@ "ria.auth.credentialsURI" : "/org.argeo.security.webapp/getCredentials.ria", "ria.auth.loginURI" : "/org.argeo.security.webapp/login.ria", "ria.auth.logoutURI" : "/org.argeo.security.webapp/logout.ria", - "ria.StartupPerspective":"org.argeo.slc.web.Perspective" + "ria.StartupPerspective":"org.argeo.slc.web.LauncherPerspective" } }, diff --git a/server/org.argeo.slc.ria/pom.xml b/server/org.argeo.slc.ria/pom.xml index 84b130180..a224a51d8 100644 --- a/server/org.argeo.slc.ria/pom.xml +++ b/server/org.argeo.slc.ria/pom.xml @@ -189,4 +189,13 @@ + + + + org.argeo.commons.security + org.argeo.security.ria + ${version.argeo-commons} + + + \ No newline at end of file