Project

General

Profile

1
<?xml version="1.0"?>
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>dnet45-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>uoa-search</artifactId>
11
	<packaging>jar</packaging>
12
<<<<<<< .mine
13
	<version>3.8.2-SNAPSHOT</version>
14
||||||| .r61950
15
	<version>3.7.2-SNAPSHOT</version>
16
=======
17
	<version>3.8.3-SNAPSHOT</version>
18
>>>>>>> .r62220
19
	<scm>
20
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-search/trunk</developerConnection> 
21
        </scm>
22

    
23
    <repositories>
24
        <!-- Cloudera Repositories -->
25
        <repository>
26
            <snapshots>
27
                <enabled>false</enabled>
28
            </snapshots>
29
            <id>cloudera-central</id>
30
            <name>cloundera-libs-release</name>
31
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-central</url>
32
        </repository>
33
        <repository>
34
            <id>cloudera-snapshots</id>
35
            <name>cloudera-libs-snapshot</name>
36
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-snapshots</url>
37
        </repository>
38
        <repository>
39
            <id>typesafe</id>
40
            <name>typesafe-releases</name>
41
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/typesafe</url>
42
        </repository>
43
    </repositories>
44

    
45
	<dependencies>
46
		<dependency>
47
			<groupId>junit</groupId>
48
			<artifactId>junit</artifactId>
49
			<version>${junit.version}</version>
50
			<scope>test</scope>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>uoa-commons</artifactId>
55
			<version>[2.0.0, 3.0.0)</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>org.mockito</groupId>
59
			<artifactId>mockito-all</artifactId>
60
			<version>1.6</version>
61
		</dependency>
62
		<dependency>
63
			<groupId>org.apache.solr</groupId>
64
			<artifactId>solr-solrj</artifactId>
65
			<version>7.2.1</version>
66
            <exclusions>
67
                <exclusion>
68
                    <groupId>org.apache.zookeeper</groupId>
69
                    <artifactId>zookeeper</artifactId>
70
                </exclusion>
71
            </exclusions>
72
		</dependency>
73
        <dependency>
74
            <groupId>org.apache.zookeeper</groupId>
75
            <artifactId>zookeeper</artifactId>
76
            <version>3.4.5-cdh4.3.0</version>
77
        </dependency>
78
		<dependency>
79
			<groupId>eu.dnetlib</groupId>
80
			<artifactId>cnr-cql-utils</artifactId>
81
			<!--versio>[3.0.0, 4.0.0)</version-->
82
			<version>[2.0.0, 3.0.0)</version>
83
			<scope>compile</scope>
84
		</dependency>
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>cnr-blackboard-common</artifactId>
88
			<version>[2.2.1, 3.0.0)</version>
89
		</dependency>
90

    
91
		<!-- Spring MVC framework -->
92
		<dependency>
93
			<groupId>org.springframework</groupId>
94
			<artifactId>spring-webmvc</artifactId>
95
			<version>${spring.version}</version>
96
		</dependency>
97

    
98
		<dependency>
99
			<groupId>org.apache.velocity</groupId>
100
			<artifactId>velocity</artifactId>
101
			<version>1.7</version>
102
		</dependency>
103

    
104
		<dependency>
105
			<groupId>asm</groupId>
106
			<artifactId>asm</artifactId>
107
			<version>3.3.1</version>
108
		</dependency>
109
		<dependency>
110
			<groupId>com.sun.jersey</groupId>
111
			<artifactId>jersey-bundle</artifactId>
112
			<version>1.19</version>
113
		</dependency>
114
		<dependency>
115
			<groupId>org.json</groupId>
116
			<artifactId>json</artifactId>
117
			<version>20140107</version>
118
		</dependency>
119
		<dependency>
120
			<groupId>com.sun.jersey</groupId>
121
			<artifactId>jersey-server</artifactId>
122
			<version>1.19</version>
123
		</dependency>
124
		<dependency>
125
			<groupId>com.sun.jersey</groupId>
126
			<artifactId>jersey-core</artifactId>
127
			<version>1.19</version>
128
		</dependency>
129
		<dependency>
130
			<groupId>commons-validator</groupId>
131
			<artifactId>commons-validator</artifactId>
132
			<version>1.6</version>
133
		</dependency>
134
		<dependency>
135
			<groupId>org.eclipse.persistence</groupId>
