islandora-indexing-fcrepo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ca.islandora.alpaca</groupId> <artifactId>islandora-indexing-fcrepo</artifactId> <version>1.0.5</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"> <modelVersion>4.0.0</modelVersion> <groupId>ca.islandora.alpaca</groupId> <artifactId>islandora-indexing-fcrepo</artifactId> <version>1.0.5</version> <name>Islandora CLAW :: Alpaca</name> <description>Event driven middleware based on Apache Camel that synchronizes a Fedora 4 with Drupal.</description> <url>http://islandora.ca</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> <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>org.apache.maven.model.Organization@7e2e486b</organization> <organizationUrl>http://islandora.ca</organizationUrl> <roles> <role>developer</role> </roles> <timezone>-4</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-CLAW/Alpaca.git</connection> <developerConnection>scm:git:git@github.com:Islandora-CLAW/Alpaca.git</developerConnection> <url>https://github.com/islandora-CLAW/Alpaca</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/Islandora/documentation/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.20.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-blueprint</artifactId> <version>2.20.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http4</artifactId> <version>2.20.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jackson</artifactId> <version>2.20.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jsonpath</artifactId> <version>2.20.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ca.islandora.alpaca</groupId> <artifactId>islandora-event-support</artifactId> <version>1.0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-blueprint</artifactId> <version>2.20.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.xerces</artifactId> <version>2.11.0_1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> <version>5.0.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.googlecode.junit-toolbox</groupId> <artifactId>junit-toolbox</artifactId> <version>2.3</version> <scope>test</scope> </dependency> </dependencies> </project>