summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2023-09-27 18:31:32 +0200
committerSimon Rettberg2023-09-27 18:31:32 +0200
commit7de5c49c0da40932d30eff97601911b04895dfee (patch)
treea356138580b5f00494c5a0699891b1b71cda7cec /pom.xml
parentWork around race condition instead of proper rearchitecturing (diff)
downloaddnbd3-status-7de5c49c0da40932d30eff97601911b04895dfee.tar.gz
dnbd3-status-7de5c49c0da40932d30eff97601911b04895dfee.tar.xz
dnbd3-status-7de5c49c0da40932d30eff97601911b04895dfee.zip
Remove legacy PNG output mode
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 539eba9..4f0c064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,23 +52,18 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.2.4</version>
+ <version>[2.2.4,2.9999]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
- <version>3.5</version>
- </dependency>
- <dependency>
- <groupId>ar.com.hjg</groupId>
- <artifactId>pngj</artifactId>
- <version>2.1.0</version>
+ <version>[3.5,3.99999]</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.8</version>
+ <version>[2.8,2.9999]</version>
</dependency>
</dependencies>