Project

General

Profile

« Previous | Next » 

Revision 47591

finalizing migration to java8 and dnet45

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-parent</artifactId>
6
		<artifactId>dnet45-container-parent</artifactId>
7 7
		<version>1.0.0-SNAPSHOT</version>
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-shadow-functionality-services</artifactId>
12 12
	<packaging>war</packaging>
13
	<version>1.0.0-SNAPSHOT</version>
13
	<version>2.0.0-SNAPSHOT</version>
14
  	<scm>
15
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-shadow-functionality-services/trunk</developerConnection>
16
        </scm>
14 17
	<dependencies>
15 18
		<dependency>
16 19
			<groupId>eu.dnetlib</groupId>
17 20
			<artifactId>uoa-search</artifactId>
18
			<version>[2.0.0-SNAPSHOT,)</version>
19
			<exclusions> <!-- already included in tomcat7 -->
20
				<exclusion>
21
					<groupId>javax.servlet</groupId>
22
					<artifactId>javax.servlet-api</artifactId>
23
				</exclusion>
24
				<exclusion>
25
					<groupId>eu.dnetlib</groupId>
26
					<artifactId>cnr-service-common</artifactId>
27
				</exclusion>
28
			</exclusions>
21
			<version>[3.0.0-SNAPSHOT, 4.0.0)</version>
29 22
		</dependency>
30
<dependency>
31

  
23
		<dependency>
32 24
			<groupId>eu.dnetlib</groupId>
33 25
			<artifactId>uoa-clients</artifactId>
34
			<version>[1.1.0, 1.3.0-SNAPSHOT)</version>
26
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
35 27
			<exclusions>
36 28
				<exclusion>
37 29
					<groupId>cglib</groupId>
38 30
					<artifactId>cglib</artifactId>
39 31
				</exclusion>
40
				<exclusion>
41
					<groupId>eu.dnetlib</groupId>
42
					<artifactId>cnr-service-common</artifactId>
43
				</exclusion>
44
				<exclusion>
45
					<groupId>eu.dnetlib</groupId>
46
					<artifactId>cnr-cql-utils</artifactId>
47
				</exclusion>
48 32
			</exclusions>
49 33
		</dependency>
50 34
		<dependency>
51 35
			<groupId>eu.dnetlib</groupId>
52 36
			<artifactId>uoa-hcm</artifactId>
53
			<version>[1.1.0, 1.3.0-SNAPSHOT)</version>
37
			<version>[1.1.0, 2.0.0)</version>
54 38
		</dependency>
55 39
		<dependency>
56 40
			<groupId>eu.dnetlib</groupId>
57 41
			<artifactId>dnet-runtime</artifactId>
58
			<version>[1.0.0]</version>
42
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
59 43
		</dependency>
60 44
		<dependency>
61 45
			<groupId>cglib</groupId>
......
72 56
            <artifactId>jstl</artifactId>
73 57
            <version>1.2</version>
74 58
        </dependency>
59
		<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-nop -->
75 60
		<dependency>
61
			<groupId>org.slf4j</groupId>
62
			<artifactId>slf4j-nop</artifactId>
63
			<version>1.7.21</version>
64
		</dependency>
65
		<dependency>
66
			<groupId>org.slf4j</groupId>
67
			<artifactId>slf4j-log4j12</artifactId>
68
			<version>1.7.5</version>
69
        </dependency>
70
		<dependency>
76 71
			<groupId>eu.dnetlib</groupId>
77 72
			<artifactId>cnr-service-common</artifactId>
78
			<version>1.0.0-hotfix</version>
73
			<version>[2.1.6-SNAPSHOT, 3.0.0)</version>
74
			<exclusions>
75
				<exclusion>
76
					<groupId>xml-apis</groupId>
77
					<artifactId>xml-apis</artifactId>
78
				</exclusion>
79
			</exclusions>
79 80
		</dependency>
80 81

  
82
		<!-- https://mvnrepository.com/artifact/xml-apis/xml-apis -->
83
		<dependency>
84
			<groupId>xml-apis</groupId>
85
			<artifactId>xml-apis</artifactId>
86
			<version>1.4.01</version>
87
		</dependency>
88

  
81 89
    </dependencies>
82 90

  
83 91
<build>

Also available in: Unified diff