Project

General

Profile

« Previous | Next » 

Revision 57598

added 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
        <dependency>
88
            <groupId>org.mitre</groupId>
89
            <artifactId>openid-connect-client</artifactId>
90
            <version>1.3.0</version>
91
        </dependency>
92

  
93

  
94
        <!-- About redis -->
95

  
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>
101
        </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 91
    </dependencies>
114 92
</project>
115 93

  

Also available in: Unified diff