1 |
43624
|
claudio.at
|
<?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/maven-v4_0_0.xsd">
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
44275
|
claudio.at
|
<version>1.0.0</version>
|
7 |
43624
|
claudio.at
|
<relativePath />
|
8 |
|
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-datasource-rest-api</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
46449
|
claudio.at
|
<version>1.0.6-SNAPSHOT</version>
|
14 |
43624
|
claudio.at
|
<scm>
|
15 |
46449
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-datasource-rest-api/trunk</developerConnection>
|
16 |
43624
|
claudio.at
|
</scm>
|
17 |
44743
|
claudio.at
|
|
18 |
43624
|
claudio.at
|
<dependencies>
|
19 |
44692
|
claudio.at
|
|
20 |
43624
|
claudio.at
|
<dependency>
|
21 |
|
|
<groupId>eu.dnetlib</groupId>
|
22 |
44272
|
claudio.at
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
23 |
|
|
<version>[5.0.0,6.0.0)</version>
|
24 |
44692
|
claudio.at
|
<exclusions>
|
25 |
|
|
<exclusion>
|
26 |
|
|
<groupId>com.sun.jersey</groupId>
|
27 |
|
|
<artifactId>jersey-server</artifactId>
|
28 |
|
|
</exclusion>
|
29 |
|
|
</exclusions>
|
30 |
44272
|
claudio.at
|
</dependency>
|
31 |
|
|
|
32 |
|
|
<dependency>
|
33 |
|
|
<groupId>eu.dnetlib</groupId>
|
34 |
|
|
<artifactId>cnr-service-common</artifactId>
|
35 |
|
|
<version>[2.0.0,3.0.0)</version>
|
36 |
|
|
</dependency>
|
37 |
|
|
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
41 |
|
|
<version>[2.0.0,3.0.0)</version>
|
42 |
|
|
</dependency>
|
43 |
|
|
|
44 |
|
|
<dependency>
|
45 |
44275
|
claudio.at
|
<groupId>org.mongodb</groupId>
|
46 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
47 |
|
|
<version>${mongodb.driver.version}</version>
|
48 |
|
|
</dependency>
|
49 |
|
|
|
50 |
|
|
<dependency>
|
51 |
44690
|
claudio.at
|
<groupId>org.apache.commons</groupId>
|
52 |
|
|
<artifactId>commons-dbcp2</artifactId>
|
53 |
|
|
<version>2.1</version>
|
54 |
|
|
</dependency>
|
55 |
44743
|
claudio.at
|
|
56 |
|
|
<!--
|
57 |
44690
|
claudio.at
|
<dependency>
|
58 |
44743
|
claudio.at
|
<groupId>io.swagger</groupId>
|
59 |
|
|
<artifactId>swagger-core</artifactId>
|
60 |
|
|
<version>1.5.10</version>
|
61 |
|
|
</dependency>
|
62 |
|
|
|
63 |
|
|
<dependency>
|
64 |
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
65 |
|
|
<artifactId>org.apache.servicemix.bundles.okhttp</artifactId>
|
66 |
|
|
<version>2.7.5_1</version>
|
67 |
|
|
</dependency>
|
68 |
|
|
-->
|
69 |
|
|
<dependency>
|
70 |
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
71 |
|
|
<artifactId>jackson-datatype-joda</artifactId>
|
72 |
|
|
<version>2.6.6</version>
|
73 |
|
|
</dependency>
|
74 |
|
|
<dependency>
|
75 |
|
|
<groupId>joda-time</groupId>
|
76 |
|
|
<artifactId>joda-time</artifactId>
|
77 |
|
|
<version>2.8.2</version>
|
78 |
|
|
</dependency>
|
79 |
|
|
|
80 |
|
|
<dependency>
|
81 |
|
|
<groupId>io.springfox</groupId>
|
82 |
|
|
<artifactId>springfox-swagger2</artifactId>
|
83 |
|
|
<version>${springfox-version}</version>
|
84 |
|
|
</dependency>
|
85 |
|
|
<dependency>
|
86 |
|
|
<groupId>io.springfox</groupId>
|
87 |
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
88 |
|
|
<version>${springfox-version}</version>
|
89 |
|
|
</dependency>
|
90 |
|
|
|
91 |
|
|
<dependency>
|
92 |
|
|
<groupId>org.hibernate</groupId>
|
93 |
|
|
<artifactId>hibernate-validator</artifactId>
|
94 |
|
|
<version>5.2.4.Final</version>
|
95 |
|
|
</dependency>
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
<dependency>
|
101 |
44690
|
claudio.at
|
<groupId>javax.servlet</groupId>
|
102 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
103 |
|
|
<version>${javax.servlet.version}</version>
|
104 |
|
|
<scope>provided</scope>
|
105 |
|
|
</dependency>
|
106 |
|
|
|
107 |
|
|
<dependency>
|
108 |
43624
|
claudio.at
|
<groupId>junit</groupId>
|
109 |
|
|
<artifactId>junit</artifactId>
|
110 |
|
|
<version>${junit.version}</version>
|
111 |
|
|
<scope>test</scope>
|
112 |
|
|
</dependency>
|
113 |
|
|
</dependencies>
|
114 |
|
|
|
115 |
|
|
<properties>
|
116 |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
117 |
44743
|
claudio.at
|
<springfox-version>2.5.0</springfox-version>
|
118 |
43624
|
claudio.at
|
</properties>
|
119 |
|
|
|
120 |
|
|
</project>
|