Project

General

Profile

1
<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/xsd/maven-4.0.0.xsd">
2
	<modelVersion>4.0.0</modelVersion>
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>1.0.0</version>
7
		<relativePath />	
8
	</parent>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-modular-index-ui</artifactId>
11
	<version>1.0.0</version>
12
	<scm>
13
   		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-index-ui/tags/dnet-modular-index-ui-1.0.0</developerConnection>
14
	</scm>
15

    
16
	<dependencies>
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>dnet-modular-ui</artifactId>
20
			<version>[2.0.0,3.0.0)</version>
21
		</dependency>
22
		<dependency>
23
			<groupId>javax.servlet</groupId>
24
			<artifactId>javax.servlet-api</artifactId>
25
			<version>${javax.servlet.version}</version>
26
			<scope>provided</scope>
27
		</dependency>
28
		
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>dnet-index-solr-client</artifactId>
32
			<version>[1.0.0, 2.0.0)</version>
33
		
34
		</dependency>
35

    
36
	</dependencies>
37

    
38

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