Project

General

Profile

« Previous | Next » 

Revision 61618

[Notifications]: Add mark all as read. Validate groups in notification save

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"
3 3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 4
	<modelVersion>4.0.0</modelVersion>
5

  
6
	<groupId>eu.dnetlib</groupId>
5
	<parent>
6
		<groupId>eu.dnetlib</groupId>
7
		<artifactId>dnet45-parent</artifactId>
8
		<version>1.0.0</version>
9
	</parent>
7 10
	<artifactId>uoa-notification-service</artifactId>
8 11
	<version>1.0.0-SNAPSHOT</version>
9 12
	<packaging>jar</packaging>
10

  
13
	<scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-notification-service/trunk</developerConnection>
15
	</scm>
11 16
	<name>uoa-notification-service</name>
12

  
13
	<parent>
14
		<groupId>org.springframework.boot</groupId>
15
		<artifactId>spring-boot-starter-parent</artifactId>
16
		<version>1.5.8.RELEASE</version>
17
		<relativePath/> <!-- lookup parent from repository -->
18
	</parent>
19

  
20 17
	<properties>
21 18
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 19
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
......
24 21
        <timestampNotificationLibrary>${maven.build.timestamp}</timestampNotificationLibrary>
25 22
        <maven.build.timestamp.format>E MMM dd HH:mm:ss z yyyy</maven.build.timestamp.format>
26 23
	</properties>
27

  
24
	<dependencyManagement>
25
		<dependencies>
26
			<dependency>
27
				<groupId>org.springframework.boot</groupId>
28
				<artifactId>spring-boot-dependencies</artifactId>
29
				<version>1.5.8.RELEASE</version>
30
				<type>pom</type>
31
				<scope>import</scope>
32
			</dependency>
33
		</dependencies>
34
	</dependencyManagement>
28 35
	<dependencies>
29 36
		<dependency>
30 37
			<groupId>org.springframework.boot</groupId>

Also available in: Unified diff