Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
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/xsd/maven-4.0.0.xsd">
3
    <modelVersion>4.0.0</modelVersion>
4

    
5
    <groupId>eu.dnetlib</groupId>
6
    <artifactId>dnet-openaire-usage-stats-sushilite</artifactId>
7
    <version>1.0.1-SNAPSHOT</version>
8

    
9
    <scm>
10
        <connection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-usage-stats-sushilite/trunk/</connection>
11
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-usage-stats-sushilite/trunk/</developerConnection>
12
        <url>https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-usage-stats-sushilite/trunk/</url>
13
    </scm>
14

    
15
    <!--
16
    <parent>
17
        <groupId>org.springframework.boot</groupId>
18
        <artifactId>spring-boot-starter-parent</artifactId>
19
        <version>1.5.9.RELEASE</version>
20
    </parent>
21

    
22
    <dependencies>
23
        <dependency>
24
            <groupId>org.springframework.boot</groupId>
25
            <artifactId>spring-boot-starter-web</artifactId>
26
            <exclusions>
27
                <exclusion>
28
                    <groupId>org.springframework.boot</groupId>
29
                    <artifactId>spring-boot-starter-logging</artifactId>
30
                </exclusion>
31
            </exclusions>
32
        </dependency>
33
    </dependencies>
34
    -->
35

    
36
    <dependencies>
37
        <dependency>
38
            <groupId>com.fasterxml.jackson.core</groupId>
39
            <artifactId>jackson-annotations</artifactId>
40
            <version>2.9.6</version>
41
        </dependency>
42
    </dependencies>
43

    
44
    <properties>
45
        <java.version>1.8</java.version>
46
        <maven.compiler.source>1.8</maven.compiler.source>
47
        <maven.compiler.target>1.8</maven.compiler.target>
48
    </properties>
49

    
50
</project>
    (1-1/1)