OPENJPA-901

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@748579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-02-27 16:33:49 +00:00
parent cc6759b1ce
commit 4f62f9b707
1 changed files with 7 additions and 5 deletions

View File

@ -89,10 +89,12 @@
-Dversion=1.1.3 -Dpackaging=jar
Alternatively if you have installed the JAI artifacts to an
internal repository you can specify it with the
-Djai.maven.repos=REPOS_URL command line argument.
internal repository you can specify it on the command line:
-Djai.maven.repo=REPOS_URL
-Djai.groupId=javax.media
-->
<jai.maven.repo>http://not.a.real.repository</jai.maven.repo>
<jai.maven.repo>https://m2proxy.atlassian.com/repository/public</jai.maven.repo>
<jai.groupId>com.sun</jai.groupId>
<jai.version>1.1.3</jai.version>
<!-- authentication for nightly uploads -->
@ -298,13 +300,13 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.media</groupId>
<groupId>${jai.groupId}</groupId>
<artifactId>jai_core</artifactId>
<version>${jai.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.media</groupId>
<groupId>${jai.groupId}</groupId>
<artifactId>jai_codec</artifactId>
<version>${jai.version}</version>
<scope>runtime</scope>