mirror of
https://github.com/apache/openjpa.git
synced 2025-02-07 02:29:22 +00:00
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:
parent
2c80991f6a
commit
bd9121c950
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user