Statistics
| Revision:

gvsig-projects-pool / org.gvsig.report / trunk / org.gvsig.report / org.gvsig.report.app / org.gvsig.report.app.mainplugin / pom.xml @ 9493

History | View | Annotate | Download (11.6 KB)

1
<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/xsd/maven-4.0.0.xsd">
2
    <modelVersion>4.0.0</modelVersion>
3
    <parent>
4
        <groupId>org.gvsig</groupId>
5
        <artifactId>org.gvsig.report.app</artifactId>
6
        <version>1.0.177-SNAPSHOT</version>
7
    </parent>
8
    <artifactId>org.gvsig.report.app.mainplugin</artifactId>
9
    <name>${project.artifactId}</name>
10
    <dependencies>
11
        <dependency>
12
            <groupId>org.gvsig</groupId>
13
            <artifactId>org.gvsig.andami</artifactId>
14
            <scope>compile</scope>
15
        </dependency>
16
        <dependency>
17
            <groupId>org.gvsig</groupId>
18
            <artifactId>org.gvsig.app.mainplugin</artifactId>
19
            <scope>compile</scope>
20
        </dependency>
21
        <dependency>
22
            <groupId>org.gvsig</groupId>
23
            <artifactId>org.gvsig.report.lib.api</artifactId>
24
            <scope>compile</scope>
25
        </dependency>
26
        <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.report.lib.impl</artifactId>
29
            <scope>runtime</scope>
30
        </dependency>
31
        <dependency>
32
            <groupId>org.gvsig</groupId>
33
            <artifactId>org.gvsig.report.swing.api</artifactId>
34
            <scope>compile</scope>
35
        </dependency>
36
        <dependency>
37
            <groupId>org.gvsig</groupId>
38
            <artifactId>org.gvsig.report.swing.impl</artifactId>
39
            <scope>runtime</scope>
40
        </dependency>
41
        <dependency>
42
            <groupId>org.apache.httpcomponents</groupId>
43
            <artifactId>httpcore-nio</artifactId>
44
            <scope>runtime</scope>
45
        </dependency>    
46
        <dependency>
47
            <groupId>org.apache.httpcomponents</groupId>
48
            <artifactId>httpcore</artifactId>
49
            <scope>runtime</scope>
50
        </dependency>    
51
        <dependency>
52
            <groupId>org.springframework</groupId>
53
            <artifactId>spring-context</artifactId>
54
            <scope>runtime</scope>
55
        </dependency>
56
        <dependency>
57
            <groupId>org.springframework</groupId>
58
            <artifactId>spring-aop</artifactId>
59
            <scope>runtime</scope>
60
        </dependency>
61
        <!--        <dependency>
62
            <groupId>aopalliance</groupId>
63
            <artifactId>aopalliance</artifactId>
64
            <scope>runtime</scope>
65
        </dependency>-->
66
        <dependency>
67
            <groupId>org.springframework</groupId>
68
            <artifactId>spring-beans</artifactId>
69
            <scope>runtime</scope>
70
        </dependency>
71
        <dependency>
72
            <groupId>org.springframework</groupId>
73
            <artifactId>spring-core</artifactId>
74
            <scope>runtime</scope>
75
        </dependency>
76
        <dependency>
77
            <groupId>org.springframework</groupId>
78
            <artifactId>spring-expression</artifactId>
79
            <scope>runtime</scope>
80
        </dependency>
81
        <dependency>
82
            <groupId>org.springframework</groupId>
83
            <artifactId>spring-asm</artifactId>
84
            <scope>runtime</scope>
85
        </dependency>
86
        <dependency>
87
            <groupId>ar.com.fdvs</groupId>
88
            <artifactId>DynamicJasper</artifactId>
89
            <scope>runtime</scope>
90
        </dependency>
91
        <dependency>
92
            <groupId>ar.com.fdvs</groupId>
93
            <artifactId>DynamicJasper-core-fonts</artifactId>
94
            <scope>runtime</scope>
95
        </dependency>
96

    
97
        <dependency>
98
            <groupId>net.sf.jasperreports</groupId>
99
            <artifactId>jasperreports</artifactId>
100
            <scope>runtime</scope>
101
        </dependency>
102
        <dependency>
103
            <groupId>net.sf.jasperreports</groupId>
104
            <artifactId>jasperreports-metadata</artifactId>
105
            <scope>runtime</scope>
106
        </dependency>
107
        <dependency>
