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" 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
		<artifactId>dnet-container-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-functionality-services</artifactId>
11
	<packaging>war</packaging>
12
	<version>1.2.0-SNAPSHOT</version>
13
  	<scm>
14
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-functionality-services/trunk</developerConnection>
15
        </scm>
16
	<dependencies>
17
		
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>uoa-search</artifactId>
21
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
22
			<exclusions> <!-- already included in tomcat7 -->
23
				<exclusion>
24
					<groupId>javax.servlet</groupId>
25
					<artifactId>javax.servlet-api</artifactId>
26
				</exclusion>
27
			</exclusions>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>uoa-clients</artifactId>
32
			<version>[1.1.0, 1.2.0-SNAPSHOT)</version>
33
			<exclusions>
34
				<exclusion>
35
					<groupId>cglib</groupId>
36
					<artifactId>cglib</artifactId>
37
				</exclusion>
38
			</exclusions>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>uoa-hcm</artifactId>
43
			<version>[1.1.0, 1.2.0-SNAPSHOT)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>dnet-runtime</artifactId>
48
			<version>[1.0.0]</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>cglib</groupId>
52
			<artifactId>cglib-nodep</artifactId>
53
			<version>2.2</version>
54
		</dependency>
55
		<dependency>
56
			<groupId>org.apache.cxf</groupId>
57
			<artifactId>cxf-rt-transports-http</artifactId>
58
			<version>${cxf.version}</version>
59
		</dependency>
60
        <dependency>
61
            <groupId>jstl</groupId>
62
            <artifactId>jstl</artifactId>
63
            <version>1.2</version>
64
        </dependency>
65

    
66
        </dependency>
67
    </dependencies>
68

    
69
</project>
(3-3/3)