file auditing tests
diff --git a/pom.xml b/pom.xml
index ec963a4..3cbc0cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
             <version>0.11.8</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>joda-time</groupId>
@@ -189,6 +189,12 @@
                     <version>1.9.18-i</version>
                 </dependency>
                 -->
+
+        <!--<dependency>-->
+            <!--<groupId>org.xerial</groupId>-->
+            <!--<artifactId>sqlite-jdbc</artifactId>-->
+            <!--<version>3.7.2</version>-->
+        <!--</dependency>-->
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>