Project

General

Profile

« Previous | Next » 

Revision 9824b51b

Added by Andreas Müller over 7 years ago

#5751 Remove explicit dependencies to DB drivers by cdmlib-db in CDM
Server

View differences:

pom.xml
709 709
      <artifactId>jopt-simple</artifactId>
710 710
      <version>4.9</version>
711 711
    </dependency>
712
    <!-- Database dependencies -->
712 713
    <dependency>
713
      <groupId>com.mchange</groupId>
714
      <artifactId>c3p0</artifactId>
715
      <!-- 
716
        IMPORTANT!!!
717
        this must exactly match the version as set in 
718
        cdmlib-parent pom.xml otherwise the connection 
719
        through jndi will not work
720
      -->
721
      <version>0.9.5.2</version>
722
    </dependency>
723
    <!-- DATABASE DRIVER -->
724
    <dependency>
725
      <groupId>mysql</groupId>
726
      <artifactId>mysql-connector-java</artifactId>
727
      <version>5.1.38</version>
714
      <groupId>eu.etaxonomy</groupId>
715
      <artifactId>cdmlib-db</artifactId>
716
      <version>${project.version}</version>
728 717
    </dependency>
729 718
  </dependencies>
730 719

  

Also available in: Unified diff