136
			<artifactId>org.eclipse.persistence.moxy</artifactId>
137
			<version>2.5.0</version>
138
		</dependency>
139
		<dependency>
140
			<groupId>com.sun.jersey.contribs</groupId>
141
			<artifactId>jersey-spring</artifactId>
142
			<version>1.8</version>
143
			<exclusions>
144
				<exclusion>
145
					<groupId>org.springframework</groupId>
146
					<artifactId>spring</artifactId>
147
				</exclusion>
148
				<exclusion>
149
					<groupId>org.springframework</groupId>
150
					<artifactId>spring-core</artifactId>
151
				</exclusion>
152
				<exclusion>
153
					<groupId>org.springframework</groupId>
154
					<artifactId>spring-web</artifactId>
155
				</exclusion>
156
				<exclusion>
157
					<groupId>org.springframework</groupId>
158
					<artifactId>spring-beans</artifactId>
159
				</exclusion>
160
				<exclusion>
161
					<groupId>org.springframework</groupId>
162
					<artifactId>spring-context</artifactId>
163
				</exclusion>
164
				<exclusion>
165
					<groupId>org.springframework</groupId>
166
					<artifactId>spring-utils</artifactId>
167
				</exclusion>
168
				<exclusion>
169
					<groupId>org.springframework</groupId>
170
					<artifactId>spring-aop</artifactId>
171
				</exclusion>
172
			</exclusions>
173
		</dependency>
174
		<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
175
		<dependency>
176
			<groupId>com.google.code.gson</groupId>
177
			<artifactId>gson</artifactId>
178
			<version>2.3.1</version>
179
		</dependency>
180
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
181
		<dependency>
182
			<groupId>org.apache.commons</groupId>
183
			<artifactId>commons-lang3</artifactId>
184
			<version>3.5</version>
185
		</dependency>
186

    
187
		<dependency>
188
			<groupId>io.prometheus</groupId>
189
			<artifactId>simpleclient</artifactId>
190
			<version>0.6.0</version>
191
		</dependency>
192

    
193
		<dependency>
194
			<groupId>io.prometheus</groupId>
195
			<artifactId>simpleclient_servlet</artifactId>
196
			<version>0.6.0</version>
197
		</dependency>
198

    
199
		<dependency>
200
			<groupId>io.prometheus</groupId>
201
			<artifactId>simpleclient_hotspot</artifactId>
202
			<version>0.6.0</version>
203
		</dependency>
204

    
205
		<!-- https://mvnrepository.com/artifact/io.micrometer/micrometer-registry-prometheus -->
206
		<dependency>
207
			<groupId>io.micrometer</groupId>
208
			<artifactId>micrometer-registry-prometheus</artifactId>
209
			<version>1.2.0</version>
210
		</dependency>
211

    
212
		<!-- https://mvnrepository.com/artifact/io.micrometer/micrometer-spring-legacy -->
213
		<dependency>
214
			<groupId>io.micrometer</groupId>
215
			<artifactId>micrometer-spring-legacy</artifactId>
216
			<version>1.2.0</version>
217
		</dependency>
218

    
219

    
220
		<!-- https://mvnrepository.com/artifact/org.aspectj/aspectjrt -->
221
		<!-- AspectJ -->
222
		<dependency>
223
			<groupId>org.aspectj</groupId>
224
			<artifactId>aspectjrt</artifactId>
225
			<version>1.9.4</version>
226
		</dependency>
227
		<dependency>
228
			<groupId>org.aspectj</groupId>
229
			<artifactId>aspectjweaver</artifactId>
230
			<version>1.9.4</version>
231
		</dependency>
232

    
233
        <!-- https://mvnrepository.com/artifact/org.apache.maven/maven-model -->
234
        <dependency>
235
            <groupId>org.apache.maven</groupId>
236
            <artifactId>maven-model</artifactId>
237
            <version>3.3.9</version>
238
        </dependency>
239

    
240

    
241

    
242
    </dependencies>
243

    
244
	<build>
245
		<plugins>
246
			<plugin>
247
				<groupId>org.apache.maven.plugins</groupId>
248
				<artifactId>maven-compiler-plugin</artifactId>
249
				<configuration>
250
					<source>1.8</source>
251
					<target>1.8</target>
252
				</configuration>
253
			</plugin>
254
		</plugins>
255
	</build>
256
</project>
(2-2/2)