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
|
<modelVersion>4.0.0</modelVersion>
|
4
|
<parent>
|
5
|
<artifactId>maven-parent</artifactId>
|
6
|
<groupId>org.gcube.tools</groupId>
|
7
|
<version>1.0.0</version>
|
8
|
<relativePath />
|
9
|
</parent>
|
10
|
<groupId>org.gcube.dataanalysis</groupId>
|
11
|
<artifactId>dataminer</artifactId>
|
12
|
<version>1.0.0-SNAPSHOT</version>
|
13
|
<name>dataminer</name>
|
14
|
<description>dataminer</description>
|
15
|
<properties>
|
16
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
17
|
</properties>
|
18
|
<dependencies>
|
19
|
<dependency>
|
20
|
<groupId>ch.qos.logback</groupId>
|
21
|
<artifactId>logback-classic</artifactId>
|
22
|
<version>1.1.2</version>
|
23
|
</dependency>
|
24
|
<dependency>
|
25
|
<groupId>org.n52.wps</groupId>
|
26
|
<artifactId>52n-wps-io</artifactId>
|
27
|
<version>[3.3.1,4.0.0)</version>
|
28
|
<exclusions>
|
29
|
<exclusion>
|
30
|
<artifactId>slf4j-api</artifactId>
|
31
|
<groupId>org.slf4j</groupId>
|
32
|
</exclusion>
|
33
|
</exclusions>
|
34
|
</dependency>
|
35
|
<dependency>
|
36
|
<groupId>org.n52.wps</groupId>
|
37
|
<artifactId>52n-wps-io-impl</artifactId>
|
38
|
<version>[3.3.1,4.0.0)</version>
|
39
|
<exclusions>
|
40
|
<exclusion>
|
41
|
<artifactId>slf4j-api</artifactId>
|
42
|
<groupId>org.slf4j</groupId>
|
43
|
</exclusion>
|
44
|
</exclusions>
|
45
|
</dependency>
|
46
|
<dependency>
|
47
|
<groupId>org.n52.wps</groupId>
|
48
|
<artifactId>52n-wps-algorithm</artifactId>
|
49
|
<version>[3.3.1,4.0.0)</version>
|
50
|
<exclusions>
|
51
|
<exclusion>
|
52
|
<artifactId>slf4j-api</artifactId>
|
53
|
<groupId>org.slf4j</groupId>
|
54
|
</exclusion>
|
55
|
</exclusions>
|
56
|
</dependency>
|
57
|
<dependency>
|
58
|
<groupId>org.n52.wps</groupId>
|
59
|
<artifactId>52n-wps-server</artifactId>
|
60
|
<version>[3.3.1,4.0.0)</version>
|
61
|
<exclusions>
|
62
|
<exclusion>
|
63
|
<artifactId>slf4j-api</artifactId>
|
64
|
<groupId>org.slf4j</groupId>
|
65
|
</exclusion>
|
66
|
</exclusions>
|
67
|
</dependency>
|
68
|
<!-- <dependency> <groupId>org.gcube.dataanalysis</groupId> <artifactId>ecological-engine</artifactId>
|
69
|
<version>[1.8.5-SNAPSHOT,2.0.0-SNAPSHOT)</version> <exclusions> <exclusion>
|
70
|
<artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion>
|
71
|
</exclusions> </dependency> -->
|
72
|
<dependency>
|
73
|
<groupId>org.gcube.dataanalysis</groupId>
|
74
|
<artifactId>ecological-engine-wps-extension</artifactId>
|
75
|
<version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
76
|
<exclusions>
|
77
|
<exclusion>
|
78
|
<artifactId>slf4j-api</artifactId>
|
79
|
<groupId>org.slf4j</groupId>
|
80
|
</exclusion>
|
81
|
</exclusions>
|
82
|
</dependency>
|
83
|
<dependency>
|
84
|
<groupId>org.gcube.dataanalysis</groupId>
|
85
|
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
86
|
<version>[1.3.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
87
|
<exclusions>
|
88
|
<exclusion>
|
89
|
<artifactId>slf4j-api</artifactId>
|
90
|
<groupId>org.slf4j</groupId>
|
91
|
</exclusion>
|
92
|
</exclusions>
|
93
|
</dependency>
|
94
|
<dependency>
|
95
|
<groupId>org.gcube.dataanalysis</groupId>
|
96
|
<artifactId>ecological-engine-external-algorithms</artifactId>
|
97
|
<version>[1.1.5-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
98
|
<exclusions>
|
99
|
<exclusion>
|
100
|
<artifactId>slf4j-api</artifactId>
|
101
|
<groupId>org.slf4j</groupId>
|
102
|
</exclusion>
|
103
|
<exclusion>
|
104
|
<artifactId>common-utils-encryption</artifactId>
|
105
|
<groupId>org.gcube.core</groupId>
|
106
|
</exclusion>
|
107
|
</exclusions>
|
108
|
</dependency>
|
109
|
<dependency>
|
110
|
<groupId>org.gcube.dataanalysis</groupId>
|
111
|
<artifactId>ecological-engine-smart-executor</artifactId>
|
112
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
113
|
<exclusions>
|
114
|
<exclusion>
|
115
|
<artifactId>slf4j-api</artifactId>
|
116
|
<groupId>org.slf4j</groupId>
|
117
|
</exclusion>
|
118
|
</exclusions>
|
119
|
</dependency>
|
120
|
<dependency>
|
121
|
<groupId>org.slf4j</groupId>
|
122
|
<artifactId>slf4j-nop</artifactId>
|
123
|
<version>1.7.10</version>
|
124
|
<exclusions>
|
125
|
<exclusion>
|
126
|
<artifactId>slf4j-api</artifactId>
|
127
|
<groupId>org.slf4j</groupId>
|
128
|
</exclusion>
|
129
|
</exclusions>
|
130
|
</dependency>
|
131
|
<dependency>
|
132
|
<groupId>junit</groupId>
|
133
|
<artifactId>junit</artifactId>
|
134
|
<version>4.11</version>
|
135
|
<!-- <scope>test</scope> -->
|
136
|
</dependency>
|
137
|
<dependency>
|
138
|
<groupId>org.gcube.common</groupId>
|
139
|
<artifactId>common-authorization</artifactId>
|
140
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
141
|
<scope>provided</scope>
|
142
|
<exclusions>
|
143
|
<exclusion>
|
144
|
<artifactId>slf4j-api</artifactId>
|
145
|
<groupId>org.slf4j</groupId>
|
146
|
</exclusion>
|
147
|
</exclusions>
|
148
|
</dependency>
|
149
|
<dependency>
|
150
|
<groupId>org.gcube.core</groupId>
|
151
|
<artifactId>common-scope</artifactId>
|
152
|
<version>[1.2.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
153
|
<scope>provided</scope>
|
154
|
<exclusions>
|
155
|
<exclusion>
|
156
|
<artifactId>slf4j-api</artifactId>
|
157
|
<groupId>org.slf4j</groupId>
|
158
|
</exclusion>
|
159
|
</exclusions>
|
160
|
</dependency>
|
161
|
</dependencies>
|
162
|
<build>
|
163
|
<plugins>
|
164
|
<plugin>
|
165
|
<artifactId>maven-compiler-plugin</artifactId>
|
166
|
<version>3.1</version>
|
167
|
<configuration>
|
168
|
<source>1.6</source>
|
169
|
<target>1.6</target>
|
170
|
</configuration>
|
171
|
</plugin>
|
172
|
<plugin>
|
173
|
<groupId>org.apache.maven.plugins</groupId>
|
174
|
<artifactId>maven-surefire-plugin</artifactId>
|
175
|
<version>2.18.1</version>
|
176
|
<configuration>
|
177
|
<skipTests>true</skipTests>
|
178
|
</configuration>
|
179
|
</plugin>
|
180
|
<plugin>
|
181
|
<groupId>org.apache.maven.plugins</groupId>
|
182
|
<artifactId>maven-resources-plugin</artifactId>
|
183
|
<version>2.7</version>
|
184
|
<executions>
|
185
|
<execution>
|
186
|
<id>copy-profile</id>
|
187
|
<phase>install</phase>
|
188
|
<goals>
|
189
|
<goal>copy-resources</goal>
|
190
|
</goals>
|
191
|
<configuration>
|
192
|
<outputDirectory>target</outputDirectory>
|
193
|
<resources>
|
194
|
<resource>
|
195
|
<directory>${distroDirectory}</directory>
|
196
|
<filtering>true</filtering>
|
197
|
<includes>
|
198
|
<include>profile.xml</include>
|
199
|
</includes>
|
200
|
</resource>
|
201
|
</resources>
|
202
|
</configuration>
|
203
|
</execution>
|
204
|
</executions>
|
205
|
</plugin>
|
206
|
<plugin>
|
207
|
<groupId>org.apache.maven.plugins</groupId>
|
208
|
<artifactId>maven-assembly-plugin</artifactId>
|
209
|
<version>2.5.3</version>
|
210
|
<configuration>
|
211
|
<descriptors>
|
212
|
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
|
213
|
</descriptors>
|
214
|
</configuration>
|
215
|
<executions>
|
216
|
<execution>
|
217
|
<id>servicearchive</id>
|
218
|
<phase>install</phase>
|
219
|
<goals>
|
220
|
<goal>single</goal>
|
221
|
</goals>
|
222
|
</execution>
|
223
|
</executions>
|
224
|
</plugin>
|
225
|
</plugins>
|
226
|
</build>
|
227
|
<repositories>
|
228
|
<repository>
|
229
|
<id>n52-releases</id>
|
230
|
<name>52n Releases</name>
|
231
|
<url>http://52north.org/maven/repo/releases</url>
|
232
|
<releases>
|
233
|
<enabled>false</enabled>
|
234
|
</releases>
|
235
|
<snapshots>
|
236
|
<enabled>true</enabled>
|
237
|
</snapshots>
|
238
|
</repository>
|
239
|
</repositories>
|
240
|
</project>
|