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> <groupId>com.ximpleware</groupId> <artifactId>vtd-xml</artifactId> 
36
			<version>2.11</version> </dependency> -->
37
		<dependency>
38
			<groupId>mysql</groupId>
39
			<artifactId>mysql-connector-java</artifactId>
40
			<version>5.1.46</version>
41
		</dependency>
42
		<dependency>
43
			<groupId>org.jbibtex</groupId>
44
			<artifactId>jbibtex</artifactId>
45
			<version>1.0.17</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>javax.servlet</groupId>
49
			<artifactId>javax.servlet-api</artifactId>
50
			<version>${javax.servlet.version}</version>
51
			<scope>provided</scope>
52
		</dependency>
53
		<dependency>
54
			<groupId>junit</groupId>
55
			<artifactId>junit</artifactId>
56
			<version>${junit.version}</version>
57
			<scope>test</scope>
58
		</dependency>
59
	</dependencies>
60
</project>
(3-3/3)