Revert "Correct artifact id for jai libraries"

This reverts commit 1170873. The new artifact id for JAI does not appear
to work.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1171098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2011-09-15 13:46:42 +00:00
parent 2c80991f6a
commit bd9121c950
1 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@
-Djai.groupId=javax.media
-->
<jai.maven.repo>https://m2proxy.atlassian.com/repository/public</jai.maven.repo>
<jai.groupId>javax.media</jai.groupId>
<jai.groupId>com.sun</jai.groupId>
<jai.version>1.1.3</jai.version>
<nightly.version>latest</nightly.version>
@ -338,13 +338,13 @@
</dependency>
<dependency>
<groupId>${jai.groupId}</groupId>
<artifactId>jai-core</artifactId>
<artifactId>jai_core</artifactId>
<version>${jai.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${jai.groupId}</groupId>
<artifactId>jai-codec</artifactId>
<artifactId>jai_codec</artifactId>
<version>${jai.version}</version>
<scope>runtime</scope>
</dependency>