From 32c1f6a73f867f491cfaeac14e2ca2aab167f1ec Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 6 Jul 2010 15:33:47 +0000 Subject: [PATCH] JAI is in fact available in a nondefault public Maven repository, so use that. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960917 13f79535-47bb-0310-9956-ffa450edef68 --- src/etc/poms/ant-jai/pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml index 77ecaf67e..c519d1e78 100644 --- a/src/etc/poms/ant-jai/pom.xml +++ b/src/etc/poms/ant-jai/pom.xml @@ -35,8 +35,6 @@ 1.8.2-SNAPSHOT Apache Ant + JAI image task and corresponding types. - jai (Java Advanced Imaging) is not available in public Maven repositories, therefore the dependencies are included with a scope provided - the download URL is http://java.sun.com/products/java-media/jai/ @@ -49,15 +47,20 @@ javax.media jai-core 1.1.3 - provided - jai + com.sun.media jai-codec 1.1.3 - provided + + + jboss + JBoss + http://repository.jboss.org/maven2/ + +