diff options
| -rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -68,6 +68,7 @@ | |||
| 68 | <picocli.version>4.7.7</picocli.version> | 68 | <picocli.version>4.7.7</picocli.version> |
| 69 | <plugin-annotations.version>3.15.2</plugin-annotations.version> | 69 | <plugin-annotations.version>3.15.2</plugin-annotations.version> |
| 70 | <pmd.version>7.20.0</pmd.version> | 70 | <pmd.version>7.20.0</pmd.version> |
| 71 | <qoi.version>1.2.1</qoi.version> | ||
| 71 | <slf4j.version>2.0.17</slf4j.version> | 72 | <slf4j.version>2.0.17</slf4j.version> |
| 72 | <spotbugs.version>4.9.8</spotbugs.version> | 73 | <spotbugs.version>4.9.8</spotbugs.version> |
| 73 | <yasson.version>3.0.4</yasson.version> | 74 | <yasson.version>3.0.4</yasson.version> |
| @@ -134,6 +135,16 @@ | |||
| 134 | <version>${jakarta.json.version}</version> | 135 | <version>${jakarta.json.version}</version> |
| 135 | </dependency> | 136 | </dependency> |
| 136 | <dependency> | 137 | <dependency> |
| 138 | <groupId>me.saharnooby</groupId> | ||
| 139 | <artifactId>qoi-java</artifactId> | ||
| 140 | <version>${qoi.version}</version> | ||
| 141 | </dependency> | ||
| 142 | <dependency> | ||
| 143 | <groupId>me.saharnooby</groupId> | ||
| 144 | <artifactId>qoi-java-awt</artifactId> | ||
| 145 | <version>${qoi.version}</version> | ||
| 146 | </dependency> | ||
| 147 | <dependency> | ||
| 137 | <groupId>org.apache.jena</groupId> | 148 | <groupId>org.apache.jena</groupId> |
| 138 | <artifactId>apache-jena-libs</artifactId> | 149 | <artifactId>apache-jena-libs</artifactId> |
| 139 | <version>${jena.version}</version> | 150 | <version>${jena.version}</version> |