Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<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/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>2.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-core-components</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.0.1-SAXONHE-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-core-components/branches/saxonHE</developerConnection>
16
	</scm>
17

    
18
	<dependencies>
19

    
20
		<!-- spring -->
21
		<dependency>
22
			<groupId>org.springframework</groupId>
23
			<artifactId>spring-webmvc</artifactId>
24
			<version>${spring.version}</version>
25
		</dependency>
26
		<dependency>
27
			<groupId>org.quartz-scheduler</groupId>
28
			<artifactId>quartz</artifactId>
29
			<version>${quartz.version}</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>org.springframework</groupId>
33
			<artifactId>spring-context</artifactId>
34
			<version>${spring.version}</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>org.springframework</groupId>
38
			<artifactId>spring-beans</artifactId>
39
			<version>${spring.version}</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>org.springframework</groupId>
43
			<artifactId>spring-context-support</artifactId>
44
			<version>${spring.version}</version>
45
		</dependency>
46

    
47
		<!-- misc -->
48
		<dependency>
49
			<groupId>com.google.guava</groupId>
50
			<artifactId>guava</artifactId>
51
			<version>${google.guava.version}</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>net.sf.ehcache</groupId>
55
			<artifactId>ehcache-core</artifactId>
56
			<version>${ehcache.version}</version>
57
		</dependency>
58
		<dependency>
59
			<groupId>org.apache.lucene</groupId>
60
			<artifactId>lucene-queryparser</artifactId>
61
			<version>${apache.solr.version}</version>
62
		</dependency>
63
		<dependency>
64
			<groupId>org.z3950.zing</groupId>
65
			<artifactId>cql-java</artifactId>
66
			<version>1.7</version>
67
		</dependency>
68
		<dependency>
69
			<groupId>org.antlr</groupId>
70
			<artifactId>stringtemplate</artifactId>
71
			<version>${stringtemplate.version}</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>org.apache.commons</groupId>
75
			<artifactId>commons-lang3</artifactId>
76
			<version>${commons.lang.version}</version>
77
		</dependency>
78
		<dependency>
79
			<groupId>commons-io</groupId>
80
			<artifactId>commons-io</artifactId>
81
			<version>${commons.io.version}</version>
82
		</dependency>
83
		<dependency>
84
			<groupId>com.google.code.gson</groupId>
85
			<artifactId>gson</artifactId>
86
			<version>${google.gson.version}</version>
87
		</dependency>
88
		<dependency>
89
			<groupId>org.apache.httpcomponents</groupId>
90
			<artifactId>httpclient</artifactId>
91
			<version>${httpcomponents.httpclient.version}</version>
92
		</dependency>
93

    
94
		<!-- cxf -->
95
		<dependency>
96
			<groupId>org.apache.cxf</groupId>
97
			<artifactId>cxf-core</artifactId>
98
			<version>${cxf.version}</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>org.apache.cxf</groupId>
102
			<artifactId>cxf-rt-frontend-jaxws</artifactId>
103
			<version>${cxf.version}</version>
104
		</dependency>
105

    
106
		<!-- For tomcat7 -->
107
		<dependency>
108
			<groupId>javax.servlet</groupId>
109
			<artifactId>javax.servlet-api</artifactId>
110
			<version>${javax.servlet.version}</version>
111
			<scope>provided</scope>
112
		</dependency>
113
		<dependency>
114
			<groupId>org.apache.tomcat</groupId>
115
			<artifactId>tomcat-catalina</artifactId>
116
			<version>7.0.47</version>
117
			<scope>provided</scope>
118
		</dependency>
119
		<dependency>
120
			<groupId>commons-codec</groupId>
121
			<artifactId>commons-codec</artifactId>
122
			<version>${commons.codec.version}</version>
123
		</dependency>
124
		<!--<dependency>-->
125
			<!--<groupId>saxonica</groupId>-->
126
			<!--<artifactId>saxon</artifactId>-->
127
			<!--<version>${saxon.version}</version>-->
128
		<!--</dependency>-->
129

    
130
		<!--&lt;!&ndash; libraries for XML management &ndash;&gt;-->
131
		<!--<dependency>-->
132
			<!--<groupId>saxonica</groupId>-->
133
			<!--<artifactId>saxon-dom</artifactId>-->
134
			<!--<version>${saxon.version}</version>-->
135
		<!--</dependency>-->
136
		<dependency>
137
			<groupId>net.sf.saxon</groupId>
138
			<artifactId>Saxon-HE</artifactId>
139
			<version>9.5.1-5</version>
140
		</dependency>
141

    
142
		<dependency>
143
			<groupId>jaxen</groupId>
144
			<artifactId>jaxen</artifactId>
145
			<version>1.1.6</version>
146
		</dependency>
147
		<dependency>
148
			<groupId>dom4j</groupId>
149
			<artifactId>dom4j</artifactId>
150
			<version>${dom4j.version}</version>
151
			<exclusions>
152
				<exclusion>
153
					<groupId>xml-apis</groupId>
154
					<artifactId>xml-apis</artifactId>
155
				</exclusion>
156
			</exclusions>
157
		</dependency>
158
		<dependency>
159
			<groupId>com.ximpleware</groupId>
160
			<artifactId>vtd-xml</artifactId>
161
			<version>${vtd.version}</version>
162
		</dependency>
163
		<dependency>
164
			<groupId>com.mycila</groupId>
165
			<artifactId>xmltool</artifactId>
166
			<version>3.3</version>
167
		</dependency>
168
		<dependency>
169
			<groupId>org.mongodb</groupId>
170
			<artifactId>mongo-java-driver</artifactId>
171
			<version>${mongodb.driver.version}</version>
172
		</dependency>
173
		<!-- TODO: Can we avoid using Joda time and use the new library from Java? (see MongoCqlTranslator) -->
174
		<dependency>
175
			<groupId>joda-time</groupId>
176
			<artifactId>joda-time</artifactId>
177
			<version>[2.3, 3.0)</version>
178
		</dependency>
179

    
180
		<!-- tests -->
181
		<dependency>
182
			<groupId>org.mockito</groupId>
183
			<artifactId>mockito-core</artifactId>
184
			<version>${mockito.version}</version>
185
			<scope>test</scope>
186
		</dependency>
187
		<dependency>
188
			<groupId>junit</groupId>
189
			<artifactId>junit</artifactId>
190
			<version>${junit.version}</version>
191
			<scope>test</scope>
192
		</dependency>
193
		<dependency>
194
			<groupId>org.springframework</groupId>
195
			<artifactId>spring-test</artifactId>
196
			<version>${spring.version}</version>
197
			<optional>false</optional>
198
		</dependency>
199

    
200

    
201
	</dependencies>
202
</project>
(2-2/2)