Revision d09f7b40
Added by Andreas Kohlbecker almost 7 years ago
eu.etaxonomy.taxeditor.test/pom.xml | ||
---|---|---|
129 | 129 |
this must exactly match the version as set in |
130 | 130 |
cdmlib-parent pom.xml |
131 | 131 |
--> |
132 |
<version>0.9.5.2</version>
|
|
132 |
<version>${c3p0.version}</version>
|
|
133 | 133 |
</dependency> |
134 | 134 |
<!-- DATABASE DRIVER --> |
135 | 135 |
<dependency> |
136 | 136 |
<groupId>com.h2database</groupId> |
137 | 137 |
<artifactId>h2</artifactId> |
138 |
<version>1.4.190</version>
|
|
138 |
<version>${h2.version}</version>
|
|
139 | 139 |
</dependency> |
140 | 140 |
<dependency> |
141 | 141 |
<groupId>mysql</groupId> |
142 | 142 |
<artifactId>mysql-connector-java</artifactId> |
143 |
<version>5.1.38</version>
|
|
143 |
<version>${mysql.version}</version>
|
|
144 | 144 |
</dependency> |
145 | 145 |
<dependency> |
146 | 146 |
<groupId>commons-dbcp</groupId> |
Also available in: Unified diff
centralizing dependency versions and managing libraries in lib/ through maven