Project

General

Profile

« Previous | Next » 

Revision 57921

MERGE login branch 56991:57920 using uoa-login-core

View differences:

pom.xml
23 23
            <version>[2.0.0-SNAPSHOT, 3.0.0)</version>
24 24
        </dependency>
25 25
        <dependency>
26
            <groupId>eu.dnetlib</groupId>
27
            <artifactId>uoa-login-core</artifactId>
28
            <version>[1.0.0-SNAPSHOT, 2.0.0)</version>
29
        </dependency>
30
        <dependency>
26 31
            <groupId>org.slf4j</groupId>
27 32
            <artifactId>slf4j-api</artifactId>
28 33
            <version>1.7.5</version>
......
83 88
            <version>3.0.1</version>
84 89
            <scope>provided</scope>
85 90
        </dependency>
86

  
87 91
        <dependency>
88
            <groupId>org.mitre</groupId>
89
            <artifactId>openid-connect-client</artifactId>
90
            <version>1.3.0</version>
92
            <groupId>commons-io</groupId>
93
            <artifactId>commons-io</artifactId>
94
            <version>2.6</version>
91 95
        </dependency>
92

  
93

  
94
        <!-- About redis -->
95

  
96 96
        <dependency>
97
            <groupId>org.springframework.session</groupId>
98
            <artifactId>spring-session-data-redis</artifactId>
99
            <version>1.3.1.RELEASE</version>
100
            <type>pom</type>
97
            <groupId>javax.xml.bind</groupId>
98
            <artifactId>jaxb-api</artifactId>
99
            <version>2.3.1</version>
101 100
        </dependency>
102
        <dependency>
103
            <groupId>biz.paluch.redis</groupId>
104
            <artifactId>lettuce</artifactId>
105
            <version>3.5.0.Final</version>
106
        </dependency>
107
        <dependency>
108
            <groupId>org.springframework</groupId>
109
            <artifactId>spring-web</artifactId>
110
            <version>4.3.4.RELEASE</version>
111
        </dependency>
112

  
113 101
    </dependencies>
114 102
</project>
115 103

  

Also available in: Unified diff