108
            <groupId>net.sf.jasperreports</groupId>
109
            <artifactId>jasperreports-fonts</artifactId>
110
            <scope>runtime</scope>
111
        </dependency>
112
        <dependency>
113
            <groupId>com.mpobjects.jasperreports.font</groupId>
114
            <artifactId>jasperreports-fonts-liberation</artifactId>
115
            <scope>runtime</scope>
116
        </dependency>
117
        <dependency>
118
            <groupId>net.sf.jasperreports</groupId>
119
            <artifactId>jasperreports-functions</artifactId>
120
            <scope>runtime</scope>
121
        </dependency>            
122
        <dependency>
123
            <groupId>net.sf.jasperreports</groupId>
124
            <artifactId>jasperreports-custom-visualization</artifactId>
125
            <scope>runtime</scope>
126
        </dependency>            
127
        <dependency>
128
            <groupId>net.sf.jasperreports</groupId>
129
            <artifactId>jasperreports-chart-themes</artifactId>
130
            <scope>runtime</scope>
131
        </dependency>      
132
        <dependency>
133
            <groupId>net.sf.jasperreports</groupId>
134
            <artifactId>jasperreports-chart-customizers</artifactId>
135
            <scope>runtime</scope>
136
        </dependency>            
137
        <dependency>
138
            <groupId>net.sf.jasperreports</groupId>
139
            <artifactId>jasperreports-annotation-processors</artifactId>
140
            <scope>runtime</scope>
141
        </dependency>      
142
        
143
<dependency>
144
    <groupId>org.apache.poi</groupId>
145
    <artifactId>poi</artifactId>
146
  <scope>runtime</scope>
147
</dependency>
148
<dependency>
149
  <groupId>org.apache.poi</groupId>
150
  <artifactId>poi-ooxml</artifactId>
151
  <scope>runtime</scope>
152
</dependency>
153
<dependency>
154
  <groupId>org.apache.poi</groupId>
155
  <artifactId>poi-ooxml-schemas</artifactId>
156
  <scope>runtime</scope>
157
</dependency>
158
<dependency>
159
  <groupId>com.zaxxer</groupId>
160
  <artifactId>SparseBitSet</artifactId>
161
  <scope>runtime</scope>
162
</dependency>
163
<dependency>
164
  <groupId>org.apache.xmlbeans</groupId>
165
  <artifactId>xmlbeans</artifactId>
166
  <scope>runtime</scope>
167
</dependency>
168
<dependency>
169
  <groupId>com.github.virtuald</groupId>
170
  <artifactId>curvesapi</artifactId>
171
  <scope>runtime</scope>
172
</dependency>
173
<dependency>
174
  <groupId>org.apache.commons</groupId>
175
  <artifactId>commons-math3</artifactId>
176
  <scope>runtime</scope>
177
</dependency>
178
                    
179
        
180
        <dependency>
181
            <groupId>commons-beanutils</groupId>
182
            <artifactId>commons-beanutils</artifactId>
183
            <scope>runtime</scope>
184
        </dependency>
185
        <dependency>
186
            <groupId>commons-digester</groupId>
187
            <artifactId>commons-digester</artifactId>
188
            <scope>runtime</scope>
189
        </dependency>
190
        <dependency>
191
            <groupId>commons-logging</groupId>
192
            <artifactId>commons-logging</artifactId>
193
            <scope>runtime</scope>
194
        </dependency>
195
        <dependency>
196
            <groupId>com.lowagie</groupId>
197
            <artifactId>itext</artifactId>
198
            <scope>runtime</scope>
199
        </dependency>
200
        <!--
201
        <dependency>
202
            <groupId>bouncycastle</groupId>
203
            <artifactId>bcmail-jdk14</artifactId>
204
            <scope>runtime</scope>
205
        </dependency>
206
        <dependency>
207
            <groupId>bouncycastle</groupId>
208
            <artifactId>bcprov-jdk14</artifactId>
209
            <scope>runtime</scope>
210
        </dependency>
211
        <dependency>
212
            <groupId>org.bouncycastle</groupId>
213
            <artifactId>bctsp-jdk14</artifactId>
214
            <scope>runtime</scope>
215
        </dependency>
216
        <dependency>
217
            <groupId>org.bouncycastle</groupId>
218
            <artifactId>bcprov-jdk14</artifactId>
219
            <scope>runtime</scope>
220
        </dependency>
221
        <dependency>
