diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-24 19:23:30 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-24 19:23:30 +0200 |
commit | 63146274f8cbe759742aa18413054515c0f81583 (patch) | |
tree | c6cddc91db04b04f31f8ab3c76406f9c53c0587c /pom.xml | |
parent | 732147566e83c1e160154b18c33618a36fac30e0 (diff) | |
download | jshipit-63146274f8cbe759742aa18413054515c0f81583.tar.gz jshipit-63146274f8cbe759742aa18413054515c0f81583.tar.bz2 |
Automatically extract downloaded blobs
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |