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"
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>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-modular-repositories-ui</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.1.0-SNAPSHOT</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>dnet-modular-ui</artifactId>
18
			<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>dnet-modular-workflows-ui</artifactId>
23
			<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
24
		</dependency>
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>dnet-datasource-common</artifactId>
28
			<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>junit</groupId>
32
			<artifactId>junit</artifactId>
33
			<version>${junit.version}</version>
34
			<scope>test</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>javax.servlet</groupId>
38
			<artifactId>javax.servlet-api</artifactId>
39
			<version>${javax.servlet.version}</version>
40
			<scope>provided</scope>
41
		</dependency>
42
	</dependencies>
43

    
44
	<properties>
45
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
46
	</properties>
47

    
48
</project>
(2-2/2)