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
		<artifactId>dnet-parent</artifactId>
6 31553 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 32624 andrea.man
	<version>2.0.1-SNAPSHOT</version>
14 31553 claudio.at
	<scm>
15 32624 andrea.man
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-oai-explorer-ui/trunk</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
			<groupId>commons-httpclient</groupId>
31
			<artifactId>commons-httpclient</artifactId>
32
			<version>3.1</version>
33
		</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>