Correct artifact id for jai libraries

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1161319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2011-08-24 23:37:35 +00:00
parent 9cf12d186b
commit 2a75640c21
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>com.sun</jai.groupId>
<jai.groupId>javax.media</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>