Project

General

Profile

« Previous | Next » 

Revision 62878

adjusted dependencies, bumped version

View differences:

pom.xml
11 11
	<groupId>eu.dnetlib</groupId>
12 12
	<artifactId>dnet-container-openaireplus</artifactId>
13 13
	<packaging>war</packaging>
14
	<version>5.0.12-BETA</version>
14
	<version>5.0.13-BETA</version>
15 15
	<scm>
16 16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-openaireplus/branches/beta</developerConnection>
17 17
	</scm>
......
137 137
			<groupId>eu.dnetlib</groupId>
138 138
			<artifactId>dnet-modular-index-ui</artifactId>
139 139
			<version>[2.0.8,3.0.0)</version>
140
			<exclusions>
141
                                <exclusion>
142
                                        <groupId>eu.dnetlib</groupId>
143
                                        <artifactId>dnet-index-solr-common</artifactId>
144
                                </exclusion>
145
                        </exclusions>
140 146
		</dependency>
141 147

  
142 148
		<!-- dependencies added to avoid *-solr6 versions to be included in the classpath -->
......
159 165
			<version>[2.0.0,3.0.0)</version>
160 166
			<exclusions>
161 167
				<exclusion>
162
					<groupId>eu.dnetlibe</groupId>
168
					<groupId>eu.dnetlib</groupId>
163 169
					<artifactId>dnet-pace-core</artifactId>
164 170
				</exclusion>
171
                                <exclusion>
172
                                        <groupId>eu.dnetlib</groupId>
173
                                        <artifactId>dnet-index-solr-common</artifactId>
174
                                </exclusion>
165 175
			</exclusions>
166 176
		</dependency>
167 177

  
......
206 216
			<groupId>eu.dnetlib</groupId>
207 217
			<artifactId>dnet-openaireplus-workflows</artifactId>
208 218
			<version>[8.0.0, 9.0.0)</version>
219
			<exclusions>
220
                                <exclusion>
221
                                        <groupId>eu.dnetlib</groupId>
222
                                        <artifactId>dnet-pace-core</artifactId>
223
                                </exclusion>
224
                        </exclusions>
209 225
		</dependency>
210 226
		<dependency>
211 227
			<groupId>eu.dnetlib</groupId>
......
278 294
					<groupId>eu.dnetlib</groupId>
279 295
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
280 296
				</exclusion>
297
		                <exclusion>
298
                                        <groupId>eu.dnetlib.dhp</groupId>
299
                                        <artifactId>dhp-schemas</artifactId>
300
                                </exclusion>
281 301
			</exclusions>
282 302
		</dependency>
283 303

  

Also available in: Unified diff