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>dnet-container-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-container-provision</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<dependencies>
16

    
17
		<!-- Common components in every container -->
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-log4j-inspector</artifactId>
21
			<version>[1.0.0,2.0.0)</version>
22
		</dependency>
23

    
24
		<!-- Common services in every container -->
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>cnr-enabling-hnm-service</artifactId>
28
			<version>[1.0.0,2.0.0)</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>cnr-enabling-hcm-service</artifactId>
33
			<version>[1.0.0,2.0.0)</version>
34
		</dependency>
35

    
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>cnr-resultset-service</artifactId>
39
			<version>[1.0.0,2.0.0)</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>eu.dnetlib</groupId>
43
			<artifactId>cnr-resultset-inspector</artifactId>
44
			<version>[1.0.0,2.0.0)</version>
45
		</dependency>
46
		
47
		<!-- Vocabulary REST publisher -->
48
		<dependency>
49
			<groupId>eu.dnetlib</groupId>
50
			<artifactId>dnet-vocabulary-publisher</artifactId>
51
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
52
		</dependency>
53

    
54
		<!-- Index service -->
55

    
56
		<!-- OAI publisher service -->
57
		<dependency>
58
			<groupId>eu.dnetlib</groupId>
59
			<artifactId>cnr-data-information-oai-publisher</artifactId>
60
			<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
61
		</dependency>
62
		
63
		<!-- Inspector security -->
64
		<dependency>
65
			<groupId>eu.dnetlib</groupId>
66
			<artifactId>cnr-inspector-security</artifactId>
67
			<version>[1.0.0,2.0.0)</version>
68
		</dependency>
69
		<dependency>
70
			<groupId>eu.dnetlib</groupId>
71
			<artifactId>dnet-webapp-monitoring</artifactId>
72
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
73
		</dependency>
74

    
75
		<!-- <dependency> -->
76
		<!-- <groupId>xml-apis</groupId> -->
77
		<!-- <artifactId>xml-apis</artifactId> -->
78
		<!-- <version>1.4.01</version> -->
79
		<!-- </dependency> -->
80
		<!-- <dependency> -->
81
		<!-- <groupId>jaxen</groupId> -->
82
		<!-- <artifactId>jaxen</artifactId> -->
83
		<!-- <version>1.1.1</version> -->
84
		<!-- <exclusions> -->
85
		<!-- <exclusion> -->
86
		<!-- <artifactId>xalan</artifactId> -->
87
		<!-- <groupId>xalan</groupId> -->
88
		<!-- </exclusion> -->
89
		<!-- </exclusions> -->
90
		<!-- </dependency> -->
91
		<dependency>
92
			<groupId>xerces</groupId>
93
			<artifactId>xercesImpl</artifactId>
94
			<version>2.11.0</version>
95
			<scope>compile</scope>
96
		</dependency>
97
		<!-- <dependency> -->
98
		<!-- <groupId>xalan</groupId> -->
99
		<!-- <artifactId>xalan</artifactId> -->
100
		<!-- <version>2.7.1</version> -->
101
		<!-- </dependency> -->
102

    
103
		<dependency>
104
			<groupId>eu.dnetlib</groupId>
105
			<artifactId>dnet-index-solr-service</artifactId>
106
			<version>1.0.0-SNAPSHOT</version>
107
		</dependency>
108
	</dependencies>
109
	<properties>
110
		<dnet.container.context>provision</dnet.container.context>
111
		<dnet.container.port>8980</dnet.container.port>
112
	</properties>
113
</project>
    (1-1/1)