1 |
31668
|
eri.katsar
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 |
43739
|
tsampikos.
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 |
42734
|
eri.katsar
|
|
4 |
27955
|
claudio.at
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
48260
|
tsampikos.
|
<artifactId>dnet45-parent</artifactId>
|
7 |
48499
|
tsampikos.
|
<version>1.0.0</version>
|
8 |
27955
|
claudio.at
|
<relativePath></relativePath>
|
9 |
|
|
</parent>
|
10 |
42734
|
eri.katsar
|
|
11 |
27955
|
claudio.at
|
<modelVersion>4.0.0</modelVersion>
|
12 |
|
|
<groupId>eu.dnetlib</groupId>
|
13 |
|
|
<artifactId>dnet-openaire-stats</artifactId>
|
14 |
48260
|
tsampikos.
|
<version>3.0.0-SNAPSHOT</version>
|
15 |
42734
|
eri.katsar
|
|
16 |
27955
|
claudio.at
|
<build>
|
17 |
|
|
<plugins>
|
18 |
|
|
</plugins>
|
19 |
42734
|
eri.katsar
|
</build>
|
20 |
29044
|
eri.katsar
|
|
21 |
|
|
<dependencies>
|
22 |
29310
|
eri.katsar
|
<dependency>
|
23 |
|
|
<groupId>javax.xml</groupId>
|
24 |
|
|
<artifactId>jaxp-api</artifactId>
|
25 |
|
|
<version>1.4.2</version>
|
26 |
|
|
</dependency>
|
27 |
31668
|
eri.katsar
|
<dependency>
|
28 |
29044
|
eri.katsar
|
<groupId>log4j</groupId>
|
29 |
|
|
<artifactId>log4j</artifactId>
|
30 |
44234
|
tsampikos.
|
<version>${log4j.version}</version>
|
31 |
29044
|
eri.katsar
|
</dependency>
|
32 |
|
|
<dependency>
|
33 |
29310
|
eri.katsar
|
<groupId>com.google.guava</groupId>
|
34 |
44234
|
tsampikos.
|
<artifactId>guava</artifactId>
|
35 |
|
|
<version>${google.guava.version}</version>
|
36 |
29310
|
eri.katsar
|
</dependency>
|
37 |
|
|
|
38 |
|
|
<dependency>
|
39 |
27955
|
claudio.at
|
<groupId>eu.dnetlib</groupId>
|
40 |
53034
|
tsampikos.
|
<artifactId>dnet-openaire-data-protos</artifactId>
|
41 |
|
|
<version>3.7.8</version>
|
42 |
31668
|
eri.katsar
|
</dependency>
|
43 |
27955
|
claudio.at
|
<dependency>
|
44 |
53034
|
tsampikos.
|
<groupId>eu.dnetlib</groupId>
|
45 |
|
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
46 |
|
|
<version>6.0.3</version>
|
47 |
|
|
</dependency>
|
48 |
|
|
<dependency>
|
49 |
|
|
<groupId>eu.dnetlib</groupId>
|
50 |
|
|
<artifactId>dnet-mapreduce-jobs</artifactId>
|
51 |
|
|
<version>[1.0.0,2.0.0)</version>
|
52 |
|
|
<!-- <version>1.0.1</version> -->
|
53 |
|
|
</dependency>
|
54 |
|
|
<dependency>
|
55 |
27955
|
claudio.at
|
<groupId>junit</groupId>
|
56 |
|
|
<artifactId>junit</artifactId>
|
57 |
44234
|
tsampikos.
|
<version>${junit.version}</version>
|
58 |
27955
|
claudio.at
|
</dependency>
|
59 |
|
|
<dependency>
|
60 |
|
|
<groupId>org.apache.sqoop</groupId>
|
61 |
|
|
<artifactId>sqoop</artifactId>
|
62 |
|
|
<version>1.4.4</version>
|
63 |
|
|
</dependency>
|
64 |
|
|
<dependency>
|
65 |
|
|
<groupId>postgresql</groupId>
|
66 |
|
|
<artifactId>postgresql</artifactId>
|
67 |
44234
|
tsampikos.
|
<version>[9.1-901.jdbc4,9.5)</version>
|
68 |
27955
|
claudio.at
|
</dependency>
|
69 |
29580
|
eri.katsar
|
<dependency>
|
70 |
|
|
<groupId>eu.dnetlib</groupId>
|
71 |
|
|
<artifactId>cnr-rmi-api</artifactId>
|
72 |
44234
|
tsampikos.
|
<version>[2.0.0,3.0.0)</version>
|
73 |
29580
|
eri.katsar
|
</dependency>
|
74 |
|
|
<dependency>
|
75 |
|
|
<groupId>org.apache.cxf</groupId>
|
76 |
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
77 |
44234
|
tsampikos.
|
<version>${cxf.version}</version>
|
78 |
29580
|
eri.katsar
|
</dependency>
|
79 |
42734
|
eri.katsar
|
<dependency>
|
80 |
44234
|
tsampikos.
|
<groupId>org.apache.cxf</groupId>
|
81 |
|
|
<artifactId>cxf-rt-transports-http-jetty</artifactId>
|
82 |
|
|
<version>${cxf.version}</version>
|
83 |
|
|
</dependency>
|
84 |
|
|
<dependency>
|
85 |
42734
|
eri.katsar
|
<groupId>org.jsoup</groupId>
|
86 |
|
|
<artifactId>jsoup</artifactId>
|
87 |
44234
|
tsampikos.
|
<version>[1.8.3,1.9.3)</version>
|
88 |
42734
|
eri.katsar
|
</dependency>
|
89 |
28265
|
eri.katsar
|
|
90 |
42734
|
eri.katsar
|
<dependency>
|
91 |
|
|
<groupId>org.springframework</groupId>
|
92 |
|
|
<artifactId>spring-jdbc</artifactId>
|
93 |
44234
|
tsampikos.
|
<version>${spring.version}</version>
|
94 |
42734
|
eri.katsar
|
</dependency>
|
95 |
|
|
|
96 |
|
|
<dependency>
|
97 |
|
|
<groupId>org.apache.hbase</groupId>
|
98 |
|
|
<artifactId>hbase</artifactId>
|
99 |
44234
|
tsampikos.
|
<version>${apache.hbase.version}</version>
|
100 |
42734
|
eri.katsar
|
</dependency>
|
101 |
45523
|
tsampikos.
|
<!--
|
102 |
|
|
<dependency>
|
103 |
|
|
<groupId>net.sf.opencsv</groupId>
|
104 |
|
|
<artifactId>opencsv</artifactId>
|
105 |
|
|
<version>2.3</version>
|
106 |
|
|
</dependency>
|
107 |
|
|
<dependency>
|
108 |
|
|
<groupId>org.apache.poi</groupId>
|
109 |
|
|
<artifactId>poi</artifactId>
|
110 |
|
|
<version>3.8</version>
|
111 |
|
|
</dependency>
|
112 |
|
|
<dependency>
|
113 |
|
|
<groupId>org.slf4j</groupId>
|
114 |
|
|
<artifactId>slf4j-api</artifactId>
|
115 |
|
|
<version>1.7.6</version>
|
116 |
|
|
</dependency>
|
117 |
|
|
<dependency>
|
118 |
|
|
<groupId>org.slf4j</groupId>
|
119 |
|
|
<artifactId>slf4j-log4j12</artifactId>
|
120 |
|
|
<version>1.7.6</version>
|
121 |
|
|
</dependency>
|
122 |
|
|
<dependency>
|
123 |
|
|
<groupId>org.apache.httpcomponents</groupId>
|
124 |
|
|
<artifactId>httpclient</artifactId>
|
125 |
|
|
<version>4.0-alpha4</version>
|
126 |
|
|
</dependency>
|
127 |
|
|
<dependency>
|
128 |
|
|
<groupId>commons-httpclient</groupId>
|
129 |
|
|
<artifactId>commons-httpclient</artifactId>
|
130 |
|
|
<version>3.1</version>
|
131 |
|
|
</dependency>
|
132 |
|
|
<dependency>
|
133 |
|
|
<groupId>org.springframework</groupId>
|
134 |
|
|
<artifactId>spring-core</artifactId>
|
135 |
|
|
<version>${spring.version}</version>
|
136 |
|
|
</dependency>
|
137 |
42734
|
eri.katsar
|
|
138 |
45523
|
tsampikos.
|
<dependency>
|
139 |
|
|
<groupId>org.xerial</groupId>
|
140 |
|
|
<artifactId>sqlite-jdbc</artifactId>
|
141 |
|
|
<version>3.8.11.2</version>
|
142 |
|
|
</dependency>
|
143 |
42734
|
eri.katsar
|
|
144 |
45523
|
tsampikos.
|
-->
|
145 |
|
|
|
146 |
|
|
|
147 |
|
|
|
148 |
|
|
|
149 |
27955
|
claudio.at
|
</dependencies>
|
150 |
28265
|
eri.katsar
|
<repositories>
|
151 |
|
|
<repository>
|
152 |
|
|
<id>cloudera</id>
|
153 |
|
|
<name>Cloudera Repository</name>
|
154 |
|
|
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
|
155 |
|
|
<releases>
|
156 |
|
|
<enabled>true</enabled>
|
157 |
|
|
</releases>
|
158 |
|
|
<snapshots>
|
159 |
|
|
<enabled>false</enabled>
|
160 |
|
|
</snapshots>
|
161 |
|
|
</repository>
|
162 |
|
|
</repositories>
|
163 |
29254
|
eri.katsar
|
|
164 |
29712
|
eri.katsar
|
</project>
|