Project

General

Profile

« Previous | Next » 

Revision 52363

1. Update version in scripts and pom.
2. Bug fix in 'init_db' script (remove a new line).
3. Functionality for sending an email to a parametrized list of users added (EmailSender.java).
4. Add a POST method in API that gets a list of recipients and sends them an email (/invite - EmailController.java).
5. Add properties for EmailSender (need to be overrided in override.properties file).
6. Add in pom.xml dependencies for EmailSender.

View differences:

pom.xml
5 5

  
6 6
	<groupId>eu.dnetlib</groupId>
7 7
	<artifactId>uoa-admin-tools</artifactId>
8
	<version>1.0.1-SNAPSHOT</version>
8
	<version>1.1.0-SNAPSHOT</version>
9 9
	<packaging>war</packaging>
10 10

  
11 11
	<name>uoa-admin-tools</name>
......
60 60
			<artifactId>gson</artifactId>
61 61
			<version>2.8.2</version>
62 62
		</dependency>
63
        <dependency>
64
            <groupId>javax.mail</groupId>
65
            <artifactId>mail</artifactId>
66
            <version>1.5.0-b01</version>
67
        </dependency>
68
        <dependency>
69
            <groupId>commons-io</groupId>
70
            <artifactId>commons-io</artifactId>
71
            <version>20030203.000550</version>
72
        </dependency>
63 73

  
64 74
	</dependencies>
65 75

  

Also available in: Unified diff