Project

General

Profile

1 31581 alessia.ba
<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 30085 sandro.lab
	<modelVersion>4.0.0</modelVersion>
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5 45250 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 48110 claudio.at
		<version>1.0.0</version>
7 31581 alessia.ba
		<relativePath />
8 30085 sandro.lab
	</parent>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-modular-index-ui</artifactId>
11 48111 claudio.at
	<version>2.0.5</version>
12 31580 alessia.ba
	<scm>
13 48111 claudio.at
   		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-index-ui/tags/dnet-modular-index-ui-2.0.5</developerConnection>
14 31580 alessia.ba
	</scm>
15
16 30085 sandro.lab
	<dependencies>
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>dnet-modular-ui</artifactId>
20 32605 andrea.man
			<version>[3.0.0,4.0.0)</version>
21 30085 sandro.lab
		</dependency>
22 32605 andrea.man
23 30085 sandro.lab
		<dependency>
24
			<groupId>javax.servlet</groupId>
25
			<artifactId>javax.servlet-api</artifactId>
26
			<version>${javax.servlet.version}</version>
27
			<scope>provided</scope>
28
		</dependency>
29
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>dnet-index-solr-client</artifactId>
33 40740 andrea.man
			<version>[2.0.0,2.9.9]</version>
34 30085 sandro.lab
		</dependency>
35
36
	</dependencies>
37
38
39 45250 claudio.at
</project>