islandora-indexing-fcrepo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ca.islandora.alpaca</groupId> <artifactId>islandora-indexing-fcrepo</artifactId> <version>2.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>ca.islandora.alpaca</groupId> <artifactId>islandora-indexing-fcrepo</artifactId> <version>2.0.0</version> <name>Islandora :: Alpaca</name> <description>Event driven middleware based on Apache Camel that synchronizes a Fedora with Drupal.</description> <url>https://github.com/Islandora/Alpaca</url> <inceptionYear>2015</inceptionYear> <organization> <name>Islandora Foundation</name> <url>http://islandora.ca</url> </organization> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>https://opensource.org/licenses/MIT</distribution> <comments>Copyright (c) 2015 Islandora Foundation</comments> </license> </licenses> <developers> <developer> <id>dannylamb</id> <name>Daniel Lamb</name> <email>dlamb @ (domain of organization url)</email> <organization>Born Digital</organization> <organizationUrl>http://born-digital.com</organizationUrl> <timezone>-4</timezone> </developer> <developer> <id>whikloj</id> <name>Jared Whiklo</name> <email>jared.whiklo @ (domain of organization url)</email> <organization> University of Manitoba</organization> <organizationUrl>https://umanitoba.ca</organizationUrl> <timezone>-5</timezone> </developer> </developers> <mailingLists> <mailingList> <name>islandora-dev</name> <subscribe>islandora-dev+subscribe@googlegroups.com</subscribe> <unsubscribe>islandora-dev+unsubscribe@googlegroups.com</unsubscribe> <post>islandora-dev@googlegroups.com</post> <archive>https://groups.google.com/d/forum/islandora-dev</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:git@github.com:Islandora/Alpaca.git</connection> <developerConnection>scm:git:git@github.com:Islandora/Alpaca.git</developerConnection> <url>https://github.com/islandora/Alpaca</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/Islandora/documentation/issues</url> </issueManagement> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <version>1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-activemq</artifactId> <version>3.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>3.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> <version>3.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jackson</artifactId> <version>3.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jsonpath</artifactId> <version>3.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-javaconfig</artifactId> <version>3.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ca.islandora.alpaca</groupId> <artifactId>islandora-support</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>