Revision 53795
Added by Claudio Atzori almost 6 years ago
modules/dnet-openaireplus-workflows/branches/solr75/pom.xml | ||
---|---|---|
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 | 5 |
<artifactId>dnet45-parent</artifactId> |
6 |
<version>1.0.0</version> |
|
6 |
<version>1.0.0-SNAPSHOT</version>
|
|
7 | 7 |
<relativePath /> |
8 | 8 |
</parent> |
9 | 9 |
<modelVersion>4.0.0</modelVersion> |
... | ... | |
62 | 62 |
<artifactId>dnet-hadoop-service-rmi</artifactId> |
63 | 63 |
<version>[1.0.0,2.0.0)</version> |
64 | 64 |
</dependency> |
65 |
|
|
65 | 66 |
<dependency> |
66 | 67 |
<groupId>eu.dnetlib</groupId> |
67 |
<artifactId>dnet-index-solr-common</artifactId> |
|
68 |
<version>[1.0.0,2.0.0)</version> |
|
69 |
</dependency> |
|
70 |
<dependency> |
|
71 |
<groupId>eu.dnetlib</groupId> |
|
72 | 68 |
<artifactId>dnet-collector-plugins</artifactId> |
73 | 69 |
<version>[1.0.0,2.0.0)</version> |
74 | 70 |
</dependency> |
... | ... | |
101 | 97 |
|
102 | 98 |
<dependency> |
103 | 99 |
<groupId>eu.dnetlib</groupId> |
104 |
<artifactId>dnet-index-solr-client</artifactId>
|
|
105 |
<version>[2.0.0,2.9.9)</version>
|
|
100 |
<artifactId>dnet-index-client</artifactId> |
|
101 |
<version>[2.3.2-solr75-SNAPSHOT]</version>
|
|
106 | 102 |
</dependency> |
107 | 103 |
|
108 | 104 |
<dependency> |
... | ... | |
121 | 117 |
<dependency> |
122 | 118 |
<groupId>eu.dnetlib</groupId> |
123 | 119 |
<artifactId>dnet-directindex-api</artifactId> |
124 |
<version>[1.0.0,2.0.0)</version>
|
|
120 |
<version>[2.0.5-solr75-SNAPSHOT]</version>
|
|
125 | 121 |
</dependency> |
126 | 122 |
|
127 | 123 |
<dependency> |
Also available in: Unified diff
updated dependencies to include solr75 specific branches