Support more TIFF files in ImageIO with JAI plugin (and update a few plugins)

This commit is contained in:
Sean Owen 2015-09-23 11:40:08 +01:00
parent e0ea32f217
commit c3f91a0058
2 changed files with 7 additions and 2 deletions

View file

@ -31,6 +31,11 @@
<artifactId>jcommander</artifactId> <artifactId>jcommander</artifactId>
<version>1.48</version> <version>1.48</version>
</dependency> </dependency>
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies> </dependencies>
<parent> <parent>

View file

@ -141,7 +141,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <artifactId>maven-enforcer-plugin</artifactId>
<version>1.4</version> <version>1.4.1</version>
<executions> <executions>
<execution> <execution>
<id>enforce</id> <id>enforce</id>
@ -305,7 +305,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.8</version> <version>2.8.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>