Project

General

Profile

« Previous | Next » 

Revision 41148

Implemented Indexing

View differences:

pom.xml
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">
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">
2 3
  <modelVersion>4.0.0</modelVersion>
3 4
  <parent>
4 5
    <groupId>eu.dnetlib</groupId>
......
8 9
  <groupId>eu.dnetlib</groupId>
9 10
  <artifactId>dnet-newpuma-workflows</artifactId>
10 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

  
11 21
</project>

Also available in: Unified diff