mirror of https://github.com/apache/openjpa.git
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:
parent
9cf12d186b
commit
2a75640c21
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue