1 |
27357
|
alessia.ba
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31148
|
alessia.ba
|
<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/maven-v4_0_0.xsd">
|
3 |
27357
|
alessia.ba
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45329
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
48202
|
claudio.at
|
<version>1.0.0</version>
|
7 |
31148
|
alessia.ba
|
<relativePath />
|
8 |
27357
|
alessia.ba
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-vocabulary-publisher</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
56067
|
claudio.at
|
<version>2.1.5-SNAPSHOT</version>
|
14 |
31147
|
alessia.ba
|
<scm>
|
15 |
56067
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-vocabulary-publisher/trunk</developerConnection>
|
16 |
31147
|
alessia.ba
|
</scm>
|
17 |
27357
|
alessia.ba
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
45329
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
21 |
|
|
<version>[2.0.0,3.0.0)</version>
|
22 |
|
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
27357
|
alessia.ba
|
<groupId>com.google.guava</groupId>
|
25 |
|
|
<artifactId>guava</artifactId>
|
26 |
|
|
<version>${google.guava.version}</version>
|
27 |
|
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>net.sf.ehcache</groupId>
|
30 |
|
|
<artifactId>ehcache</artifactId>
|
31 |
|
|
<version>2.8.0</version>
|
32 |
|
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>org.springframework</groupId>
|
35 |
|
|
<artifactId>spring-web</artifactId>
|
36 |
|
|
<version>${spring.version}</version>
|
37 |
|
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>org.springframework</groupId>
|
40 |
|
|
<artifactId>spring-webmvc</artifactId>
|
41 |
|
|
<version>${spring.version}</version>
|
42 |
|
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
|
|
<groupId>eu.dnetlib</groupId>
|
45 |
|
|
<artifactId>cnr-service-common</artifactId>
|
46 |
33067
|
alessia.ba
|
<version>[2.0.0,3.0.0)</version>
|
47 |
27357
|
alessia.ba
|
</dependency>
|
48 |
56060
|
claudio.at
|
|
49 |
|
|
<dependency>
|
50 |
|
|
<groupId>javax.servlet</groupId>
|
51 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
52 |
|
|
<version>3.1.0</version>
|
53 |
|
|
<scope>provided</scope>
|
54 |
|
|
</dependency>
|
55 |
|
|
|
56 |
|
|
|
57 |
27705
|
alessia.ba
|
<!-- fixes http://stackoverflow.com/questions/16335591/spring-mvc-json-406-not-acceptable -->
|
58 |
|
|
<dependency>
|
59 |
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
60 |
|
|
<artifactId>jackson-core</artifactId>
|
61 |
45356
|
claudio.at
|
<version>2.6.6</version>
|
62 |
27705
|
alessia.ba
|
</dependency>
|
63 |
|
|
<dependency>
|
64 |
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
65 |
|
|
<artifactId>jackson-databind</artifactId>
|
66 |
45356
|
claudio.at
|
<version>2.6.6</version>
|
67 |
27705
|
alessia.ba
|
</dependency>
|
68 |
|
|
<dependency>
|
69 |
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
70 |
|
|
<artifactId>jackson-annotations</artifactId>
|
71 |
45356
|
claudio.at
|
<version>2.6.6</version>
|
72 |
27705
|
alessia.ba
|
</dependency>
|
73 |
27357
|
alessia.ba
|
</dependencies>
|
74 |
|
|
</project>
|