From 2f75495c57ff27b2fdabbd19a3026e717c125550 Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Mon, 15 Sep 2008 22:27:47 +0000 Subject: [PATCH] OPENJPA-711 adding jai dependencies for building the manual git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@695674 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml index f6058cbb6..46426af75 100644 --- a/openjpa-project/pom.xml +++ b/openjpa-project/pom.xml @@ -80,6 +80,24 @@ 1.67.2 ${settings.localRepository} + + http://not.a.real.repository + 1.1.3 + ${user.name} passw0rd @@ -289,6 +307,18 @@ 4.4 runtime + + javax.media + jai_core + ${jai.version} + runtime + + + javax.media + jai_codec + ${jai.version} + runtime + @@ -306,6 +336,13 @@ http://agilejava.com/maven + + + jai.repository + JAI Repository (indirectly used by Docbook plugin) + ${jai.maven.repo} + +