Ignore:
Timestamp:
12/20/13 15:59:51 (10 years ago)
Author:
olhsha
Message:

following Eric's instruction in security management in Dasish: removing a separate security DB, making authentication tables the part of the main DB, keeping hashed passwords. Used spring-security configuration for hashes with BCryptPasswordEncoder as recommended.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/pom.xml

    r4181 r4209  
    246246    <properties>
    247247        <jersey.version>1.17.1</jersey.version>
    248         <spring.version>3.0.0.RELEASE</spring.version>
     248        <spring.version>3.2.0.RELEASE</spring.version>
    249249        <slf4j.version>1.7.5</slf4j.version>
    250250        <glassfish.version>3.1.1</glassfish.version>
Note: See TracChangeset for help on using the changeset viewer.