Project

General

Profile

1
<?xml version="1.0" ?>
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>0.0.1-alpha</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-openaireplus-profiles</artifactId>
12
	<packaging>jar</packaging>
13
	<version>0.0.11</version>
14
	<dependencies>
15
<!--
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>icm-security-profiles</artifactId>
19
			<version>[0.0.0,0.1.0)</version>
20
		</dependency>
21
-->
22
	</dependencies>
23
</project>
    (1-1/1)