Project

General

Profile

« Previous | Next » 

Revision 63253

Added by Alessia Bardi 5 months ago

using new dnet-index-client and dnet-directindex-api to avoid class loading problems

View differences:

pom.xml
25 25
					<artifactId>wstx-asl</artifactId>
26 26
					<groupId>org.codehaus.woodstox</groupId>
27 27
				</exclusion>
28
                                <exclusion>
29
                                        <artifactId>dnet-index-solr-common</artifactId>
30
                                        <groupId>eu.dnetlib</groupId>
31
                                </exclusion>
32 28
			</exclusions>
33 29
		</dependency>
34 30
		<dependency>
......
60 56
			<groupId>eu.dnetlib</groupId>
61 57
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
62 58
			<version>[7.0.0,8.0.0)</version>
63
                        <exclusions>
64
                                <exclusion>
65
                                        <artifactId>dnet-index-solr-common</artifactId>
66
                                        <groupId>eu.dnetlib</groupId>
67
                                </exclusion>
68
                        </exclusions>
69 59
		</dependency>
70 60
		<dependency>
71 61
			<groupId>eu.dnetlib</groupId>
......
109 99
			<groupId>eu.dnetlib</groupId>
110 100
			<artifactId>dnet-index-client</artifactId>
111 101
			<version>[3.0.0,4.0.0)</version>
112
			<exclusions>
113
					<exclusion>
114
							<artifactId>dnet-index-solr-common</artifactId>
115
							<groupId>eu.dnetlib</groupId>
116
					</exclusion>
117
			</exclusions>
118 102
		</dependency>
119 103

  
120 104
		<dependency>
......
143 127
			</exclusions>
144 128
		</dependency>
145 129

  
146
		<!-- modular ui and servlet api are here because of the stats controller -->
147 130
		<dependency>
148 131
			<groupId>eu.dnetlib</groupId>
149 132
			<artifactId>dnet-directindex-api</artifactId>

Also available in: Unified diff