Project

General

Profile

« Previous | Next » 

Revision 49817

adopted solrj:7.1.0, implemented new way to fetch the lastIndexingDate

View differences:

pom.xml
97 97
					<groupId>eu.dnetlib</groupId>
98 98
					<artifactId>dnet-hadoop-commons</artifactId>
99 99
				</exclusion>
100
				<exclusion>
101
					<groupId>eu.dnetlib</groupId>
102
					<artifactId>dnet-index-solr-common</artifactId>
103
				</exclusion>
104
				<exclusion>
105
					<groupId>org.apache.solr</groupId>
106
					<artifactId>solr-solrj</artifactId>
107
				</exclusion>
100 108
			</exclusions>
101 109
		</dependency>
102 110
		<dependency>
......
240 248

  
241 249
	<properties>
242 250
		<java.version>1.8</java.version>
243
		<apache.solr.version>6.6.0</apache.solr.version>
251
		<apache.solr.version>7.1.0</apache.solr.version>
244 252
		<mongodb.driver.version>3.4.2</mongodb.driver.version>
245 253
		<springfox-version>2.7.0</springfox-version>
246 254
		<prometheus.version>0.0.25</prometheus.version>

Also available in: Unified diff