Project

General

Profile

« Previous | Next » 

Revision 46587

implemented use of opt in/out rules for entity fields (#2557).
depending on specific solrj version (thus excluding cdh6.X versions)

View differences:

pom.xml
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-mapreduce-jobs</artifactId>
12
	<version>0.0.9.7-PIWIK-SNAPSHOT</version>
12
	<version>1.0.0-SNAPSHOT</version>
13 13
	<packaging>jar</packaging>
14 14
	<scm>
15 15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-mapreduce-jobs/trunk</developerConnection>
......
82 82
		<dependency>
83 83
			<groupId>org.apache.solr</groupId>
84 84
			<artifactId>solr-solrj</artifactId>
85
			<version>[4.7.0, 5.0.0)</version>
85
			<version>[4.10.4]</version>
86 86
			<exclusions>
87 87
				<exclusion>
88 88
					<artifactId>wstx-asl</artifactId>
89 89
					<groupId>org.codehaus.woodstox</groupId>
90 90
				</exclusion>
91
<!--
92
				<exclusion>
93
					<artifactId>httpcore</artifactId>
94
					<groupId>org.apache.httpcomponents</groupId>
95
				</exclusion>
96
				<exclusion>
97
					<artifactId>httpclient</artifactId>
98
					<groupId>org.apache.httpcomponents</groupId>
99
				</exclusion>
100
-->
101 91
			</exclusions>
102 92
		</dependency>
103 93
		<dependency>
......
230 220
			<version>[1.0.0,2.0.0)</version>
231 221
			<scope>test</scope>
232 222
		</dependency>
223
		<dependency>
224
			<groupId>com.google.guava</groupId>
225
			<artifactId>guava</artifactId>
226
			<version>RELEASE</version>
227
		</dependency>
233 228

  
234 229
	</dependencies>
235 230
</project>

Also available in: Unified diff