From: Mathieu Baudier Date: Wed, 24 Feb 2010 11:03:59 +0000 (+0000) Subject: Fix issues with the build X-Git-Tag: argeo-commons-2.1.30~1646 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=513509201efdf6199698174bea11efc95b469110;p=lgpl%2Fargeo-commons.git Fix issues with the build git-svn-id: https://svn.argeo.org/commons/trunk@3399 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 44b512ac5..5ef816eec 100644 --- a/security/runtime/org.argeo.security.core/pom.xml +++ b/security/runtime/org.argeo.security.core/pom.xml @@ -42,6 +42,12 @@ + + org.argeo.commons.basic + org.argeo.basic.nodeps + 0.1.3-SNAPSHOT + + org.argeo.dep.osgi diff --git a/security/runtime/org.argeo.security.core/src/test/resources/org/argeo/security/json/gandalf2.json b/security/runtime/org.argeo.security.core/src/test/resources/org/argeo/security/json/gandalf2.json index 22f96f960..73918229b 100644 --- a/security/runtime/org.argeo.security.core/src/test/resources/org/argeo/security/json/gandalf2.json +++ b/security/runtime/org.argeo.security.core/src/test/resources/org/argeo/security/json/gandalf2.json @@ -1 +1 @@ -{"roles":["ROLE_ADMIN","ROLE_USER"],"userNatures":[{"email":"admin@localhost","firstName":"Gandalf","lastName":"User","type":"org.argeo.security.nature.SimpleUserNature"},{"description":"Superuser","mobile":null,"telephoneNumber":null,"type":"org.argeo.security.nature.CoworkerNature"}],"username":"gandalf2","enabled":true,"password":"{SHA}ieSV55Qc+eQOaYDRSha/AjzNTJE=","authorities":[{"authority":"ROLE_ADMIN"},{"authority":"ROLE_USER"}],"accountNonExpired":true,"accountNonLocked":true,"credentialsNonExpired":true} \ No newline at end of file +{"roles":["ROLE_ADMIN","ROLE_USER"],"userNatures":[{"description":"Superuser","email":"admin@localhost","firstName":"Gandalf","lastName":"User","type":"org.argeo.security.nature.SimpleUserNature"},{"mobile":null,"telephoneNumber":null,"type":"org.argeo.security.nature.CoworkerNature"}],"username":"gandalf2","enabled":true,"password":"{SHA}ieSV55Qc+eQOaYDRSha/AjzNTJE=","authorities":[{"authority":"ROLE_ADMIN"},{"authority":"ROLE_USER"}],"accountNonExpired":true,"accountNonLocked":true,"credentialsNonExpired":true} \ No newline at end of file