Project

General

Profile

« Previous | Next » 

Revision 61619

[Authorization Library]: Add dnet45 parert

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-authorization-library</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-authorization-library/trunk</developerConnection>
15
	</scm>
11 16
	<name>uoa-authorization-library</name>
12 17

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

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

Also available in: Unified diff