Project

General

Profile

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-hadoop-parent</artifactId>
6
		<version>1.0.0</version>
7
		<relativePath></relativePath>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-openaire-lod-import</artifactId>
12
	<version>0.0.1-SNAPSHOT</version>
13
	<build>
14
		<plugins>
15
		</plugins>
16

    
17
	</build>
18
	<dependencies>
19
		<dependency>
20
			<groupId>javax.xml</groupId>
21
			<artifactId>jaxp-api</artifactId>
22
			<version>1.4.2</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>net.sf.opencsv</groupId>
26
			<artifactId>opencsv</artifactId>
27
			<version>2.3</version>
28
		</dependency>
29
		<dependency>
30
		    <groupId>org.apache.poi</groupId>
31
		    <artifactId>poi</artifactId>
32
		    <version>3.8</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>org.apache.logging.log4j</groupId>
36
			<artifactId>log4j-core</artifactId>
37
			<version>2.0-rc2</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>log4j</groupId>
41
			<artifactId>log4j</artifactId>
42
			<version>1.2.17</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>org.slf4j</groupId>
46
			<artifactId>slf4j-api</artifactId>
47
			<version>1.7.6</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>org.slf4j</groupId>
51
			<artifactId>slf4j-log4j12</artifactId>
52
			<version>1.7.6</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>com.google.guava</groupId>
56
			<artifactId>guava</artifactId>
57
			<version>15.0</version>
58
		</dependency>
59

    
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>dnet-mapreduce-jobs</artifactId>
63
			<version>0.0.8.5-SNAPSHOT</version>
64
		</dependency>
65
		<dependency>
66
            	<groupId>eu.dnetlib</groupId>
67
            	<artifactId>dnet-openaire-data-protos</artifactId>
68
            <version>3.3.0</version>
69
		</dependency>
70
		<dependency>
71
			<groupId>org.apache.httpcomponents</groupId>
72
			<artifactId>httpclient</artifactId>
73
			<version>4.0-alpha4</version>
74
		</dependency>
75
		<dependency>
76
			<groupId>commons-httpclient</groupId>
77
			<artifactId>commons-httpclient</artifactId>
78
			<version>3.1</version>
79
		</dependency>
80
		<dependency>
81
			<groupId>junit</groupId>
82
			<artifactId>junit</artifactId>
83
			<version>4.8.2</version>
84
		</dependency>
85

    
86
		<dependency>
87
			<groupId>eu.dnetlib</groupId>
88
			<artifactId>cnr-rmi-api</artifactId>
89
			<version>LATEST</version>
90
		</dependency>
91
		<dependency>
92
			<groupId>org.apache.cxf</groupId>
93
			<artifactId>cxf-rt-frontend-jaxws</artifactId>
94
			<version>2.7.8</version>
95
		</dependency>
96

    
97
        <dependency>
98
            <groupId>in.ashwanthkumar</groupId>
99
            <artifactId>hadoop2-csv</artifactId>
100
            <version>2.0</version>
101
        </dependency>
102
        
103
        <dependency>
104
 		 	<groupId>joda-time</groupId>
105
 		 	<artifactId>joda-time</artifactId>
106
 		 	<version>2.9.1</version>
107
		</dependency>
108

    
109
		<dependency>
110
			<groupId>com.jolbox</groupId>
111
			<artifactId>bonecp</artifactId>
112
			<version>0.8.0.RELEASE</version>
113
		</dependency> 
114
		
115
<!-- 	<dependency>
116
        <groupId>com.zaxxer</groupId>
117
        <artifactId>HikariCP-java6</artifactId>
118
        <version>2.3.12</version>
119
    </dependency>  -->
120

    
121
		
122
		<dependency>
123
			  <groupId>org.apache.jena</groupId>
124
			  <artifactId>apache-jena-libs</artifactId>
125
			  <type>pom</type>
126
			  <version>2.12.1</version>
127
 		 </dependency>
128
		<!-- <dependency>
129
  		   <groupId>org.apache.jena</groupId>
130
		   <artifactId>apache-jena-libs</artifactId>
131
		   <type>pom</type>
132
		   <version>3.0.1</version>
133
		</dependency> -->
134
		 
135
		<dependency>
136
			 <groupId>virtuoso</groupId>
137
			 <artifactId>jdbc-driver</artifactId>
138
			 <version>4.0</version>
139
		</dependency>
140

    
141
		<dependency>
142
			  <groupId>virtuoso</groupId>
143
			  <artifactId>jena</artifactId>
144
			  <version>2.10.1</version>
145
		</dependency>
146

    
147
	</dependencies>
148
	<repositories>
149
		<repository>
150
			<id>cloudera</id>
151
			<name>Cloudera Repository</name>
152
			<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
153
			<releases>
154
				<enabled>true</enabled>
155
			</releases>
156
			<snapshots>
157
				<enabled>false</enabled>
158
			</snapshots>
159
		</repository>
160
		<!-- Linked Data Stack Repository -->
161
		<repository>
162
      		<id>ldstack</id>
163
      		<url>http://mvn.linkeddata.org/content/groups/linkeddata.org/</url>
164
    	</repository>
165
	</repositories>
166

    
167
</project>
168

    
    (1-1/1)