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

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

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

    
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-resultset-service</artifactId>
38
			<version>[2.0.0,3.0.0)</version>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>cnr-resultset-inspector</artifactId>
43
			<version>[2.0.0,3.0.0)</version>
44
		</dependency>
45

    
46
		<!-- Vocabulary REST publisher -->
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>dnet-vocabulary-publisher</artifactId>
50
			<version>[2.0.0,3.0.0)</version>
51
		</dependency>
52

    
53
		<!-- OAI publisher service -->
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>cnr-data-information-oai-publisher</artifactId>
57
			<version>[8.0.0,9.0.0)</version>
58
		</dependency>
59

    
60
		<!-- Inspector security -->
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>cnr-inspector-security</artifactId>
64
			<version>[1.0.0,2.0.0)</version>
65
		</dependency>
66
		<dependency>
67
			<groupId>eu.dnetlib</groupId>
68
			<artifactId>dnet-webapp-monitoring</artifactId>
69
			<version>[1.0.0,2.0.0)</version>
70
		</dependency>
71

    
72
		<dependency>
73
			<groupId>xerces</groupId>
74
			<artifactId>xercesImpl</artifactId>
75
			<version>2.11.0</version>
76
			<scope>compile</scope>
77
		</dependency>
78

    
79

    
80
		<!-- Index service -->
81
		<dependency>
82
			<groupId>eu.dnetlib</groupId>
83
			<artifactId>dnet-index-solr-service</artifactId>
84
			<version>[2.5.8]</version>
85
		</dependency>
86

    
87
		<dependency>
88
			<groupId>eu.dnetlib</groupId>
89
			<artifactId>dnet-index-client</artifactId>
90
			<version>[2.3.4,3.0.0)</version>
91
		</dependency>
92

    
93

    
94
		<dependency>
95
			<groupId>javax.servlet</groupId>
96
			<artifactId>javax.servlet-api</artifactId>
97
			<version>${javax.servlet.version}</version>
98
			<scope>provided</scope>
99
		</dependency>
100

    
101
		<!-- SWAGGER -->
102
		<dependency>
103
			<groupId>com.fasterxml.jackson.datatype</groupId>
104
			<artifactId>jackson-datatype-joda</artifactId>
105
			<version>2.6.6</version>
106
		</dependency>
107
		<dependency>
108
			<groupId>joda-time</groupId>
109
			<artifactId>joda-time</artifactId>
110
			<version>2.8.2</version>
111
		</dependency>
112

    
113
		<dependency>
114
			<groupId>io.springfox</groupId>
115
			<artifactId>springfox-swagger2</artifactId>
116
			<version>${springfox-version}</version>
117
		</dependency>
118
		<dependency>
119
			<groupId>io.springfox</groupId>
120
			<artifactId>springfox-swagger-ui</artifactId>
121
			<version>${springfox-version}</version>
122
		</dependency>
123

    
124
		<dependency>
125
			<groupId>org.hibernate</groupId>
126
			<artifactId>hibernate-validator</artifactId>
127
			<version>5.2.4.Final</version>
128
		</dependency>
129

    
130
		<!-- Direct Index Api -->
131
		<dependency>
132
			<groupId>eu.dnetlib</groupId>
133
			<artifactId>dnet-directindex-api</artifactId>
134
			<version>[2.3.9,2.4.0)</version>
135
			<exclusions>
136
				<exclusion>
137
					<groupId>log4j</groupId>
138
					<artifactId>log4j</artifactId>
139
				</exclusion>
140
				<exclusion>
141
					<artifactId>servlet-api</artifactId>
142
					<groupId>javax.servlet</groupId>
143
				</exclusion>
144
			</exclusions>
145
		</dependency>
146
	</dependencies>
147
	<properties>
148
		<springfox-version>2.5.0</springfox-version>
149
		<dnet.container.context>provision</dnet.container.context>
150
		<dnet.container.port>8980</dnet.container.port>
151
	</properties>
152

    
153
  <scm>
154
    <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-container-parent/tags/dnet-container-provision-1.2.5-PROD</developerConnection>
155
  </scm>
156
</project>
    (1-1/1)