Project

General

Profile

« Previous | Next » 

Revision 50482

reverted to 49890

View differences:

pom.xml
55 55
				<exclusion>
56 56
					<groupId>apache</groupId>
57 57
					<artifactId>commons-pool</artifactId>
58
				</exclusion> 
59
				<exclusion>
60
                                        <groupId>org.apache.logging.log4j</groupId>
61
                                        <artifactId>log4j-slf4j-impl</artifactId>
62
                                </exclusion>
58
				</exclusion>
63 59
			</exclusions>
64 60
		</dependency>
65 61
		<dependency>
......
197 193
                <dependency>
198 194
                  <groupId>eu.dnetlib</groupId>
199 195
		  <artifactId>dnet-openaireplus-mapping-utils</artifactId>
200
		  <version>[6.1.0,7.0.0)</version>
196
		  <version>[6.1.0-solr6-SNAPSHOT]</version>
201 197
		</dependency>
202 198

  
203 199
                <dependency>
204 200
                   <groupId>eu.dnetlib</groupId>
205 201
                   <artifactId>dnet-index-solr-common</artifactId>
206
                   <version>[1.3.2-SNAPSHOT,2.0.0)</version>
202
                   <version>[1.3.2-solr6-SNAPSHOT]</version>
207 203
                </dependency>
208 204

  
209 205
		<dependency>
......
325 321

  
326 322
	</dependencies>
327 323

  
324
	<properties>
325
	  <apache.solr.version>6.6.0</apache.solr.version>
326
		<springfox-version>2.5.0</springfox-version>
327
	</properties>
328

  
328 329
</project>

Also available in: Unified diff