Project

General

Profile

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-modular-index-ui</artifactId>
11
	<version>1.0.0-SNAPSHOT</version>
12
	<dependencies>
13
		<dependency>
14
			<groupId>eu.dnetlib</groupId>
15
			<artifactId>dnet-modular-ui</artifactId>
16
			<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
17
		</dependency>
18
		<dependency>
19
			<groupId>javax.servlet</groupId>
20
			<artifactId>javax.servlet-api</artifactId>
21
			<version>${javax.servlet.version}</version>
22
			<scope>provided</scope>
23
		</dependency>
24
		
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>dnet-index-solr-client</artifactId>
28
			<version>[1.0.0-SNAPSHOT, 1.1.0-SNAPSHOT)</version>
29
		
30
		</dependency>
31

    
32
	</dependencies>
33

    
34

    
35
</project>
(2-2/2)