2015-11-21 16:48:35 +00:00
|
|
|
<project
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>org.vivoweb</groupId>
|
|
|
|
<artifactId>vitro-dependencies</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.10.0-beta2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.vivoweb</groupId>
|
|
|
|
<artifactId>vitro-project</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.10.0-beta2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<name>Vitro Dependencies</name>
|
|
|
|
|
|
|
|
<dependencies>
|
2018-02-07 15:35:05 -05:00
|
|
|
<dependency>
|
|
|
|
<!-- Added for runtime -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<version>3.1</version>
|
2018-02-07 15:35:05 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<!-- Added for runtime, was 1.6 -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>com.github.ansell.aterms</groupId>
|
|
|
|
<artifactId>aterm-java</artifactId>
|
|
|
|
<version>1.8.2</version>
|
2018-02-07 15:35:05 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<!-- Added for runtime -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib</artifactId>
|
|
|
|
<version>2.2</version>
|
2018-02-07 15:35:05 -05:00
|
|
|
</dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<!-- Added for runtime -->
|
2016-12-24 12:49:03 +00:00
|
|
|
<!-- dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>com.servlets</groupId>
|
|
|
|
<artifactId>cos</artifactId>
|
|
|
|
<version>05Nov2002</version>
|
2016-12-24 12:49:03 +00:00
|
|
|
</dependency -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<!-- Added for runtime -->
|
2016-12-24 12:49:03 +00:00
|
|
|
<!-- dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>org.apache.cxf.xjc-utils</groupId>
|
|
|
|
<artifactId>cxf-xjc-runtime</artifactId>
|
|
|
|
<version>2.6.2</version>
|
2016-12-24 12:49:03 +00:00
|
|
|
</dependency -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<!-- Added for runtime -->
|
2016-12-24 12:49:03 +00:00
|
|
|
<!-- dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>org.apache.cxf.xjcplugins</groupId>
|
|
|
|
<artifactId>cxf-xjc-ts</artifactId>
|
|
|
|
<version>2.6.2</version>
|
2016-12-24 12:49:03 +00:00
|
|
|
</dependency -->
|
2016-12-16 18:47:17 +00:00
|
|
|
<!-- Added for runtime -->
|
|
|
|
<!-- dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<groupId>dom4j</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<version>1.6.1</version>
|
2016-12-16 18:47:17 +00:00
|
|
|
</dependency -->
|
2015-11-21 16:48:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ibm.icu</groupId>
|
|
|
|
<artifactId>icu4j</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.4.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.mchange</groupId>
|
|
|
|
<artifactId>c3p0</artifactId>
|
|
|
|
<version>0.9.5.2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
2016-05-02 14:12:25 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
|
|
|
<artifactId>imageio-jpeg</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.1</version>
|
2016-05-02 14:12:25 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
|
|
|
<artifactId>imageio-tiff</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.1</version>
|
2016-05-02 14:12:25 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.twelvemonkeys.servlet</groupId>
|
|
|
|
<artifactId>servlet</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.1</version>
|
2016-05-02 14:12:25 +01:00
|
|
|
</dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<dependency>
|
2018-02-07 15:35:05 -05:00
|
|
|
<groupId>commons-dbcp</groupId>
|
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
|
<version>1.4</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.3.2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2016-12-17 19:07:15 +00:00
|
|
|
<version>2.5</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-12-17 20:10:37 +00:00
|
|
|
<!-- NB: 3.5 conflicts with Jena 3.1.1 -->
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>3.4</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
2018-02-07 15:35:05 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>3.2.2</version>
|
|
|
|
</dependency>
|
2016-12-19 22:24:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<artifactId>commons-csv</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
<version>1.4</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>5.1.42</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.jga</groupId>
|
|
|
|
<artifactId>jga</artifactId>
|
|
|
|
<version>0.8.3</version>
|
2016-03-25 14:34:38 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>jre</groupId>
|
|
|
|
<artifactId>javaws</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.saxon</groupId>
|
|
|
|
<artifactId>Saxon-HE</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>9.6.0-7</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sourceforge.owlapi</groupId>
|
|
|
|
<artifactId>jfact</artifactId>
|
2016-12-21 12:41:55 +00:00
|
|
|
<version>5.0.1</version>
|
2016-12-21 12:16:44 +00:00
|
|
|
<!-- Exclude OWLAPI OSGi bundle and include separately -->
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>net.sourceforge.owlapi</groupId>
|
|
|
|
<artifactId>owlapi-distribution</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
2016-12-21 12:16:44 +00:00
|
|
|
<!-- Include all OWALPI JARs that are in the OSGi bundle -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sourceforge.owlapi</groupId>
|
2016-12-21 12:16:44 +00:00
|
|
|
<artifactId>owlapi-api</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>5.0.4</version>
|
2016-12-21 12:16:44 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sourceforge.owlapi</groupId>
|
|
|
|
<artifactId>owlapi-apibinding</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>5.0.4</version>
|
2016-12-21 18:51:34 +00:00
|
|
|
<!-- Exclude rio binding as we don't use Sesame -->
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>net.sourceforge.owlapi</groupId>
|
|
|
|
<artifactId>owlapi-rio</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2016-12-21 12:16:44 +00:00
|
|
|
</dependency>
|
2018-02-07 15:35:05 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.semarglproject</groupId>
|
|
|
|
<artifactId>semargl-core</artifactId>
|
|
|
|
<version>0.6.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.semarglproject</groupId>
|
|
|
|
<artifactId>semargl-rdfa</artifactId>
|
|
|
|
<version>0.6.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jsonld-java</groupId>
|
|
|
|
<artifactId>jsonld-java</artifactId>
|
|
|
|
<version>0.8.3</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- Force updated Jackson core used by dependencies, otherwise we get an incompatible version -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<version>2.7.4</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- Needed for ORCID? -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>fluent-hc</artifactId>
|
|
|
|
<version>4.5.2</version>
|
|
|
|
</dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
2016-12-21 09:57:51 +00:00
|
|
|
<artifactId>httpclient</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>4.5.2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpmime</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>4.5.2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jena</groupId>
|
|
|
|
<artifactId>jena-arq</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.0</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jena</groupId>
|
|
|
|
<artifactId>jena-core</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.0</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jena</groupId>
|
|
|
|
<artifactId>jena-sdb</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.0</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.jena</groupId>
|
|
|
|
<artifactId>jena-tdb</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>3.3.0</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.solr</groupId>
|
|
|
|
<artifactId>solr-solrj</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>4.7.2</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.directwebremoting</groupId>
|
|
|
|
<artifactId>dwr</artifactId>
|
2016-12-16 18:47:17 +00:00
|
|
|
<version>3.0.2-RELEASE</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
|
<artifactId>freemarker</artifactId>
|
2016-03-07 21:20:35 +00:00
|
|
|
<version>2.3.23</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
2018-02-07 15:35:05 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
<artifactId>javax.json</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<artifactId>jtidy</artifactId>
|
|
|
|
<version>r8-20060801</version>
|
|
|
|
</dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.10.1</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.owasp.antisamy</groupId>
|
|
|
|
<artifactId>antisamy</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.5.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>2.5</version>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
2016-03-28 15:39:58 +01:00
|
|
|
|
|
|
|
<!-- Used for JSP runtime -->
|
|
|
|
<!-- dependency>
|
|
|
|
<groupId>jstl</groupId>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</dependency -->
|
2015-12-17 16:22:18 +00:00
|
|
|
<dependency>
|
2016-03-28 15:39:58 +01:00
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
<artifactId>taglibs-standard-spec</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.2.1</version>
|
2015-12-17 16:22:18 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-03-28 15:39:58 +01:00
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
<artifactId>taglibs-standard-impl</artifactId>
|
2018-02-07 15:35:05 -05:00
|
|
|
<version>1.2.1</version>
|
2015-12-17 16:22:18 +00:00
|
|
|
</dependency>
|
2015-11-21 16:48:35 +00:00
|
|
|
|
2018-02-07 15:35:05 -05:00
|
|
|
<!-- dependency>
|
|
|
|
<groupId>javax.json</groupId>
|
|
|
|
<artifactId>javax.json-api</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</dependency -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- Data Distribution API -->
|
2015-11-21 16:48:35 +00:00
|
|
|
<dependency>
|
2018-02-07 15:35:05 -05:00
|
|
|
<groupId>edu.cornell.library.scholars</groupId>
|
|
|
|
<artifactId>DataDistributionAPI_VIVO_1.10.0</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
<type>jar</type>
|
2015-11-21 16:48:35 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|