Project

General

Profile

1 27850 michele.ar
<?xml version="1.0" encoding="UTF-8"?>
2 31554 claudio.at
<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 27850 michele.ar
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5 45236 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 48081 claudio.at
		<version>1.0.0</version>
7 31554 claudio.at
		<relativePath />
8 27850 michele.ar
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-modular-oai-explorer-ui</artifactId>
12
	<packaging>jar</packaging>
13 56154 alessia.ba
	<version>2.0.3</version>
14 31553 claudio.at
	<scm>
15 56154 alessia.ba
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-oai-explorer-ui/tags/dnet-modular-oai-explorer-ui-2.0.3</developerConnection>
16 31553 claudio.at
	</scm>
17 27850 michele.ar
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>dnet-modular-ui</artifactId>
21 32621 andrea.man
			<version>[3.0.0,4.0.0)</version>
22 27850 michele.ar
		</dependency>
23
		<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
		<dependency>
30 54338 claudio.at
			<groupId>org.apache.httpcomponents</groupId>
31
			<artifactId>httpclient</artifactId>
32
			<version>4.5.3</version>
33 27850 michele.ar
		</dependency>
34
		<dependency>
35
			<groupId>junit</groupId>
36
			<artifactId>junit</artifactId>
37
			<version>${junit.version}</version>
38
			<scope>test</scope>
39
		</dependency>
40
	</dependencies>
41
</project>