Forgotten dependency
authorCharles du Jeu <charles.dujeu@gmail.com>
Thu, 29 Apr 2010 15:07:18 +0000 (15:07 +0000)
committerCharles du Jeu <charles.dujeu@gmail.com>
Thu, 29 Apr 2010 15:07:18 +0000 (15:07 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3536 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/org.argeo.slc.ria/config.json
server/org.argeo.slc.ria/pom.xml

index ff0af6a7c4880632db7a43c318f1b71801b20f09..e07106ed9dfaf3ccf618306d93c502f0ad83c252 100644 (file)
@@ -77,7 +77,7 @@
         "ria.auth.credentialsURI"      : "/org.argeo.security.webapp/getCredentials.ria",\r
         "ria.auth.loginURI"                    : "/org.argeo.security.webapp/login.ria",\r
         "ria.auth.logoutURI"           : "/org.argeo.security.webapp/logout.ria",\r
-        "ria.StartupPerspective":"org.argeo.slc.web.Perspective"               \r
+        "ria.StartupPerspective":"org.argeo.slc.web.LauncherPerspective"               \r
       }\r
     },\r
 \r
index 84b1301808fd1776d7c77f10314b4ba0f51f9200..a224a51d8eb5dc3134ad5973c41a1b20b1294d6e 100644 (file)
                        </plugin>
                </plugins>
        </build>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.commons.security</groupId>
+                               <artifactId>org.argeo.security.ria</artifactId>
+                               <version>${version.argeo-commons}</version>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement> 
 </project>
\ No newline at end of file