Project

General

Profile

« Previous | Next » 

Revision 1c56dd72

Added by Andreas Müller over 7 years ago

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

View differences:

eu.etaxonomy.taxeditor.test/pom.xml
121 121
          <daemon>true</daemon>
122 122
        </configuration>
123 123
        <dependencies>
124
            <dependency>
125
            <groupId>com.mchange</groupId>
126
            <artifactId>c3p0</artifactId>
127
            <!-- 
128
              IMPORTANT!!!
129
              this must exactly match the version as set in 
130
              cdmlib-parent pom.xml
131
            -->
132
            <version>${c3p0.version}</version>
133
          </dependency>
134
          <!-- DATABASE DRIVER -->
135
          <dependency>
136
            <groupId>com.h2database</groupId>
137
            <artifactId>h2</artifactId>
138
            <version>${h2.version}</version>
139
          </dependency>
140
          <dependency>
141
            <groupId>mysql</groupId>
142
            <artifactId>mysql-connector-java</artifactId>
143
            <version>${mysql.version}</version>
144
          </dependency>
124
        	<dependency>
125
        	<groupId>eu.etaxonomy</groupId>
126
      		<artifactId>cdmlib-db</artifactId>
127
      		<version>${cdmlib.version}</version>
128
      	</dependency>
129
<!--             <dependency> -->
130
<!--             <groupId>com.mchange</groupId> -->
131
<!--             <artifactId>c3p0</artifactId> -->
132
<!--             
133
<!--               IMPORTANT!!! -->
134
<!--               this must exactly match the version as set in  -->
135
<!--               cdmlib-parent pom.xml -->
136
<!--             --> -->
137
<!--             <version>${c3p0.version}</version> -->
138
<!--           </dependency> -->
139
<!--           DATABASE DRIVER -->
140
<!--           <dependency> -->
141
<!--             <groupId>com.h2database</groupId> -->
142
<!--             <artifactId>h2</artifactId> -->
143
<!--             <version>${h2.version}</version> -->
144
<!--           </dependency> -->
145
<!--           <dependency> -->
146
<!--             <groupId>mysql</groupId> -->
147
<!--             <artifactId>mysql-connector-java</artifactId> -->
148
<!--             <version>${mysql.version}</version> -->
149
<!--           </dependency> -->
150
		  <!-- Do we still need this? If yes, should we move it to cdmlib-db? -->
145 151
          <dependency>
146 152
              <groupId>commons-dbcp</groupId>
147 153
              <artifactId>commons-dbcp</artifactId>

Also available in: Unified diff