Project

General

Profile

« Previous | Next » 

Revision 51141

AAI/Redis configuration ready.

View differences:

pom.xml
281 281
        </dependency>
282 282

  
283 283

  
284
       <!-- <dependency>
284
        <dependency>
285 285
            <groupId>org.springframework.session</groupId>
286 286
            <artifactId>spring-session-data-redis</artifactId>
287 287
            <version>1.3.1.RELEASE</version>
......
291 291
            <groupId>redis.clients</groupId>
292 292
            <artifactId>jedis</artifactId>
293 293
            <version>2.9.0</version>
294
        </dependency>-->
294
        </dependency>
295 295

  
296 296
        <dependency>
297 297
            <groupId>eu.dnetlib</groupId>
298 298
            <artifactId>uoa-repository-manager-service</artifactId>
299 299
            <version>1.0.0-SNAPSHOT</version>
300
            <exclusions>
301
                <exclusion>
302
                    <groupId>org.slf4j</groupId>
303
                    <artifactId>slf4j-log4j12</artifactId>
304
                </exclusion>
305
            </exclusions>
300 306
        </dependency>
301 307
    </dependencies>
302 308

  

Also available in: Unified diff