From 513509201efdf6199698174bea11efc95b469110 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 24 Feb 2010 11:03:59 +0000 Subject: [PATCH] Fix issues with the build git-svn-id: https://svn.argeo.org/commons/trunk@3399 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- security/runtime/org.argeo.security.core/pom.xml | 6 ++++++ .../test/resources/org/argeo/security/json/gandalf2.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.30.2