1 |
26600
|
sandro.lab
|
<?xml version="1.0" ?>
|
2 |
52257
|
claudio.at
|
<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/maven-v4_0_0.xsd">
|
3 |
48139
|
alessia.ba
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet45-parent</artifactId>
|
6 |
50724
|
claudio.at
|
<version>1.0.0</version>
|
7 |
48149
|
alessia.ba
|
<relativePath />
|
8 |
48139
|
alessia.ba
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
51150
|
michele.ar
|
<artifactId>dnet-directindex-api</artifactId>
|
12 |
48139
|
alessia.ba
|
<packaging>jar</packaging>
|
13 |
53570
|
alessia.ba
|
<version>1.0.5-SNAPSHOT</version>
|
14 |
48751
|
miriam.bag
|
|
15 |
48139
|
alessia.ba
|
<scm>
|
16 |
53570
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-directindex-api/trunk</developerConnection>
|
17 |
48139
|
alessia.ba
|
</scm>
|
18 |
|
|
<dependencies>
|
19 |
|
|
<dependency>
|
20 |
|
|
<groupId>eu.dnetlib</groupId>
|
21 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
22 |
|
|
<version>[6.0.0,7.0.0)</version>
|
23 |
51899
|
michele.ar
|
<exclusions>
|
24 |
|
|
<exclusion>
|
25 |
|
|
<groupId>eu.dnetlib</groupId>
|
26 |
|
|
<artifactId>dnet-hadoop-commons</artifactId>
|
27 |
|
|
</exclusion>
|
28 |
|
|
</exclusions>
|
29 |
48139
|
alessia.ba
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
|
|
<groupId>eu.dnetlib</groupId>
|
32 |
|
|
<artifactId>dnet-index-solr-client</artifactId>
|
33 |
|
|
<version>[2.0.0,2.9.9)</version>
|
34 |
|
|
</dependency>
|
35 |
|
|
<dependency>
|
36 |
51236
|
michele.ar
|
<groupId>junit</groupId>
|
37 |
|
|
<artifactId>junit</artifactId>
|
38 |
|
|
<version>${junit.version}</version>
|
39 |
|
|
<scope>test</scope>
|
40 |
48139
|
alessia.ba
|
</dependency>
|
41 |
|
|
<dependency>
|
42 |
51236
|
michele.ar
|
<groupId>io.springfox</groupId>
|
43 |
|
|
<artifactId>springfox-swagger2</artifactId>
|
44 |
|
|
<version>${springfox-version}</version>
|
45 |
48139
|
alessia.ba
|
</dependency>
|
46 |
|
|
<dependency>
|
47 |
51236
|
michele.ar
|
<groupId>org.mockito</groupId>
|
48 |
|
|
<artifactId>mockito-core</artifactId>
|
49 |
|
|
<version>1.9.5</version>
|
50 |
48139
|
alessia.ba
|
</dependency>
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>org.apache.velocity</groupId>
|
53 |
|
|
<artifactId>velocity</artifactId>
|
54 |
|
|
<version>1.7</version>
|
55 |
|
|
<exclusions>
|
56 |
|
|
<exclusion>
|
57 |
|
|
<artifactId>antlr</artifactId>
|
58 |
|
|
<groupId>antlr</groupId>
|
59 |
|
|
</exclusion>
|
60 |
|
|
</exclusions>
|
61 |
|
|
</dependency>
|
62 |
|
|
<dependency>
|
63 |
|
|
<groupId>org.apache.velocity</groupId>
|
64 |
|
|
<artifactId>velocity-tools</artifactId>
|
65 |
|
|
<version>2.0</version>
|
66 |
|
|
<exclusions>
|
67 |
|
|
<exclusion>
|
68 |
|
|
<artifactId>antlr</artifactId>
|
69 |
|
|
<groupId>antlr</groupId>
|
70 |
|
|
</exclusion>
|
71 |
|
|
</exclusions>
|
72 |
|
|
</dependency>
|
73 |
51237
|
michele.ar
|
<dependency>
|
74 |
|
|
<groupId>org.springframework</groupId>
|
75 |
|
|
<artifactId>spring-context-support</artifactId>
|
76 |
|
|
<version>${spring.version}</version>
|
77 |
|
|
</dependency>
|
78 |
48139
|
alessia.ba
|
</dependencies>
|
79 |
40429
|
claudio.at
|
|
80 |
48139
|
alessia.ba
|
<properties>
|
81 |
|
|
<springfox-version>2.5.0</springfox-version>
|
82 |
|
|
</properties>
|
83 |
26600
|
sandro.lab
|
</project>
|