1 |
29449
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31482
|
alessia.ba
|
<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 |
31481
|
alessia.ba
|
<parent>
|
4 |
29849
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
5 |
31481
|
alessia.ba
|
<artifactId>dnet-parent</artifactId>
|
6 |
|
|
<version>1.0.0</version>
|
7 |
|
|
<relativePath />
|
8 |
|
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-index-solr-client</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
32579
|
michele.ar
|
<version>2.0.1-SNAPSHOT</version>
|
14 |
31481
|
alessia.ba
|
<scm>
|
15 |
32579
|
michele.ar
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-index-solr-client/trunk</developerConnection>
|
16 |
31481
|
alessia.ba
|
</scm>
|
17 |
|
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>dnet-index-client</artifactId>
|
21 |
32576
|
michele.ar
|
<version>[2.0.0, 3.0.0)</version>
|
22 |
31481
|
alessia.ba
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>org.apache.solr</groupId>
|
25 |
|
|
<artifactId>solr-solrj</artifactId>
|
26 |
|
|
<version>4.9.0</version>
|
27 |
|
|
<exclusions>
|
28 |
|
|
<exclusion>
|
29 |
|
|
<artifactId>wstx-asl</artifactId>
|
30 |
|
|
<groupId>org.codehaus.woodstox</groupId>
|
31 |
|
|
</exclusion>
|
32 |
|
|
</exclusions>
|
33 |
|
|
</dependency>
|
34 |
|
|
<dependency>
|
35 |
|
|
<groupId>eu.dnetlib</groupId>
|
36 |
|
|
<artifactId>dnet-index-solr-common</artifactId>
|
37 |
|
|
<version>[1.1.0, 2.0.0)</version>
|
38 |
|
|
</dependency>
|
39 |
|
|
</dependencies>
|
40 |
31480
|
alessia.ba
|
|
41 |
31481
|
alessia.ba
|
|
42 |
29449
|
sandro.lab
|
</project>
|