<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>de.ipk-gatersleben</groupId> <artifactId>eDAL-MetaDataAPI</artifactId> <version>2.4.6</version> <packaging>jar</packaging> <name>eDAL-MetaDataAPI</name> <url>http://edal.ipk-gatersleben.de</url> <description>eDAL stands for electronic Data Archive Library and provide a storage solution for scientific data storage management extension to a file system</description> <prerequisites> <maven>3.0.0</maven> </prerequisites> <licenses> <license> <name>Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)</name> <url>http://creativecommons.org/licenses/by-nd/4.0/</url> </license> </licenses> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.build.timestamp.format>yyyy</maven.build.timestamp.format> </properties> <issueManagement> <system>Bitbucket</system> <url>https://bitbucket.org/edal_ipk/edal-api/issues</url> </issueManagement> <organization> <name>Leibniz Institute of Plant Genetics and Crop Plant Research (IPK)</name> <url>http://www.ipk-gatersleben.de</url> </organization> <developers> <developer> <name>Daniel Arend</name> <email>arendd@ipk-gatersleben.de</email> <organization>IPK Gatersleben</organization> <organizationUrl>http://www.ipk.gatersleben.de</organizationUrl> <timezone>+1</timezone> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <contributors> <contributor> <name>Christian Colmsee</name> <email>colmsee@ipk-gatersleben.de</email> <organization>IPK Gatersleben</organization> <organizationUrl>http://www.ipk-gatersleben.de</organizationUrl> <timezone>+1</timezone> <roles> <role>helper</role> </roles> </contributor> <contributor> <name>Matthias Lange</name> <email>lange@ipk-gatersleben.de</email> <organization>IPK Gatersleben</organization> <organizationUrl>http://www.ipk-gatersleben.de</organizationUrl> <timezone>+1</timezone> <roles> <role>manager</role> </roles> </contributor> </contributors> <scm> <connection>scm:git:https://bitbucket.org/edal_ipk/edal-api.git</connection> <developerConnection>scm:git:https://bitbucket.org/edal_ipk/edal-api.git</developerConnection> <url>https://bitbucket.org/edal_ipk/edal-api.git</url> <tag>eDAL-MetaDataAPI-2.4.6</tag> </scm> <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.6</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.3.176</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.0.9.Final</version> <exclusions> <exclusion> <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-search-orm</artifactId> <version>5.5.4.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>5.0.9.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> <version>5.0.9.Final</version> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> <version>1.18</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.4</version> </dependency> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.5.4</version> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.1</version> <exclusions> <exclusion> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>9.2.17.v20160517</version> </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>com.maxmind.geoip2</groupId> <artifactId>geoip2</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>1.13</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> <version>4.5</version> </dependency> <dependency> <groupId>com.github.markusbernhardt</groupId> <artifactId>proxy-vole</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <version>6.1.0</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-queryparser</artifactId> <version>5.3.1</version> </dependency> </dependencies> </project>
<dependency> <groupId>de.ipk-gatersleben</groupId> <artifactId>eDAL-MetaDataAPI</artifactId> <version>2.4.6</version> </dependency>
de.ipk-gatersleben:eDAL-MetaDataAPI:2.4.6