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

View differences:

pom.xml
11 11
      <version>2.0.14-SNAPSHOT</version>
12 12
  </parent>
13 13

  
14
    <repositories>
15
      <repository>
16
          <id>osgeo</id>
17
          <name>Open Source Geospatial Foundation</name>
18
          <url>http://download.osgeo.org/webdav/geotools</url>
19
          <releases>
20
              <enabled>true</enabled>
21
              <updatePolicy>never</updatePolicy>
22
              <checksumPolicy>warn</checksumPolicy>
23
          </releases>
24
          <snapshots>
25
              <enabled>false</enabled>
26
          </snapshots>
27
      </repository>
28
    </repositories>
29

  
30 14
  <dependencies>
31 15

  
32 16
      <!-- Dependencias de compilacion aportadas por andami -->
......
287 271
          <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
288 272
          <scope>runtime</scope>
289 273
      </dependency>
274

  
290 275
      <dependency>
291
        <groupId>org.gvsig</groupId>
292
        <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
293
        <scope>runtime</scope>
294
      </dependency>
295
      <dependency>
296
        <groupId>org.osgeo</groupId>
297
        <artifactId>proj4j</artifactId>
298
        <scope>runtime</scope>
299
      </dependency>
300
      <dependency>
301 276
          <groupId>org.gvsig</groupId>
302 277
          <artifactId>org.gvsig.remoteclient</artifactId>
303 278
          <scope>runtime</scope>
......
322 297
          <artifactId>org.gvsig.fmap.dal.db.jdbc</artifactId>
323 298
          <scope>runtime</scope>
324 299
      </dependency>
325
      <dependency>
326
          <groupId>org.gvsig</groupId>
327
          <artifactId>org.gvsig.proj.lib.api</artifactId>
328
          <scope>runtime</scope>
329
      </dependency>
330 300

  
331 301

  
332 302

  
303

  
333 304
      <dependency>
334
        <groupId>org.opengis</groupId>
335
        <artifactId>geoapi</artifactId>
336
        <scope>runtime</scope>
337
      </dependency>
338
      <dependency>
339 305
        <groupId>com.sun</groupId>
340 306
        <artifactId>jimi</artifactId>
341 307
        <scope>runtime</scope>
......
350 316
        <artifactId>vecmath</artifactId>
351 317
        <scope>runtime</scope>
352 318
      </dependency>
353
      <dependency>
354
        <groupId>javax.media</groupId>
355
        <artifactId>jai_core</artifactId>
356
        <scope>runtime</scope>
357
      </dependency>
358
      <dependency>
359
        <groupId>javax.media</groupId>
360
        <artifactId>jai_codec</artifactId>
361
        <scope>runtime</scope>
362
      </dependency>
363 319
       <dependency>
364 320
        <groupId>joda-time</groupId>
365 321
        <artifactId>joda-time</artifactId>              
366 322
        <scope>runtime</scope>
367 323
      </dependency>
368 324
      <dependency>
369
        <groupId>geojava</groupId>
370
        <artifactId>geojava</artifactId>
371
        <scope>runtime</scope>
372
      </dependency>
373
      <dependency>
374
        <groupId>org.geotools</groupId>
375
        <artifactId>gt2-legacy</artifactId>
376
        <scope>runtime</scope>
377
      </dependency>
378
      <dependency>
379
        <groupId>org.geotools</groupId>
380
        <artifactId>gt2-main</artifactId>
381
        <scope>runtime</scope>
382
      </dependency>
383
      <dependency>
384
        <groupId>org.geotools</groupId>
385
        <artifactId>gt2-referencing</artifactId>
386
        <scope>runtime</scope>
387
      </dependency>
388
      <dependency>
389
        <groupId>commons-dbcp</groupId>
390
        <artifactId>commons-dbcp</artifactId>
391
        <scope>runtime</scope>
392
      </dependency>
393
      <dependency>
394
        <groupId>commons-collections</groupId>
395
        <artifactId>commons-collections</artifactId>
396
        <scope>runtime</scope>
397
      </dependency>
398
      <dependency>
399 325
        <groupId>net.sf</groupId>
400 326
        <artifactId>sqljep</artifactId>
401 327
        <scope>runtime</scope>
402 328
      </dependency>
403 329
      <dependency>
404
        <groupId>javax.units</groupId>
405
        <artifactId>jsr108</artifactId>
406
        <scope>runtime</scope>
407
      </dependency>
408
      <dependency>
409 330
          <groupId>org.apache.xmlgraphics</groupId>
410 331
          <artifactId>batik-awt-util</artifactId>
411 332
          <scope>runtime</scope>
......
485 406
          <artifactId>h2</artifactId>
486 407
          <scope>runtime</scope>
487 408
      </dependency>
488
      <dependency>
489
          <groupId>org.gvsig</groupId>
490
          <artifactId>org.gvsig.projection.cresques.impl</artifactId>
491
          <scope>runtime</scope>
492
      </dependency>
493 409

  
494 410

  
411

  
495 412
      <!-- Dependencias de los test -->
496 413
      
497 414
      <dependency>

Also available in: Unified diff