1 |
40674
|
sandro.lab
|
<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">
|
2 |
28337
|
sandro.lab
|
<modelVersion>4.0.0</modelVersion>
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45260
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
54625
|
claudio.at
|
<version>1.0.0</version>
|
7 |
28337
|
sandro.lab
|
</parent>
|
8 |
|
|
<groupId>eu.dnetlib</groupId>
|
9 |
|
|
<artifactId>dnet-modular-index-service</artifactId>
|
10 |
55781
|
claudio.at
|
<version>2.5.5-SNAPSHOT</version>
|
11 |
30664
|
sandro.lab
|
<scm>
|
12 |
55781
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-index-service/trunk</developerConnection>
|
13 |
40465
|
sandro.lab
|
</scm>
|
14 |
28397
|
sandro.lab
|
<repositories>
|
15 |
|
|
<!-- repo for Akka Actors -->
|
16 |
|
|
<repository>
|
17 |
|
|
<id>typesafe</id>
|
18 |
|
|
<name>typesafe-releases</name>
|
19 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/typesafe</url>
|
20 |
|
|
</repository>
|
21 |
|
|
</repositories>
|
22 |
28337
|
sandro.lab
|
|
23 |
|
|
<dependencies>
|
24 |
|
|
<dependency>
|
25 |
|
|
<groupId>eu.dnetlib</groupId>
|
26 |
|
|
<artifactId>dnet-data-provision-rmi</artifactId>
|
27 |
30664
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
28 |
28337
|
sandro.lab
|
</dependency>
|
29 |
|
|
<dependency>
|
30 |
|
|
<groupId>eu.dnetlib</groupId>
|
31 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
32 |
30664
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
33 |
28337
|
sandro.lab
|
</dependency>
|
34 |
|
|
<dependency>
|
35 |
|
|
<groupId>com.google.guava</groupId>
|
36 |
|
|
<artifactId>guava</artifactId>
|
37 |
|
|
<version>${google.guava.version}</version>
|
38 |
28397
|
sandro.lab
|
</dependency>
|
39 |
28337
|
sandro.lab
|
<dependency>
|
40 |
|
|
<groupId>org.springframework</groupId>
|
41 |
|
|
<artifactId>spring-beans</artifactId>
|
42 |
|
|
<version>${spring.version}</version>
|
43 |
28397
|
sandro.lab
|
</dependency>
|
44 |
28337
|
sandro.lab
|
<dependency>
|
45 |
28397
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
46 |
|
|
<artifactId>cnr-blackboard-common</artifactId>
|
47 |
32584
|
michele.ar
|
<version>[2.1.0,3.0.0)</version>
|
48 |
28397
|
sandro.lab
|
</dependency>
|
49 |
|
|
|
50 |
|
|
<dependency>
|
51 |
|
|
<groupId>eu.dnetlib</groupId>
|
52 |
|
|
<artifactId>cnr-resultset-service</artifactId>
|
53 |
32584
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
54 |
28397
|
sandro.lab
|
</dependency>
|
55 |
|
|
|
56 |
|
|
<dependency>
|
57 |
|
|
<groupId>eu.dnetlib</groupId>
|
58 |
|
|
<artifactId>cnr-resultset-client</artifactId>
|
59 |
32584
|
michele.ar
|
<version>[2.0.0,3.0.0)</version>
|
60 |
28397
|
sandro.lab
|
</dependency>
|
61 |
28919
|
claudio.at
|
<dependency>
|
62 |
|
|
<groupId>eu.dnetlib</groupId>
|
63 |
|
|
<artifactId>cnr-cql-utils</artifactId>
|
64 |
43760
|
claudio.at
|
<version>[2.0.0,3.0.0)</version>
|
65 |
40465
|
sandro.lab
|
</dependency>
|
66 |
28397
|
sandro.lab
|
|
67 |
|
|
<dependency>
|
68 |
28337
|
sandro.lab
|
<groupId>apache</groupId>
|
69 |
|
|
<artifactId>oro</artifactId>
|
70 |
|
|
<version>2.0.8</version>
|
71 |
|
|
</dependency>
|
72 |
28397
|
sandro.lab
|
<!-- Akka Actors deps -->
|
73 |
|
|
<dependency>
|
74 |
|
|
<groupId>org.scala-lang</groupId>
|
75 |
|
|
<artifactId>scala-library</artifactId>
|
76 |
|
|
<version>2.9.2</version>
|
77 |
|
|
</dependency>
|
78 |
|
|
<dependency>
|
79 |
|
|
<groupId>com.typesafe</groupId>
|
80 |
|
|
<artifactId>config</artifactId>
|
81 |
|
|
<version>0.3.1</version>
|
82 |
|
|
</dependency>
|
83 |
|
|
<dependency>
|
84 |
|
|
<groupId>com.typesafe.akka</groupId>
|
85 |
|
|
<artifactId>akka-actor</artifactId>
|
86 |
|
|
<version>${akka.version}</version>
|
87 |
|
|
</dependency>
|
88 |
|
|
<!-- / Akka Actors deps -->
|
89 |
40465
|
sandro.lab
|
|
90 |
28529
|
sandro.lab
|
<dependency>
|
91 |
28919
|
claudio.at
|
<groupId>com.google.code.gson</groupId>
|
92 |
|
|
<artifactId>gson</artifactId>
|
93 |
|
|
<version>${google.gson.version}</version>
|
94 |
|
|
</dependency>
|
95 |
40465
|
sandro.lab
|
|
96 |
28919
|
claudio.at
|
<dependency>
|
97 |
28529
|
sandro.lab
|
<groupId>com.mycila</groupId>
|
98 |
|
|
<artifactId>xmltool</artifactId>
|
99 |
|
|
<version>3.3</version>
|
100 |
|
|
</dependency>
|
101 |
40465
|
sandro.lab
|
|
102 |
28919
|
claudio.at
|
<dependency>
|
103 |
|
|
<groupId>junit</groupId>
|
104 |
|
|
<artifactId>junit</artifactId>
|
105 |
|
|
<version>${junit.version}</version>
|
106 |
|
|
<scope>test</scope>
|
107 |
29687
|
sandro.lab
|
</dependency>
|
108 |
28337
|
sandro.lab
|
|
109 |
29687
|
sandro.lab
|
<dependency>
|
110 |
|
|
<groupId>eu.dnetlib</groupId>
|
111 |
|
|
<artifactId>dnet-index-client</artifactId>
|
112 |
55778
|
claudio.at
|
<version>[2.3.4,3.0.0)</version>
|
113 |
29687
|
sandro.lab
|
</dependency>
|
114 |
28337
|
sandro.lab
|
</dependencies>
|
115 |
|
|
|
116 |
40465
|
sandro.lab
|
</project>
|