Revision 40570
Added by Eri Katsari almost 9 years ago
pom.xml | ||
---|---|---|
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 | 5 |
<artifactId>dnet-hadoop-parent</artifactId> |
6 |
<version>1.0.0</version> |
|
6 |
<version>1.0.0-SNAPSHOT</version>
|
|
7 | 7 |
<relativePath></relativePath> |
8 | 8 |
</parent> |
9 | 9 |
<modelVersion>4.0.0</modelVersion> |
... | ... | |
59 | 59 |
<version>3.8</version> |
60 | 60 |
</dependency> |
61 | 61 |
|
62 |
<dependency> |
|
62 |
<!--<dependency>
|
|
63 | 63 |
<groupId>jdk.tools</groupId> |
64 | 64 |
<artifactId>jdk.tools</artifactId> |
65 | 65 |
<version>1.7.0_05</version> |
66 | 66 |
<scope>system</scope> |
67 | 67 |
<systemPath>${JAVA_HOME}/lib/tools.jar</systemPath> |
68 |
</dependency> |
|
68 |
</dependency>-->
|
|
69 | 69 |
<dependency> |
70 | 70 |
<groupId>org.apache.logging.log4j</groupId> |
71 | 71 |
<artifactId>log4j-api</artifactId> |
... | ... | |
101 | 101 |
<dependency> |
102 | 102 |
<groupId>eu.dnetlib</groupId> |
103 | 103 |
<artifactId>dnet-mapreduce-jobs</artifactId> |
104 |
<version>LATEST</version>
|
|
104 |
<version>0.0.8.5-SNAPSHOT</version>
|
|
105 | 105 |
</dependency> |
106 | 106 |
<dependency> |
107 | 107 |
<groupId>eu.dnetlib</groupId> |
108 | 108 |
<artifactId>dnet-openaire-data-protos</artifactId> |
109 |
<version>LATEST</version>
|
|
109 |
<version> 3.0.3-SNAPSHOT</version>
|
|
110 | 110 |
</dependency> |
111 | 111 |
<dependency> |
112 | 112 |
<groupId>org.apache.httpcomponents</groupId> |
Also available in: Unified diff
''