Revision 42562 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/pom.xml

View differences:

pom.xml
204 204
          <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
205 205
          <scope>compile</scope>
206 206
      </dependency>
207
<!--       <dependency> -->
208
<!--           <groupId>org.gvsig</groupId> -->
209
<!--           <artifactId>org.gvsig.fmap.dal.file.shp</artifactId> -->
210
<!--           <scope>compile</scope> -->
211
<!--       </dependency> -->
212 207
      <dependency>
213 208
          <groupId>org.gvsig</groupId>
214 209
          <artifactId>org.gvsig.symbology.lib.impl</artifactId>
......
224 219
          <artifactId>org.gvsig.fmap.dal.spi</artifactId>
225 220
          <scope>compile</scope>
226 221
      </dependency>
227
<!--       <dependency> -->
228
<!--           <groupId>org.gvsig</groupId> -->
229
<!--           <artifactId>org.gvsig.fmap.dal.file.dbf</artifactId> -->
230
<!--           <scope>compile</scope> -->
231
<!--       </dependency> -->
232 222

  
233 223
      <!-- Dependencias de runtime -->
234 224
      <!-- Ordered by artifactId -->
......
261 251
      <!--
262 252
      <dependency>
263 253
          <groupId>org.gvsig</groupId>
264
          <artifactId>org.gvsig.fmap.geometry.generalpath</artifactId>
265
          <scope>runtime</scope>
266
      </dependency>
267
      <dependency>
268
          <groupId>org.gvsig</groupId>
269
          <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
270
          <scope>runtime</scope>
271
      </dependency>
272
      -->
273
      <dependency>
274
          <groupId>org.gvsig</groupId>
275 254
          <artifactId>org.gvsig.fmap.geometry.jts</artifactId>
276 255
          <scope>runtime</scope>
277 256
      </dependency>
......
280 259
          <artifactId>org.gvsig.fmap.geometry.operation.jts</artifactId>
281 260
          <scope>runtime</scope>
282 261
      </dependency>
262
      -->
283 263
      <dependency>
284 264
          <groupId>org.gvsig</groupId>
285 265
          <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
......
365 345
        <artifactId>sqljep</artifactId>
366 346
        <scope>runtime</scope>
367 347
      </dependency>
348
      
349
      
350

  
368 351
      <dependency>
369
          <groupId>org.apache.xmlgraphics</groupId>
370
          <artifactId>batik-awt-util</artifactId>
371
          <scope>runtime</scope>
372
      </dependency>
373
      <dependency>
374
          <groupId>org.apache.xmlgraphics</groupId>
375
          <artifactId>batik-bridge</artifactId>
376
          <scope>runtime</scope>
377
      </dependency>
378
      <dependency>
379
          <groupId>org.apache.xmlgraphics</groupId>
380
          <artifactId>batik-ext</artifactId>
381
          <scope>runtime</scope>
382
      </dependency>
383
      <dependency>
384
          <groupId>org.apache.xmlgraphics</groupId>
385
          <artifactId>batik-gui-util</artifactId>
386
          <scope>runtime</scope>
387
      </dependency>
388
      <dependency>
389
          <groupId>org.apache.xmlgraphics</groupId>
390
          <artifactId>batik-gvt</artifactId>
391
          <scope>runtime</scope>
392
      </dependency>
393
      <dependency>
394
          <groupId>org.apache.xmlgraphics</groupId>
395
          <artifactId>batik-script</artifactId>
396
          <scope>runtime</scope>
397
      </dependency>
398
      <dependency>
399
          <groupId>org.apache.xmlgraphics</groupId>
400
          <artifactId>batik-xml</artifactId>
401
          <scope>runtime</scope>
402
      </dependency>
403
      <dependency>
404
          <groupId>org.apache.xmlgraphics</groupId>
405
          <artifactId>batik-anim</artifactId>
406
          <scope>runtime</scope>
407
      </dependency>
408
      <dependency>
409
          <groupId>org.apache.xmlgraphics</groupId>
410
          <artifactId>batik-css</artifactId>
411
          <scope>runtime</scope>
412
      </dependency>
413
      <dependency>
414
          <groupId>org.apache.xmlgraphics</groupId>
415
          <artifactId>batik-dom</artifactId>
416
          <scope>runtime</scope>
417
      </dependency>
418
      <dependency>
419
          <groupId>org.apache.xmlgraphics</groupId>
420
          <artifactId>batik-js</artifactId>
421
          <scope>runtime</scope>
422
      </dependency>
423
      <dependency>
424
          <groupId>org.apache.xmlgraphics</groupId>
425
          <artifactId>batik-parser</artifactId>
426
          <scope>runtime</scope>
427
      </dependency>
428
      <dependency>
429
          <groupId>org.apache.xmlgraphics</groupId>
430
          <artifactId>batik-svg-dom</artifactId>
431
          <scope>runtime</scope>
432
      </dependency>
433
      <dependency>
434
          <groupId>xml-apis</groupId>
435
          <artifactId>xml-apis-ext</artifactId>
436
          <scope>runtime</scope>
437
      </dependency>
438
      <dependency>
439 352
          <groupId>com.h2database</groupId>
440 353
          <artifactId>h2</artifactId>
441 354
          <scope>runtime</scope>

Also available in: Unified diff