Fix issues with the build
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 24 Feb 2010 11:03:59 +0000 (11:03 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 24 Feb 2010 11:03:59 +0000 (11:03 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@3399 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/runtime/org.argeo.security.core/pom.xml
security/runtime/org.argeo.security.core/src/test/resources/org/argeo/security/json/gandalf2.json

index 44b512ac5517c108a4b87ccf00ed77bd6eb3417c..5ef816eecd81e57f293aae880ec1863685ee22e1 100644 (file)
                </plugins>
        </build>
        <dependencies>
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.nodeps</artifactId>
+                       <version>0.1.3-SNAPSHOT</version>
+               </dependency>
+
                <!-- Spring LDAP -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
index 22f96f960f786fd22003108a57d68d81610fee51..73918229bede5150e92e42b7ddfc3ca76a2f1f29 100644 (file)
@@ -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