Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<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
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>2.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-msro-service</artifactId>
12
	<packaging>jar</packaging>
13
	<version>6.0.1-SAXONHE-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-msro-service/branches/saxonHE</developerConnection>
16
	</scm>
17
	<repositories>
18
		<repository>
19
			<id>FORTH-ISL-MAVEN</id>
20
			<name>FORTH ISL Maven Repository</name>
21
			<url>http://www.ics.forth.gr/isl/maven/</url>
22
		</repository>
23
	</repositories>
24

    
25
	<dependencies>
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>dnet-core-services</artifactId>
29
			<version>[2.0.0-SAXONHE,3.0.0-SAXONHE)</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>org.mongodb</groupId>
33
			<artifactId>mongo-java-driver</artifactId>
34
			<version>${mongodb.driver.version}</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>com.typesafe</groupId>
38
			<artifactId>config</artifactId>
39
			<version>1.3.0</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>javax.mail</groupId>
43
			<artifactId>mail</artifactId>
44
			<version>1.4.7</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>org.codehaus.groovy</groupId>
48
			<artifactId>groovy-all</artifactId>
49
			<version>2.4.6</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>gr.forth.ics.isl</groupId>
53
			<artifactId>x3ml-engine</artifactId>
54
			<version>1.8.0-SNAPSHOT</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>junit</groupId>
58
			<artifactId>junit</artifactId>
59
			<version>${junit.version}</version>
60
			<scope>test</scope>
61
		</dependency>
62
	</dependencies>
63

    
64
	<properties>
65
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
66
	</properties>
67

    
68
</project>
(4-4/4)