Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xmlns="http://maven.apache.org/POM/4.0.0"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
	<parent>
6
		<groupId>eu.dnetlib</groupId>
7
		<artifactId>dnet-parent</artifactId>
8
		<version>2.0.0-SNAPSHOT</version>
9
		<relativePath />
10
	</parent>
11
	<modelVersion>4.0.0</modelVersion>
12
	<groupId>eu.dnetlib</groupId>
13
	<artifactId>dnet-isti</artifactId>
14
	<packaging>jar</packaging>
15
	<version>1.0.0-SNAPSHOT</version>
16
	<scm>
17
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-isti/trunk</developerConnection>
18
	</scm>
19
	<dependencies>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>dnet-msro-service</artifactId>
23
			<version>5.0.0-SNAPSHOT</version>
24
		</dependency>
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>dnet-data-services</artifactId>
28
			<version>1.0.0-SNAPSHOT</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>dnet-modular-uis</artifactId>
33
			<version>1.0.0-SNAPSHOT</version>
34
		</dependency>
35
<!-- 		<dependency>
36
			<groupId>com.ximpleware</groupId>
37
			<artifactId>vtd-xml</artifactId>
38
			<version>2.11</version>
39
		</dependency>
40
-->
41
		<dependency>
42
			<groupId>org.jbibtex</groupId>
43
			<artifactId>jbibtex</artifactId>
44
			<version>1.0.17</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>javax.servlet</groupId>
48
			<artifactId>javax.servlet-api</artifactId>
49
			<version>${javax.servlet.version}</version>
50
			<scope>provided</scope>
51
		</dependency>
52
		<dependency>
53
			<groupId>junit</groupId>
54
			<artifactId>junit</artifactId>
55
			<version>${junit.version}</version>
56
			<scope>test</scope>
57
		</dependency>
58
	</dependencies>
59
</project>
(2-2/2)