222
            <groupId>org.bouncycastle</groupId>
223
            <artifactId>bcmail-jdk14</artifactId>
224
            <scope>runtime</scope>
225
        </dependency>
226
        <dependency>
227
            <groupId>stax</groupId>
228
            <artifactId>stax-api</artifactId>
229
            <scope>runtime</scope>
230
        </dependency>
231
        -->
232
        <dependency>
233
            <groupId>org.jfree</groupId>
234
            <artifactId>jcommon</artifactId>
235
            <scope>runtime</scope>
236
        </dependency>
237
        <dependency>
238
            <groupId>org.jfree</groupId>
239
            <artifactId>jfreechart</artifactId>
240
            <scope>runtime</scope>
241
        </dependency>
242
        <dependency>
243
            <groupId>org.eclipse.jdt.core.compiler</groupId>
244
            <artifactId>ecj</artifactId>
245
            <scope>runtime</scope>
246
        </dependency>
247
        <dependency>
248
            <groupId>org.codehaus.castor</groupId>
249
            <artifactId>castor-xml</artifactId>
250
            <scope>runtime</scope>
251
        </dependency>
252
        <dependency>
253
            <groupId>org.codehaus.castor</groupId>
254
            <artifactId>castor-core</artifactId>
255
            <scope>runtime</scope>
256
        </dependency>
257
        <dependency>
258
            <groupId>commons-lang</groupId>
259
            <artifactId>commons-lang</artifactId>
260
            <scope>runtime</scope>
261
        </dependency>
262
        <dependency>
263
            <groupId>javax.inject</groupId>
264
            <artifactId>javax.inject</artifactId>
265
            <scope>runtime</scope>
266
        </dependency>
267
        <dependency>
268
            <groupId>stax</groupId>
269
            <artifactId>stax</artifactId>
270
            <scope>runtime</scope>
271
        </dependency>
272
        <dependency>
273
            <groupId>javax.xml.stream</groupId>
274
            <artifactId>stax-api</artifactId>
275
            <scope>runtime</scope>
276
        </dependency>
277
        <dependency>
278
            <groupId>com.fasterxml.jackson.core</groupId>
279
            <artifactId>jackson-core</artifactId>
280
            <scope>runtime</scope>
281
        </dependency>
282
        <dependency>
283
            <groupId>com.fasterxml.jackson.core</groupId>
284
            <artifactId>jackson-databind</artifactId>
285
            <scope>runtime</scope>
286
        </dependency>
287
        <dependency>
288
            <groupId>com.fasterxml.jackson.core</groupId>
289
            <artifactId>jackson-annotations</artifactId>
290
            <scope>runtime</scope>
291
        </dependency>
292
        <dependency>
293
            <groupId>com.ibm.icu</groupId>
294
            <artifactId>icu4j</artifactId>
295
            <scope>runtime</scope>
296
        </dependency>
297
        <dependency>
298
            <groupId>org.gvsig</groupId>
299
            <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
300
            <scope>compile</scope>
301
        </dependency>
302
        <dependency>
303
            <groupId>org.gvsig</groupId>
304
            <artifactId>org.gvsig.pdf.lib.api</artifactId>
305
            <scope>compile</scope>
306
        </dependency>
307
        <dependency>
308
            <groupId>org.gvsig</groupId>
309
            <artifactId>org.gvsig.pdf.swing.api</artifactId>
310
            <scope>compile</scope>
311
        </dependency>
312
    </dependencies>
313

    
314
    <properties>
315
        <gvsig.package.info.state>testing</gvsig.package.info.state>
316
        <gvsig.package.info.official>true</gvsig.package.info.official>
317
        <gvsig.package.info.dependencies>required: org.gvsig.app -ge 2.4.0</gvsig.package.info.dependencies>
318
        <gvsig.package.info.categories />
319
        <gvsig.package.info.name>Reports</gvsig.package.info.name>
320
        <gvsig.package.info.description>Tools: Reports, jss inegration in gvSIG</gvsig.package.info.description>
321
        <gvsig.package.info.owner>gvSIG Association</gvsig.package.info.owner>
322
        <gvsig.package.info.javaVM>j1_8</gvsig.package.info.javaVM>
323
        <gvsig.package.info.sourcesURL>${project.scm.url}</gvsig.package.info.sourcesURL>
324
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-report/pool</gvsig.package.info.poolURL>
325
    </properties>
326

    
327
</project>