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