Skip to content

Commit 770e083

Browse files
committed
Manage net.algart:algart-tiff at version 1.2.7
Thanks to Daniel Alievsky for making this improved TIFF support into a standalone library.
1 parent ef29431 commit 770e083

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,10 @@
12961296

12971297
<!-- Third party components -->
12981298

1299+
<!-- Algart TIFF - https://algart.net/java/AlgART-TIFF/ -->
1300+
<algart-tiff.version>1.2.7</algart-tiff.version>
1301+
<net.algart.algart-tiff.version>${algart-tiff.version}</net.algart.algart-tiff.version>
1302+
12991303
<!-- Amazon S3 - https://aws.amazon.com/sdkforjava -->
13001304
<aws.version>1.12.667</aws.version>
13011305
<aws-java-sdk-core.version>${aws.version}</aws-java-sdk-core.version>
@@ -4134,6 +4138,13 @@
41344138

41354139
<!-- Third party components -->
41364140

4141+
<!-- Algart TIFF - https://algart.net/java/AlgART-TIFF/ -->
4142+
<dependency>
4143+
<groupId>net.algart</groupId>
4144+
<artifactId>algart-tiff</artifactId>
4145+
<version>${net.algart.algart-tiff.version}</version>
4146+
</dependency>
4147+
41374148
<!-- Amazon S3 - https://aws.amazon.com/sdkforjava -->
41384149
<dependency>
41394150
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)