This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 6e4fc920 Optimisation de la sécurité et des durées de certains traitements (ref #163) new ccfcc5e7 Maj des dépendances et supression du code inutile (ref #163) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ccfcc5e7dd23f56edf4db4053d9d411783784db9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Nov 9 16:13:51 2017 +0100 Maj des dépendances et supression du code inutile (ref #163) Summary of changes: pollen-rest-api/pom.xml | 15 ++++ .../rest/api/PollenRestApiApplicationContext.java | 21 ----- pollen-services/pom.xml | 4 +- .../pollen/services/service/PollenUserService.java | 2 +- .../security/DefaultPollenSecurityContext.java | 24 ------ .../service/security/PollenSecurityContext.java | 5 -- .../service/security/PollenSecurityRealm.java | 95 ---------------------- .../test/FakePollenApplicationContext.java | 10 --- .../services/service/VoteCountingServiceTest.java | 2 - pollen-votecounting-api/pom.xml | 4 - pollen-votecounting-borda/pom.xml | 5 ++ pom.xml | 6 +- 12 files changed, 26 insertions(+), 167 deletions(-) delete mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityRealm.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.