Project

General

Profile

« Previous | Next » 

Revision 49195

Basic servlet structure for password reset and username reminder

View differences:

pom.xml
2 2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-container-parent</artifactId>
6
		<version>1.0.0</version>
5
		<artifactId>dnet45-container-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
......
11 11
	<packaging>war</packaging>
12 12
	<version>2.0.0-SNAPSHOT</version>
13 13
  	<scm>
14
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-functionality-services/trunk</developerConnection>
14
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-functionality-services/branches/beta</developerConnection>
15 15
        </scm>
16 16
	<dependencies>
17 17
		<dependency>
18 18
			<groupId>eu.dnetlib</groupId>
19 19
			<artifactId>uoa-search</artifactId>
20
			<version>[2.0.0-SNAPSHOT,)</version>
21
			<exclusions> <!-- already included in tomcat7 -->
22
				<exclusion>
23
					<groupId>javax.servlet</groupId>
24
					<artifactId>javax.servlet-api</artifactId>
25
				</exclusion>
26
				<exclusion>
27
					<groupId>eu.dnetlib</groupId>
28
					<artifactId>cnr-service-common</artifactId>
29
				</exclusion>
30
			</exclusions>
20
			<version>[3.0.0, 4.0.0)</version>
31 21
		</dependency>
32 22
		<dependency>
33 23
			<groupId>eu.dnetlib</groupId>
34 24
			<artifactId>uoa-clients</artifactId>
35
			<version>[1.1.0, 1.3.0-SNAPSHOT)</version>
25
			<version>[2.0.0, 3.0.0)</version>
36 26
			<exclusions>
37 27
				<exclusion>
38 28
					<groupId>cglib</groupId>
39 29
					<artifactId>cglib</artifactId>
40 30
				</exclusion>
41
				<exclusion>
31
			<!--	<exclusion>
42 32
					<groupId>eu.dnetlib</groupId>
43 33
					<artifactId>cnr-cql-utils</artifactId>
44
                </exclusion>
34
		                </exclusion>
45 35
				<exclusion>
46 36
					<groupId>eu.dnetlib</groupId>
47 37
					<artifactId>cnr-service-common</artifactId>
48 38
				</exclusion>
39
			-->
49 40
			</exclusions>
50 41
		</dependency>
51 42
		<dependency>
52 43
			<groupId>eu.dnetlib</groupId>
53 44
			<artifactId>uoa-hcm</artifactId>
54
			<version>[1.1.0, 1.3.0-SNAPSHOT)</version>
45
			<version>[2.0.0, 3.0.0)</version>
55 46
		</dependency>
56 47
		<dependency>
57 48
			<groupId>eu.dnetlib</groupId>
58 49
			<artifactId>dnet-runtime</artifactId>
59
			<version>[1.0.0]</version>
50
			<version>[1.0.0,2.0.0)</version>
60 51
		</dependency>
61 52
		<dependency>
62 53
			<groupId>cglib</groupId>
......
87 78
		<dependency>
88 79
			<groupId>eu.dnetlib</groupId>
89 80
			<artifactId>cnr-service-common</artifactId>
90
			<version>1.0.0-hotfix</version>
81
			<version>[2.1.6, 3.0.0)</version>
82
			<exclusions>
83
				<exclusion>
84
					<groupId>xml-apis</groupId>
85
					<artifactId>xml-apis</artifactId>
86
				</exclusion>
87
			</exclusions>
91 88
		</dependency>
89

  
90
		<!-- https://mvnrepository.com/artifact/xml-apis/xml-apis -->
91
		<dependency>
92
			<groupId>xml-apis</groupId>
93
			<artifactId>xml-apis</artifactId>
94
			<version>1.4.01</version>
95
		</dependency>
92 96
	</dependencies>
93 97

  
94 98
</project>

Also available in: Unified diff