Browse Source

Fixed JBoss repo reference.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1297115 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
1364289f40
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/poms/ant-jai/pom.xml

+ 2
- 1
src/etc/poms/ant-jai/pom.xml View File

@@ -54,11 +54,12 @@
<version>1.1.3</version>
</dependency>
</dependencies>
<!-- Central has javax.media:jai-core:1.1.3 but only com.sun.media:jai-codec:1.1.2_01 -->
<repositories>
<repository>
<id>jboss</id>
<name>JBoss</name>
<url>http://repository.jboss.org/maven2/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<build>


Loading…
Cancel
Save