File tree Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+
5+ <artifactId >fj-doc-val-imageio-tiff</artifactId >
6+
7+ <parent >
8+ <groupId >org.fugerit.java</groupId >
9+ <artifactId >fj-doc</artifactId >
10+ <version >8.17.1-SNAPSHOT</version >
11+ </parent >
12+
13+ <name >fj-doc-val-imageio-tiff</name >
14+ <description >Module for validating TIFF TwelveMonkeys ImageIO</description >
15+
16+ <licenses >
17+ <license >
18+ <name >Apache License, Version 2.0</name >
19+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
20+ <distribution >repo</distribution >
21+ </license >
22+ </licenses >
23+
24+ <properties >
25+ <imageio-tiff-version >3.12.0</imageio-tiff-version >
26+ </properties >
27+
28+ <build >
29+
30+ </build >
31+
32+ <dependencies >
33+
34+ <dependency >
35+ <groupId >org.fugerit.java</groupId >
36+ <artifactId >fj-core</artifactId >
37+ </dependency >
38+
39+ <dependency >
40+ <groupId >org.fugerit.java</groupId >
41+ <artifactId >fj-doc-val-core</artifactId >
42+ </dependency >
43+
44+ <dependency >
45+ <groupId >com.twelvemonkeys.imageio</groupId >
46+ <artifactId >imageio-tiff</artifactId >
47+ <version >${imageio-tiff-version} </version >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.junit.jupiter</groupId >
52+ <artifactId >junit-jupiter-api</artifactId >
53+ <scope >test</scope >
54+ </dependency >
55+
56+ </dependencies >
57+
58+ <organization >
59+ <url >https://www.fugerit.org</url >
60+ <name >Fugerit</name >
61+ </organization >
62+
63+ <url >https://www.fugerit.org/perm/venus/</url >
64+
65+ </project >
Original file line number Diff line number Diff line change 113113 <module >fj-doc-val-pdfbox</module >
114114 <module >fj-doc-val-poi</module >
115115 <module >fj-doc-val-p7m</module >
116+ <module >fj-doc-val-imageio-tiff</module >
116117 <module >fj-doc-val</module >
117118 <module >fj-doc-tool</module >
118119 <module >fj-doc-maven-plugin</module >
You can’t perform that action at this time.
0 commit comments