Project

General

Profile

« Previous | Next » 

Revision 50585

1. Remove aai / redis changes. New branch will be created.

View differences:

pom.xml
12 12
    <groupId>eu.dnetlib</groupId>
13 13
    <artifactId>uoa-repository-manager-service</artifactId>
14 14
    <version>1.0.0-SNAPSHOT</version>
15
    <packaging>jar</packaging>
15
    <packaging>war</packaging>
16 16

  
17 17

  
18 18
    <build>
......
230 230
            <version>9.1-901.jdbc3</version>
231 231
        </dependency>
232 232

  
233
        <dependency>
233
        <!--<dependency>
234 234
            <groupId>org.mitre</groupId>
235 235
            <artifactId>openid-connect-client</artifactId>
236 236
            <version>1.3.0</version>
......
240 240
                    <artifactId>jcl-over-slf4j</artifactId>
241 241
                </exclusion>
242 242
            </exclusions>
243
        </dependency>
243
        </dependency>-->
244 244

  
245
        <dependency>
245
        <!--<dependency>
246 246
            <groupId>org.springframework.session</groupId>
247 247
            <artifactId>spring-session-data-redis</artifactId>
248 248
            <version>1.3.1.RELEASE</version>
......
252 252
            <groupId>biz.paluch.redis</groupId>
253 253
            <artifactId>lettuce</artifactId>
254 254
            <version>3.5.0.Final</version>
255
        </dependency>
255
        </dependency>-->
256 256

  
257 257

  
258 258
    </dependencies>

Also available in: Unified diff