Project

General

Profile

« Previous | Next » 

Revision 55756

reintegrated branch solr75 -r53767:HEAD

View differences:

pom.xml
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-index-solr-common</artifactId>
12
	<version>1.3.4-SNAPSHOT</version>
12
	<version>2.3.4-SNAPSHOT</version>
13 13
	<scm>
14 14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-index-solr-common/trunk</developerConnection>
15 15
	</scm>
......
17 17
		<dependency>
18 18
			<groupId>org.apache.solr</groupId>
19 19
			<artifactId>solr-solrj</artifactId>
20
			<version>${apache.solr.version}</version>
20
			<version>7.5.0</version>
21 21
			<exclusions>
22 22
				<exclusion>
23 23
					<artifactId>wstx-asl</artifactId>
......
39 39
			<artifactId>guava</artifactId>
40 40
			<version>${google.guava.version}</version>
41 41
		</dependency>
42
		<dependency>
43
			<groupId>commons-logging</groupId>
44
			<artifactId>commons-logging</artifactId>
45
			<version>${commons.logging.version}</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>org.apache.commons</groupId>
49
			<artifactId>commons-lang3</artifactId>
50
			<version>3.5</version>
51
		</dependency>
42 52

  
43 53
	</dependencies>
44 54
</project>

Also available in: Unified diff