diff --git a/pom.xml b/pom.xml index 9d3319d916..28b90568b3 100644 --- a/pom.xml +++ b/pom.xml @@ -62,14 +62,14 @@ <artifactId>sqlite-jdbc</artifactId> <version>3.7.2</version> <type>jar</type> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.14</version> <type>jar</type> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.avaje</groupId>