Project

General

Profile

1
<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/xsd/maven-4.0.0.xsd">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>eu.dnetlib</groupId>
5
    <artifactId>dnet-parent</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <groupId>eu.dnetlib</groupId>
9
  <artifactId>dnet-download-plugins</artifactId>
10
  <version>1.0.0-SNAPSHOT</version>
11
  
12
  <dependencies>
13
  	<dependency>
14
  	<groupId>eu.dnetlib</groupId>
15
  	<artifactId>dnet-download-service</artifactId>
16
  	<version>[1.0.0-SNAPSHOT]</version>  		
17
  </dependency>
18
  
19
  </dependencies>
20
  
21
</project>
(2-2/2)