Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>2.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-msro-service</artifactId>
13
	<packaging>jar</packaging>
14
	<version>6.0.0-SAXONHE-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-msro-service/branches/saxonHE</developerConnection>
17
	</scm>
18
	<repositories>
19
		<repository>
20
			<id>FORTH-ISL-MAVEN</id>
21
			<name>FORTH ISL Maven Repository</name>
22
			<url>http://www.ics.forth.gr/isl/maven/</url>
23
		</repository>
24
	</repositories>
25

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

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

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