1 |
18399
|
antonis.le
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
27253
|
katerina.i
|
<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 |
47597
|
katerina.i
|
<artifactId>dnet45-parent</artifactId>
|
7 |
27253
|
katerina.i
|
<version>1.0.0-SNAPSHOT</version>
|
8 |
|
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
47597
|
katerina.i
|
<artifactId>dnet-claims-service</artifactId>
|
12 |
27253
|
katerina.i
|
<packaging>war</packaging>
|
13 |
47447
|
konstantin
|
<version>2.0.0-SNAPSHOT</version>
|
14 |
27253
|
katerina.i
|
<dependencies>
|
15 |
|
|
<dependency>
|
16 |
|
|
<groupId>eu.dnetlib</groupId>
|
17 |
47597
|
katerina.i
|
<artifactId>uoa-claims-api</artifactId>
|
18 |
48321
|
katerina.i
|
<version>[2.0.0-SNAPSHOT,3.0.0)</version>
|
19 |
27253
|
katerina.i
|
</dependency>
|
20 |
|
|
<dependency>
|
21 |
|
|
<groupId>eu.dnetlib</groupId>
|
22 |
|
|
<artifactId>uoa-clients</artifactId>
|
23 |
48321
|
katerina.i
|
<version>[2.0.0-SNAPSHOT,3.0.0)</version>
|
24 |
27253
|
katerina.i
|
</dependency>
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>eu.dnetlib</groupId>
|
27 |
|
|
<artifactId>uoa-hcm</artifactId>
|
28 |
48321
|
katerina.i
|
<version>[1.1.0,2.0.0)</version>
|
29 |
27253
|
katerina.i
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
|
|
<groupId>org.apache.cxf</groupId>
|
32 |
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
33 |
|
|
<version>${cxf.version}</version>
|
34 |
|
|
</dependency>
|
35 |
47597
|
katerina.i
|
<!--dependency>
|
36 |
|
|
<groupId>eu.dnetlib</groupId>
|
37 |
|
|
<artifactId>uoa-hcm</artifactId>
|
38 |
|
|
<version>[1.1.0, 2.0.0)</version>
|
39 |
|
|
</dependency-->
|
40 |
50400
|
katerina.i
|
<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.mitre</groupId>
|
47 |
|
|
<artifactId>openid-connect-client</artifactId>
|
48 |
|
|
<version>1.3.0</version>
|
49 |
|
|
</dependency>
|
50 |
|
|
<dependency>
|
51 |
|
|
<groupId>org.springframework.session</groupId>
|
52 |
|
|
<artifactId>spring-session-data-redis</artifactId>
|
53 |
|
|
<version>1.3.1.RELEASE</version>
|
54 |
|
|
</dependency>
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>biz.paluch.redis</groupId>
|
57 |
|
|
<artifactId>lettuce</artifactId>
|
58 |
|
|
<version>3.5.0.Final</version>
|
59 |
|
|
</dependency>
|
60 |
50505
|
stefanos.g
|
</dependencies>
|
61 |
18399
|
antonis.le
|
</project>
|