Project

General

Profile

« Previous | Next » 

Revision 47d8963b

Added by Andreas Müller over 3 years ago

ref #9204 remove postgresql and mysql connector from taxeditor.cdmlib pom

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
579 579
	    <artifactId>h2</artifactId>
580 580
	    <version>1.4.190</version>
581 581
	</dependency>
582
    <dependency>
583
        <groupId>org.postgresql</groupId>
584
        <artifactId>postgresql</artifactId>
585
        <version>42.2.15</version>
586
    </dependency>
587 582
      
588 583
    <!-- For Unit Tests Start -->
589 584
	<!-- keep junit and its dependency hamcrest here as long as each plugin
......
671 666
        <artifactId>iiif-apis</artifactId>
672 667
        <version>0.3.7</version>
673 668
    </dependency>
674
    <dependency>
675
      <groupId>mysql</groupId>
676
      <artifactId>mysql-connector-java</artifactId>
677
      <version>8.0.21</version>
678
    </dependency>
679 669
  </dependencies>
680 670
</project>
681 671

  

Also available in: Unified diff