Project

General

Profile

1
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <parent>
5
    <groupId>eu.dnetlib</groupId>
6
    <artifactId>dnet-parent</artifactId>
7
    <version>1.0.0-SNAPSHOT</version>
8
  </parent>
9
  <groupId>eu.dnetlib</groupId>
10
  <artifactId>dnet-newpuma-workflows</artifactId>
11
  <version>1.0.0-SNAPSHOT</version>
12
  <dependencies>
13

    
14
    <dependency>
15
      <groupId>eu.dnetlib</groupId>
16
      <artifactId>dnet-msro-service</artifactId>
17
      <version>[3.0.0,4.0.0)</version>
18
    </dependency>
19
  </dependencies>
20

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