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>uoa-global-parent</artifactId>
7
		<version>1.0.1</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-claims-service</artifactId>
12
	<packaging>war</packaging>
13
	<version>2.0.0-SNAPSHOT</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>uoa-claims-api</artifactId>
18
			<version>[2.0.0-SNAPSHOT,3.0.0)</version>
19
		</dependency>
20
<!--		Uoa clients should be removed - but probably a dependency should be added -->
21
		<!--<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>uoa-hcm</artifactId>
24
			<version>[1.1.0,2.0.0)</version>
25
		</dependency>-->
26
		<dependency>
27
			<groupId>org.apache.cxf</groupId>
28
			<artifactId>cxf-rt-transports-http</artifactId>
29
			<version>3.1.5</version>
30
		</dependency>
31

    
32
		<dependency>
33
			<groupId>org.springframework</groupId>
34
			<artifactId>spring-webmvc</artifactId>
35
			<version>4.2.5.RELEASE</version>
36
		</dependency>
37
 		<!--dependency>
38
                        <groupId>eu.dnetlib</groupId>
39
                        <artifactId>uoa-hcm</artifactId>
40
                        <version>[1.1.0, 2.0.0)</version>
41
                </dependency-->
42
                <dependency>
43
                        <groupId>eu.dnetlib</groupId>
44
                        <artifactId>dnet-runtime</artifactId>
45
                        <version>[1.0.0, 2.0.0)</version>
46
                </dependency>
47
		<dependency>
48
			<groupId>javax.servlet</groupId>
49
			<artifactId>servlet-api</artifactId>
50
			<version>2.5</version>
51
			<scope>provided</scope>
52
		</dependency>
53

    
54
		<dependency>
55
			<groupId>junit</groupId>
56
			<artifactId>junit</artifactId>
57
			<version>4.12</version>
58
		</dependency>
59

    
60

    
61
	</dependencies>
62
</project>
(3-3/3)