Project

General

Profile

« Previous | Next » 

Revision 48158

updated parent and deps

View differences:

pom.xml
3 3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 4
	<parent>
5 5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-container-parent</artifactId>
6
		<artifactId>dnet45-container-parent</artifactId>
7 7
		<version>1.0.0</version>
8 8
		<relativePath></relativePath>
9 9
	</parent>
......
13 13
	<packaging>war</packaging>
14 14
	<version>4.0.0-BETA-SNAPSHOT</version>
15 15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/webapps/dnet-container-openaireplus/branches/beta</developerConnection>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-openaireplus/branches/beta</developerConnection>
17 17
	</scm>
18 18
	<dependencies>
19 19

  
......
89 89
		  <version>[1.0.0,2.0.0)</version>
90 90
		</dependency>
91 91
		<dependency>
92
			<groupId>eu.dnetlib</groupId>
93
			<artifactId>dnet-modular-workflows-ui</artifactId>
94
			<version>[4.0.0,5.0.0)</version>
92
		  <groupId>eu.dnetlib</groupId>
93
		  <artifactId>dnet-modular-workflows-ui</artifactId>
94
		  <version>[4.0.0,5.0.0)</version>
95 95
		</dependency>
96 96
		<dependency>
97 97
			<groupId>eu.dnetlib</groupId>
......
196 196
			<artifactId>dnet-hadoop-service</artifactId>
197 197
			<version>[2.0.0,3.0.0)</version>
198 198
			<exclusions>
199
				<exclusion>
200
					<groupId>org.jruby</groupId>
201
					<artifactId>jruby-complete</artifactId>
202
				</exclusion>
199
			  <exclusion>
200
			    <groupId>org.jruby</groupId>
201
			    <artifactId>jruby-complete</artifactId>
202
			  </exclusion>
203 203
			</exclusions>
204 204
		</dependency>
205 205
		<dependency>
......
237 237
		<!-- 		</dependency> -->
238 238

  
239 239
		<dependency>
240
			<groupId>xerces</groupId>
241
			<artifactId>xercesImpl</artifactId>
242
			<version>2.11.0</version>
243
			<scope>compile</scope>
240
		  <groupId>xerces</groupId>
241
		  <artifactId>xercesImpl</artifactId>
242
		  <version>2.11.0</version>
243
		  <scope>compile</scope>
244 244
		</dependency>
245 245

  
246 246
		<dependency>
247 247
			<groupId>eu.dnetlib</groupId>
248 248
			<artifactId>dnet-mapreduce-jobs</artifactId>
249
			<version>[0.0.9.8,1.0.0)</version>
249
			<version>[1.0.0,2.0.0)</version>
250 250
		</dependency>
251 251

  
252 252
	</dependencies>

Also available in: Unified diff