1 |
42845
|
claudio.at
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
43444
|
sandro.lab
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
3 |
42845
|
claudio.at
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
|
|
<version>2.0.0-SNAPSHOT</version>
|
7 |
|
|
<relativePath />
|
8 |
|
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-openaire</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
14 |
|
|
<scm>
|
15 |
|
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-openaire/trunk</developerConnection>
|
16 |
|
|
</scm>
|
17 |
|
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
21 |
|
|
<version>5.0.0-SNAPSHOT</version>
|
22 |
|
|
</dependency>
|
23 |
42863
|
claudio.at
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
|
|
<artifactId>dnet-openaire-domain</artifactId>
|
26 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
27 |
|
|
</dependency>
|
28 |
42882
|
claudio.at
|
<dependency>
|
29 |
|
|
<groupId>eu.dnetlib</groupId>
|
30 |
|
|
<artifactId>cnr-data-flow-monitoring-core</artifactId>
|
31 |
|
|
<version>[2.0.0,3.0.0)</version>
|
32 |
|
|
<exclusions>
|
33 |
|
|
<exclusion>
|
34 |
|
|
<artifactId>wstx-asl</artifactId>
|
35 |
|
|
<groupId>org.codehaus.woodstox</groupId>
|
36 |
|
|
</exclusion>
|
37 |
|
|
</exclusions>
|
38 |
|
|
</dependency>
|
39 |
42845
|
claudio.at
|
|
40 |
42882
|
claudio.at
|
|
41 |
42845
|
claudio.at
|
<dependency>
|
42 |
42863
|
claudio.at
|
<groupId>org.apache.velocity</groupId>
|
43 |
|
|
<artifactId>velocity</artifactId>
|
44 |
|
|
<version>1.7</version>
|
45 |
42973
|
claudio.at
|
<exclusions>
|
46 |
|
|
<exclusion>
|
47 |
|
|
<artifactId>antlr</artifactId>
|
48 |
|
|
<groupId>antlr</groupId>
|
49 |
|
|
</exclusion>
|
50 |
|
|
<exclusion>
|
51 |
|
|
<artifactId>commons-lang</artifactId>
|
52 |
|
|
<groupId>commons-lang</groupId>
|
53 |
|
|
</exclusion>
|
54 |
|
|
</exclusions>
|
55 |
42863
|
claudio.at
|
</dependency>
|
56 |
|
|
<dependency>
|
57 |
|
|
<groupId>org.apache.velocity</groupId>
|
58 |
|
|
<artifactId>velocity-tools</artifactId>
|
59 |
|
|
<version>2.0</version>
|
60 |
42973
|
claudio.at
|
<exclusions>
|
61 |
|
|
<exclusion>
|
62 |
|
|
<artifactId>antlr</artifactId>
|
63 |
|
|
<groupId>antlr</groupId>
|
64 |
|
|
</exclusion>
|
65 |
|
|
<exclusion>
|
66 |
|
|
<artifactId>commons-beanutils</artifactId>
|
67 |
|
|
<groupId>commons-beanutils</groupId>
|
68 |
|
|
</exclusion>
|
69 |
|
|
</exclusions>
|
70 |
42863
|
claudio.at
|
</dependency>
|
71 |
|
|
<dependency>
|
72 |
|
|
<groupId>org.apache.solr</groupId>
|
73 |
|
|
<artifactId>solr-solrj</artifactId>
|
74 |
|
|
<version>${apache.solr.version}</version>
|
75 |
|
|
<exclusions>
|
76 |
|
|
<exclusion>
|
77 |
|
|
<artifactId>wstx-asl</artifactId>
|
78 |
|
|
<groupId>org.codehaus.woodstox</groupId>
|
79 |
|
|
</exclusion>
|
80 |
|
|
<exclusion>
|
81 |
|
|
<groupId>org.slf4j</groupId>
|
82 |
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
83 |
|
|
</exclusion>
|
84 |
|
|
<exclusion>
|
85 |
|
|
<groupId>org.slf4j</groupId>
|
86 |
|
|
<artifactId>slf4j-api</artifactId>
|
87 |
|
|
</exclusion>
|
88 |
|
|
|
89 |
|
|
</exclusions>
|
90 |
|
|
</dependency>
|
91 |
|
|
|
92 |
43020
|
claudio.at
|
<dependency>
|
93 |
|
|
<groupId>eu.dnetlib</groupId>
|
94 |
|
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
95 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
96 |
|
|
<scope>runtime</scope>
|
97 |
|
|
</dependency>
|
98 |
42863
|
claudio.at
|
|
99 |
43020
|
claudio.at
|
|
100 |
42863
|
claudio.at
|
<dependency>
|
101 |
42845
|
claudio.at
|
<groupId>junit</groupId>
|
102 |
|
|
<artifactId>junit</artifactId>
|
103 |
|
|
<version>${junit.version}</version>
|
104 |
|
|
<scope>test</scope>
|
105 |
|
|
</dependency>
|
106 |
|
|
</dependencies>
|
107 |
43444
|
sandro.lab
|
<repositories>
|
108 |
|
|
<repository>
|
109 |
|
|
<id>dfm-releases</id>
|
110 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-releases/</url>
|
111 |
|
|
</repository>
|
112 |
|
|
</repositories>
|
113 |
|
|
|
114 |
42845
|
claudio.at
|
</project>
|