mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
Fixed some pom issues
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
<modules>
|
||||
<!-- Support -->
|
||||
<module>imageio-core</module>
|
||||
<module>imageio-metadata</module>
|
||||
|
||||
<!-- Stand-alone readers/writers -->
|
||||
<module>imageio-ico</module>
|
||||
@@ -99,6 +100,11 @@
|
||||
<artifactId>imageio-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>imageio-metadata</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
Reference in New Issue
Block a user