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
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>uoa-search</artifactId>
20
			<version>[1.4.0]</version>
21
			<exclusions> <!-- already included in tomcat7 -->
22
				<exclusion>
23
					<groupId>javax.servlet</groupId>
24
					<artifactId>javax.servlet-api</artifactId>
25
				</exclusion>
26
				<exclusion>
27
					<groupId>eu.dnetlib</groupId>
28
					<artifactId>cnr-service-common</artifactId>
29
				</exclusion>
30
			</exclusions>
31
		</dependency>
32
		<dependency>
33
			<groupId>eu.dnetlib</groupId>
34
			<artifactId>uoa-clients</artifactId>
35
			<version>[1.1.0, 2.0.0)</version>
36
			<exclusions>
37
				<exclusion>
38
					<groupId>cglib</groupId>
39
					<artifactId>cglib</artifactId>
40
				</exclusion>
41
				<exclusion>
42
					<groupId>eu.dnetlib</groupId>
43
					<artifactId>cnr-service-common</artifactId>
44
				</exclusion>
45
				<exclusion>
46
					<groupId>eu.dnetlib</groupId>
47
					<artifactId>cnr-cql-utils</artifactId>
48
				</exclusion>
49
			</exclusions>
50
		</dependency>
51
		<dependency>
52
			<groupId>eu.dnetlib</groupId>
53
			<artifactId>uoa-hcm</artifactId>
54
			<version>[1.1.0, 2.0.0)</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>eu.dnetlib</groupId>
58
			<artifactId>dnet-runtime</artifactId>
59
			<version>[1.0.0]</version>
60
		</dependency>
61
		<dependency>
62
			<groupId>cglib</groupId>
63
			<artifactId>cglib-nodep</artifactId>
64
			<version>2.2</version>
65
		</dependency>
66
		<dependency>
67
			<groupId>org.apache.cxf</groupId>
68
			<artifactId>cxf-rt-transports-http</artifactId>
69
			<version>${cxf.version}</version>
70
		</dependency>
71
        <dependency>
72
            <groupId>jstl</groupId>
73
            <artifactId>jstl</artifactId>
74
            <version>1.2</version>
75
        </dependency>
76
		<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-nop -->
77
		<dependency>
78
			<groupId>org.slf4j</groupId>
79
			<artifactId>slf4j-nop</artifactId>
80
			<version>1.7.21</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>org.slf4j</groupId>
84
			<artifactId>slf4j-log4j12</artifactId>
85
			<version>1.7.5</version>
86
		</dependency>
87
		<dependency>
88
			<groupId>eu.dnetlib</groupId>
89
			<artifactId>cnr-service-common</artifactId>
90
			<version>1.0.0-hotfix</version>
91
		</dependency>
92
	</dependencies>
93

    
94
</project>
    (1-1/1)