root / ivy.xml

Revision 820:70bfa7f0ec80, 2.9 kB (checked in by Harri Kaimio <harri@…>, 2 years ago)

Removed dependencies to MetadataExtarctor? as it seems to be dead.
Replaced it with Apache Sanselan - currently i tis used only for
fetching EXIF thumbnail for JPEG images but it might be worthwhile
to migrate all EXIF and IPTC metadata handling to it as it has
better write support than ImageIO.

Line 
1<!--
2  Copyright (c) 2006 Harri Kaimio
3 
4  This file is part of Photovault.
5
6  Photovault is free software; you can redistribute it and/or modify it
7  under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10
11  Photovault is distributed in the hope that it will be useful, but
12  WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  General Public License for more details.
15
16  You should have received a copy of the GNU General Public License
17  along with Photovault; if not, write to the Free Software Foundation,
18  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
19-->
20
21<!--
22    This file describes Photovault dependencies for Ivy. See http://ant.apache.org/ivy
23    for details.
24-->
25<ivy-module version="2.0">
26    <info organisation="org.photovault" module="photovault" revision="0.6.0.dev" status="integration">
27        <ivyauthor name="Harri Kaimio" url="http://www.kaimio.fi/blogs/harri"/>
28        <description homepage="http://www.photovault.org"/>
29    </info>
30    <dependencies>
31        <dependency org="org.hibernate" name="hibernate-annotations" rev="3.4.0.GA"/>
32        <dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.1.0.GA"/>
33        <dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.4.0.GA"/>
34        <dependency org="org.hibernate" name="hibernate" rev="3.3.2.GA" conf="*->c3p0,cglib"/>
35        <dependency org="org.jboss" name="javassist" rev="3.9.0"/>
36        <dependency org="javax.transaction" name="jta" rev="1.1"/>
37        <dependency org="com.thoughtworks" name="xstream" rev="1.3"/>
38        <dependency org="org.slf4j" name="slf4j"  rev="1.5.8" conf="*->log4j"/>
39        <dependency org="org.apache.log4j" name="log4j" transitive="false" rev="1.2.15" conf="*->default"/>
40        <dependency org="abbot" name="abbot" rev="1.0.2"/> 
41        <dependency org="sun" name="jai" rev="1.1.3"/>
42        <dependency org="sun" name="jai_imageio" rev="1.1"/>
43        <dependency org="sun" name="jna" rev="3.0.9"/>
44        <dependency org="sun" name="jxlayer" rev="4.0"/>
45        <dependency org="org.apache.commons" name="commons-digester" rev="1.8"/> 
46        <dependency org="org.apache.commons" name="commons-lang" rev="2.4"/>
47        <dependency org="org.apache.commons.sanselan" name="sanselan" rev="0.97"/>
48        <dependency org="org.apache.ddlutils" name="ddlutils" rev="1.0"/>
49        <dependency org="org.hibernate" name="hibernate-tools" rev="3.2.2.Beta1"/>
50        <dependency org="org.testng" name="testng" rev="5.9" conf="*->jdk15"/>
51        <dependency org="org.junit" name="junit" rev="3.8.2"/>
52        <dependency org="com.adobe" name="xmpcore" rev="4.4.2"/>
53        <dependency org="org.jdesktop" name="swing-layout" rev="1.0.3"/>
54        <dependency org="org.jdesktop" name="swingworker" rev="1.2"/>
55        <dependency org="org.apache.derby" name="derby" rev="10.4.2.0"/>
56        <dependency org="com.mysql" name="mysql-connector-java" rev="5.1.7"/>
57    </dependencies>
58</ivy-module>
Note: See TracBrowser for help on using the browser.