1 |
43476
|
katerina.i
|
<?xml version="1.0"?>
|
2 |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
48351
|
katerina.i
|
<artifactId>dnet45-container-parent</artifactId>
|
6 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
7 |
43476
|
katerina.i
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>uoa-user-management</artifactId>
|
11 |
48351
|
katerina.i
|
<packaging>jar</packaging>
|
12 |
|
|
<version>2.0.0-SNAPSHOT</version>
|
13 |
43476
|
katerina.i
|
<scm>
|
14 |
50867
|
katerina.i
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-user-management/branches/redis</developerConnection>
|
15 |
43476
|
katerina.i
|
</scm>
|
16 |
|
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>junit</groupId>
|
19 |
|
|
<artifactId>junit</artifactId>
|
20 |
|
|
<version>${junit.version}</version>
|
21 |
|
|
<scope>test</scope>
|
22 |
|
|
</dependency>
|
23 |
|
|
|
24 |
|
|
<dependency>
|
25 |
46502
|
katerina.i
|
<groupId>com.sun.jersey.contribs</groupId>
|
26 |
|
|
<artifactId>jersey-spring</artifactId>
|
27 |
43489
|
sofia.balt
|
<version>1.8</version>
|
28 |
46502
|
katerina.i
|
<exclusions>
|
29 |
|
|
<exclusion>
|
30 |
|
|
<groupId>org.springframework</groupId>
|
31 |
|
|
<artifactId>spring</artifactId>
|
32 |
|
|
</exclusion>
|
33 |
|
|
<exclusion>
|
34 |
|
|
<groupId>org.springframework</groupId>
|
35 |
|
|
<artifactId>spring-core</artifactId>
|
36 |
|
|
</exclusion>
|
37 |
|
|
<exclusion>
|
38 |
|
|
<groupId>org.springframework</groupId>
|
39 |
|
|
<artifactId>spring-web</artifactId>
|
40 |
|
|
</exclusion>
|
41 |
|
|
<exclusion>
|
42 |
|
|
<groupId>org.springframework</groupId>
|
43 |
|
|
<artifactId>spring-beans</artifactId>
|
44 |
|
|
</exclusion>
|
45 |
|
|
<exclusion>
|
46 |
|
|
<groupId>org.springframework</groupId>
|
47 |
|
|
<artifactId>spring-context</artifactId>
|
48 |
|
|
</exclusion>
|
49 |
|
|
<exclusion>
|
50 |
|
|
<groupId>org.springframework</groupId>
|
51 |
|
|
<artifactId>spring-utils</artifactId>
|
52 |
|
|
</exclusion>
|
53 |
|
|
<exclusion>
|
54 |
|
|
<groupId>org.springframework</groupId>
|
55 |
|
|
<artifactId>spring-aop</artifactId>
|
56 |
|
|
</exclusion>
|
57 |
|
|
</exclusions>
|
58 |
43489
|
sofia.balt
|
</dependency>
|
59 |
|
|
<dependency>
|
60 |
|
|
<groupId>com.google.code.gson</groupId>
|
61 |
|
|
<artifactId>gson</artifactId>
|
62 |
|
|
<version>2.6.2</version>
|
63 |
|
|
</dependency>
|
64 |
|
|
<dependency>
|
65 |
|
|
<groupId>javax.servlet</groupId>
|
66 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
67 |
|
|
<version>3.0.1</version>
|
68 |
|
|
<scope>provided</scope>
|
69 |
|
|
</dependency>
|
70 |
44654
|
sofia.balt
|
<dependency>
|
71 |
45069
|
sofia.balt
|
<groupId>org.postgresql</groupId>
|
72 |
|
|
<artifactId>postgresql</artifactId>
|
73 |
|
|
<version>9.4.1211.jre7</version>
|
74 |
|
|
</dependency>
|
75 |
44654
|
sofia.balt
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2 -->
|
76 |
|
|
<dependency>
|
77 |
|
|
<groupId>org.apache.commons</groupId>
|
78 |
|
|
<artifactId>commons-dbcp2</artifactId>
|
79 |
|
|
<version>2.1.1</version>
|
80 |
|
|
</dependency>
|
81 |
48351
|
katerina.i
|
<dependency>
|
82 |
|
|
<groupId>commons-dbcp</groupId>
|
83 |
|
|
<artifactId>commons-dbcp</artifactId>
|
84 |
|
|
<version>20030825.184428</version>
|
85 |
|
|
</dependency>
|
86 |
44654
|
sofia.balt
|
<dependency>
|
87 |
|
|
<groupId>com.unboundid</groupId>
|
88 |
|
|
<artifactId>unboundid-ldapsdk</artifactId>
|
89 |
|
|
<version>1.1.3</version>
|
90 |
|
|
</dependency>
|
91 |
46632
|
katerina.i
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
|
92 |
|
|
<dependency>
|
93 |
|
|
<groupId>apache</groupId>
|
94 |
|
|
<artifactId>commons-pool</artifactId>
|
95 |
|
|
<version>1.5.3</version>
|
96 |
|
|
</dependency>
|
97 |
|
|
<dependency>
|
98 |
|
|
<groupId>io.jsonwebtoken</groupId>
|
99 |
|
|
<artifactId>jjwt</artifactId>
|
100 |
|
|
<version>0.6.0</version>
|
101 |
|
|
</dependency>
|
102 |
49190
|
tsampikos.
|
<dependency>
|
103 |
|
|
<groupId>commons-validator</groupId>
|
104 |
|
|
<artifactId>commons-validator</artifactId>
|
105 |
|
|
<version>1.6</version>
|
106 |
|
|
</dependency>
|
107 |
51090
|
katerina.i
|
<!-- https://mvnrepository.com/artifact/com.sun.mail/javax.mail -->
|
108 |
49376
|
sofia.balt
|
<dependency>
|
109 |
51090
|
katerina.i
|
<groupId>com.sun.mail</groupId>
|
110 |
|
|
<artifactId>javax.mail</artifactId>
|
111 |
|
|
<version>1.5.1</version>
|
112 |
49376
|
sofia.balt
|
</dependency>
|
113 |
51090
|
katerina.i
|
|
114 |
|
|
|
115 |
46632
|
katerina.i
|
</dependencies>
|
116 |
43476
|
katerina.i
|
</project>
|