Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <modelVersion>4.0.0</modelVersion>
6

    
7
    <groupId>eu.dnetlib</groupId>
8
    <artifactId>dnet-openaire-usage-stats-sushilite</artifactId>
9
    <version>1.0.0-SNAPSHOT</version>
10

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

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

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

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

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

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