diff common/pom.xml @ 1406:d98f760277b4 new_scaling

update jai-imageio dependency.
author robcast
date Mon, 19 Oct 2015 20:16:20 +0200
parents 4b4973a9f34a
children 7247c046d9dc
line wrap: on
line diff
--- a/common/pom.xml	Mon Oct 19 19:10:55 2015 +0200
+++ b/common/pom.xml	Mon Oct 19 20:16:20 2015 +0200
@@ -27,24 +27,17 @@
   	</pluginManagement>
   </build>
 
-  <repositories>
-    <!-- This provides Stian Soiland-Reyes re-packaged version of JAI-ImageIO -->
-    <repository>
-      <releases />
-       <snapshots>
-           <enabled>false</enabled>
-       </snapshots>
-       <id>mygrid-repository</id>
-       <name>myGrid Repository</name>
-       <url>http://www.mygrid.org.uk/maven/repository</url>
-    </repository>
-  </repositories>
   <dependencies>
-	<dependency>
-	    <groupId>net.java.dev.jai-imageio</groupId> 
-	    <artifactId>jai-imageio-core-standalone</artifactId> 
-	    <version>1.2-pre-dr-b04-2011-07-04</version> 
-	</dependency>
+    <dependency>
+        <groupId>com.github.jai-imageio</groupId>
+        <artifactId>jai-imageio-core</artifactId>
+        <version>1.3.0</version>
+    </dependency>
+    <!-- <dependency>
+        <groupId>com.github.jai-imageio</groupId>
+        <artifactId>jai-imageio-jpeg2000</artifactId>
+        <version>1.3.0</version>
+    </dependency> -->
   	<dependency>
   		<groupId>org.devlib.schmidt</groupId>
   		<artifactId>imageinfo</artifactId>