Project

General

Profile

« Previous | Next » 

Revision 51084

1. Enable aai.
2. Create security.xml file
3. Reorganize imports.

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 300
        </dependency>
301

  
302
        <!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-catalina -->
303
       <!-- <dependency>
304
            <groupId>org.apache.tomcat</groupId>
305
            <artifactId>tomcat-catalina</artifactId>
306
            <version>LATEST</version>
307
        </dependency>-->
308

  
309

  
310 301
    </dependencies>
311 302

  
312 303

  

Also available in: Unified diff