Strabon
changeset 403:946a4b57aa9e
removed dependency of runtime to mysql-connector-java. This was raising erros in Tomcat when shutting down the server due to the fact that we registered mysql jdbc driver (I do not know from which point) and did not deregister it at shutdown
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Fri Jun 29 14:56:16 2012 +0300 (2012-06-29) |
parents | 321258869e52 |
children | 19a1ab72bd51 |
files | runtime/pom.xml |
line diff
1.1 --- a/runtime/pom.xml Fri Jun 29 14:52:14 2012 +0300 1.2 +++ b/runtime/pom.xml Fri Jun 29 14:56:16 2012 +0300 1.3 @@ -256,12 +256,12 @@ 1.4 <groupId>postgresql</groupId> 1.5 <artifactId>postgresql</artifactId> 1.6 </dependency> 1.7 - 1.8 +<!-- 1.9 <dependency> 1.10 <groupId>mysql</groupId> 1.11 <artifactId>mysql-connector-java</artifactId> 1.12 </dependency> 1.13 - 1.14 + --> 1.15 <!-- various --> 1.16 <dependency> 1.17 <groupId>cglib</groupId>