|
From: <de...@us...> - 2011-06-23 21:21:30
|
Revision: 6314
http://fudaa.svn.sourceforge.net/fudaa/?rev=6314&view=rev
Author: deniger
Date: 2011-06-23 21:21:24 +0000 (Thu, 23 Jun 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/framework/ctulu-gis/pom.xml
trunk/framework/pom.xml
Modified: trunk/framework/ctulu-gis/pom.xml
===================================================================
--- trunk/framework/ctulu-gis/pom.xml 2011-06-23 21:10:14 UTC (rev 6313)
+++ trunk/framework/ctulu-gis/pom.xml 2011-06-23 21:21:24 UTC (rev 6314)
@@ -20,11 +20,11 @@
</dependency>
<dependency>
<groupId>javax.media</groupId>
- <artifactId>jai-core</artifactId>
+ <artifactId>jai_core</artifactId>
</dependency>
<dependency>
- <groupId>com.sun.media</groupId>
- <artifactId>jai-codec</artifactId>
+ <groupId>javax.media</groupId>
+ <artifactId>jai_codec</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2011-06-23 21:10:14 UTC (rev 6313)
+++ trunk/framework/pom.xml 2011-06-23 21:21:24 UTC (rev 6314)
@@ -288,12 +288,12 @@
</dependency>
<dependency>
<groupId>javax.media</groupId>
- <artifactId>jai-core</artifactId>
+ <artifactId>jai_core</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
- <groupId>com.sun.media</groupId>
- <artifactId>jai-codec</artifactId>
+ <groupId>javax.media</groupId>
+ <artifactId>jai_codec</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|