mirror of https://github.com/apache/openjpa.git
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
|
-Djai.groupId=javax.media
|
||||||
-->
|
-->
|
||||||
<jai.maven.repo>https://m2proxy.atlassian.com/repository/public</jai.maven.repo>
|
<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>
|
<jai.version>1.1.3</jai.version>
|
||||||
|
|
||||||
<nightly.version>latest</nightly.version>
|
<nightly.version>latest</nightly.version>
|
||||||
|
@ -338,13 +338,13 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${jai.groupId}</groupId>
|
<groupId>${jai.groupId}</groupId>
|
||||||
<artifactId>jai-core</artifactId>
|
<artifactId>jai_core</artifactId>
|
||||||
<version>${jai.version}</version>
|
<version>${jai.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${jai.groupId}</groupId>
|
<groupId>${jai.groupId}</groupId>
|
||||||
<artifactId>jai-codec</artifactId>
|
<artifactId>jai_codec</artifactId>
|
||||||
<version>${jai.version}</version>
|
<version>${jai.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue