Project

General

Profile

1 26600 sandro.lab
<?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 48217 claudio.at
		<artifactId>dnet45-container-parent</artifactId>
7 31489 alessia.ba
		<version>1.0.0</version>
8 26600 sandro.lab
		<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 38655 alessia.ba
	<version>1.2.0-BETA-SNAPSHOT</version>
15 26600 sandro.lab
	<dependencies>
16
17
		<!-- Common components in every container -->
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-log4j-inspector</artifactId>
21 30766 sandro.lab
			<version>[1.0.0,2.0.0)</version>
22 26600 sandro.lab
		</dependency>
23
24
		<!-- Common services in every container -->
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>cnr-enabling-hnm-service</artifactId>
28 33097 claudio.at
			<version>[2.0.0,3.0.0)</version>
29 26600 sandro.lab
		</dependency>
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>cnr-enabling-hcm-service</artifactId>
33 33097 claudio.at
			<version>[2.0.0,3.0.0)</version>
34 26600 sandro.lab
		</dependency>
35
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>cnr-resultset-service</artifactId>
39 33097 claudio.at
			<version>[2.0.0,3.0.0)</version>
40 26600 sandro.lab
		</dependency>
41
		<dependency>
42
			<groupId>eu.dnetlib</groupId>
43
			<artifactId>cnr-resultset-inspector</artifactId>
44 33097 claudio.at
			<version>[2.0.0,3.0.0)</version>
45 26600 sandro.lab
		</dependency>
46 34841 alessia.ba
47 29122 alessia.ba
		<!-- Vocabulary REST publisher -->
48
		<dependency>
49
			<groupId>eu.dnetlib</groupId>
50
			<artifactId>dnet-vocabulary-publisher</artifactId>
51 48216 claudio.at
			<version>[2.0.0,3.0.0)</version>
52 29122 alessia.ba
		</dependency>
53 26600 sandro.lab
54
		<!-- OAI publisher service -->
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57
			<artifactId>cnr-data-information-oai-publisher</artifactId>
58 48216 claudio.at
			<version>[8.0.0,9.0.0)</version>
59 26600 sandro.lab
		</dependency>
60 34841 alessia.ba
61 26600 sandro.lab
		<!-- Inspector security -->
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>cnr-inspector-security</artifactId>
65 30766 sandro.lab
			<version>[1.0.0,2.0.0)</version>
66 26600 sandro.lab
		</dependency>
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>dnet-webapp-monitoring</artifactId>
70 31489 alessia.ba
			<version>[1.0.0,2.0.0)</version>
71 26600 sandro.lab
		</dependency>
72
73
		<dependency>
74
			<groupId>xerces</groupId>
75
			<artifactId>xercesImpl</artifactId>
76
			<version>2.11.0</version>
77
			<scope>compile</scope>
78
		</dependency>
79 34841 alessia.ba
80 48216 claudio.at
81 31151 alessia.ba
		<!-- Index service -->
82 30185 sandro.lab
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-index-solr-service</artifactId>
85 55855 claudio.at
			<version>[2.4.7,3.0.0)</version>
86 30185 sandro.lab
		</dependency>
87 36136 alessia.ba
88 52008 michele.ar
		<!-- Uncomment after we release the module <dependency> <groupId>eu.dnetlib</groupId>
89
			<artifactId>dnet-datasource-rest-api</artifactId> <version>[0.0.1,2.0.0)</version>
90
			</dependency> -->
91 34841 alessia.ba
92 36136 alessia.ba
93 46439 claudio.at
		<dependency>
94
			<groupId>javax.servlet</groupId>
95
			<artifactId>javax.servlet-api</artifactId>
96
			<version>${javax.servlet.version}</version>
97
			<scope>provided</scope>
98
		</dependency>
99 46435 claudio.at
100 46439 claudio.at
		<!-- SWAGGER -->
101
		<dependency>
102
			<groupId>com.fasterxml.jackson.datatype</groupId>
103
			<artifactId>jackson-datatype-joda</artifactId>
104
			<version>2.6.6</version>
105
		</dependency>
106
		<dependency>
107
			<groupId>joda-time</groupId>
108
			<artifactId>joda-time</artifactId>
109
			<version>2.8.2</version>
110
		</dependency>
111
112
		<dependency>
113
			<groupId>io.springfox</groupId>
114
			<artifactId>springfox-swagger2</artifactId>
115
			<version>${springfox-version}</version>
116
		</dependency>
117
		<dependency>
118
			<groupId>io.springfox</groupId>
119
			<artifactId>springfox-swagger-ui</artifactId>
120
			<version>${springfox-version}</version>
121
		</dependency>
122
123
		<dependency>
124
			<groupId>org.hibernate</groupId>
125
			<artifactId>hibernate-validator</artifactId>
126
			<version>5.2.4.Final</version>
127
		</dependency>
128
129 52008 michele.ar
		<!-- Direct Index Api -->
130 52266 claudio.at
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>dnet-directindex-api</artifactId>
133 55855 claudio.at
			<version>[2.1.13,3.0.0)</version>
134 52266 claudio.at
			<exclusions>
135
			  <exclusion>
136
			    <groupId>log4j</groupId>
137
			    <artifactId>log4j</artifactId>
138
			  </exclusion>
139
			  <exclusion>
140
			    <artifactId>servlet-api</artifactId>
141
			    <groupId>javax.servlet</groupId>
142
			    </exclusion>
143
			</exclusions>
144
		</dependency>
145 46439 claudio.at
146 26600 sandro.lab
	</dependencies>
147
	<properties>
148 46439 claudio.at
		<springfox-version>2.5.0</springfox-version>
149 31010 claudio.at
		<dnet.container.context>provision</dnet.container.context>
150 26600 sandro.lab
		<dnet.container.port>8980</dnet.container.port>
151
	</properties>
152
</project>