1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>com.logging.rest.example</groupId>
6 <artifactId>logging-rest-library</artifactId>
7 <version>3.0.7-SNAPSHOT</version>
8 <packaging>jar</packaging>
9 <name>logging-rest-library</name>
10 <description>logging-rest-library API for logging library</description>
13 <groupId>org.springframework.boot</groupId>
14 <artifactId>spring-boot-starter-parent</artifactId>
15 <version>1.5.4.RELEASE</version>
16 <relativePath /> <!-- lookup parent from repository -->
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22 <java.version>1.8</java.version>
27 <groupId>io.springfox</groupId>
28 <artifactId>springfox-swagger2</artifactId>
29 <version>2.6.1</version>
33 <groupId>io.springfox</groupId>
34 <artifactId>springfox-swagger-ui</artifactId>
35 <version>2.6.1</version>
39 <groupId>org.acumos.platform-oam</groupId>
40 <artifactId>logging-library</artifactId>
41 <version>3.0.7-SNAPSHOT</version>
46 <groupId>org.springframework.boot</groupId>
47 <artifactId>spring-boot-starter-actuator</artifactId>
50 <groupId>org.springframework.boot</groupId>
51 <artifactId>spring-boot-starter-data-rest</artifactId>
54 <groupId>org.springframework.boot</groupId>
55 <artifactId>spring-boot-starter-web</artifactId>
59 <groupId>org.springframework.boot</groupId>
60 <artifactId>spring-boot-starter-test</artifactId>
68 <name>maven Repo1</name>
69 <url>http://repo1.maven.org/maven2</url>
72 <id>Sonatype repository</id>
73 <name>Sonatype's Maven repository</name>
74 <url>http://oss.sonatype.org/content/groups/public</url>
82 <groupId>org.springframework.boot</groupId>
83 <artifactId>spring-boot-maven-plugin</artifactId>
86 <groupId>org.apache.maven.plugins</groupId>
87 <artifactId>maven-compiler-plugin</artifactId>
88 <version>3.3</version>