Skip to content
Snippets Groups Projects
Commit 0e64ed47 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[Misc] Add missing dependency management

(cherry picked from commit ff5ff847)
parent 587af7fc
No related branches found
No related tags found
No related merge requests found
......@@ -1178,6 +1178,17 @@
<!-- Database connectors -->
<!-- Exclude optional dependencies -->
<dependency>
<groupId>${hsqldb.groupId}</groupId>
<artifactId>${hsqldb.artifactId}</artifactId>
<version>${hsqldb.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${mysql.groupId}</groupId>
<artifactId>${mysql.artifactId}</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment