Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
    <parent>
5
        <groupId>eu.dnetlib</groupId>
6
        <artifactId>dnet45-container-parent</artifactId>
7
        <version>1.0.0-SNAPSHOT</version>
8
    </parent>
9
    <modelVersion>4.0.0</modelVersion>
10
    <groupId>eu.dnetlib</groupId>
11
    <artifactId>dnet-openaire-users</artifactId>
12
    <packaging>war</packaging>
13
    <version>1.0.0-SNAPSHOT</version>
14
    <scm>
15
        <developerConnection>
16
            scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire-users/branches/redis
17
        </developerConnection>
18
    </scm>
19
    <dependencies>
20
        <dependency>
21
            <groupId>eu.dnetlib</groupId>
22
            <artifactId>uoa-user-management</artifactId>
23
            <version>[2.0.0-SNAPSHOT, 3.0.0)</version>
24
        </dependency>
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>
31
            <groupId>org.slf4j</groupId>
32
            <artifactId>slf4j-api</artifactId>
33
            <version>1.7.5</version>
34
        </dependency>
35
        <dependency>
36
            <groupId>org.slf4j</groupId>
37
            <artifactId>slf4j-log4j12</artifactId>
38
            <version>1.7.5</version>
39
        </dependency>
40
        <dependency>
41
            <groupId>eu.dnetlib</groupId>
42
            <artifactId>dnet-runtime</artifactId>
43
            <version>[1.0.0, 2.0.0)</version>
44
        </dependency>
45
        <dependency>
46
            <groupId>org.apache.cxf</groupId>
47
            <artifactId>cxf-rt-transports-http</artifactId>
48
            <version>${cxf.version}</version>
49
        </dependency>
50
        <dependency>
51
            <groupId>jstl</groupId>
52
            <artifactId>jstl</artifactId>
53
            <version>1.2</version>
54
        </dependency>
55
        <dependency>
56
            <groupId>javax.servlet</groupId>
57
            <artifactId>javax.servlet-api</artifactId>
58
            <version>3.0.1</version>
59
        </dependency>
60
        <dependency>
61
            <groupId>eu.dnetlib</groupId>
62
            <artifactId>uoa-user-management</artifactId>
63
            <version>2.0.0-SNAPSHOT</version>
64
        </dependency>
65
        <dependency>
66
            <groupId>org.springframework.security</groupId>
67
            <artifactId>spring-security-core</artifactId>
68
            <version>4.2.1.RELEASE</version>
69
        </dependency>
70
        <dependency>
71
            <groupId>org.springframework.security</groupId>
72
            <artifactId>spring-security-config</artifactId>
73
            <version>4.2.1.RELEASE</version>
74
        </dependency>
75
        <dependency>
76
            <groupId>org.springframework.security</groupId>
77
            <artifactId>spring-security-web</artifactId>
78
            <version>4.2.1.RELEASE</version>
79
        </dependency>
80
        <dependency>
81
            <groupId>com.google.code.gson</groupId>
82
            <artifactId>gson</artifactId>
83
            <version>2.6.2</version>
84
        </dependency>
85
        <dependency>
86
            <groupId>commons-io</groupId>
87
            <artifactId>commons-io</artifactId>
88
            <version>2.6</version>
89
        </dependency>
90
        <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
91
        <dependency>
92
            <groupId>javax.xml.bind</groupId>
93
            <artifactId>jaxb-api</artifactId>
94
            <version>2.3.1</version>
95
        </dependency>
96
        <dependency>
97
            <groupId>com.sun.jersey</groupId>
98
            <artifactId>jersey-bundle</artifactId>
99
            <version>1.19.4</version>
100
        </dependency>
101
    </dependencies>
102
</project>
103

    
(2-2/2)