Project

General

Profile

« Previous | Next » 

Revision f0925f74

Added by Andreas Kohlbecker about 7 years ago

need to manage the itextpdf dependency in the parent pom.xml

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
463 463
      <artifactId>commons-pool</artifactId>
464 464
      <version>1.5.4</version>
465 465
    </dependency>
466

  
467 466
 
468 467
    <!-- For Unit Tests End -->
469 468

  
......
480 479
    </dependency>
481 480
    <!-- For Hibernate Mapping End -->
482 481
    
483

  
484 482
  </dependencies>
485
  
486
  <dependencyManagement>
487
    <dependencies>
488
        <dependency>
489
            <groupId>com.itextpdf</groupId>
490
            <artifactId>itextpdf</artifactId>
491
            <version>5.5.8</version>
492
        </dependency>
493
     </dependencies>
494
 </dependencyManagement>
495 483
</project>
496 484

  

Also available in: Unified diff