aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2023-05-24 19:23:30 +0200
committeraxtloss <axtlos@getcryst.al>2023-05-24 19:23:30 +0200
commit63146274f8cbe759742aa18413054515c0f81583 (patch)
treec6cddc91db04b04f31f8ab3c76406f9c53c0587c /pom.xml
parent732147566e83c1e160154b18c33618a36fac30e0 (diff)
downloadjshipit-63146274f8cbe759742aa18413054515c0f81583.tar.gz
jshipit-63146274f8cbe759742aa18413054515c0f81583.tar.bz2
Automatically extract downloaded blobs
Diffstat (limited to '')
-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>