aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a24c523..39bba9e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,11 @@
<artifactId>sqlite-jdbc</artifactId>
<version>3.42.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>1.14</version>
+ </dependency>
</dependencies>
<build>
@@ -71,6 +76,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>17</source>
+ <target>17</target>
</configuration>
</plugin>
</plugins>