aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 60f13edf..e3fc8e27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,14 +293,15 @@
<type>pom</type>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>org.xerial</groupId>
- <artifactId>sqlite-jdbc</artifactId>
- <version>3.40.0.0</version>
- </dependency>
<dependency>
- <groupId>org.flywaydb</groupId>
- <artifactId>flyway-mysql</artifactId>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.microsoft.sqlserver</groupId>
+ <artifactId>mssql-jdbc</artifactId>
+ <scope>runtime</scope>
</dependency>
</dependencies>
<build>