Maven project & PostgreSQL fix
* Made the PostgreSQL library a compile-time dependency (it used to be runtime only as it was used as the JDBC driver, however it is now used directly to access PostgreSQL-specific types; this does not matter, as the DB code is already 100% specific to PostgreSQL)
This commit is contained in:
parent
775426347a
commit
4e27875d87
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>postgresql</groupId>
|
<groupId>postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Reference in a new issue