<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.trellisldp.ext</groupId>
  <artifactId>trellis-ext-bom</artifactId>
  <version>0.19.0</version>
  <packaging>pom</packaging>
  <name>Trellis Linked Data Server: database extension</name>
  <description>A database persistence layer for the Trellis linked data server</description>
  <url>https://www.trellisldp.org</url>
  <inceptionYear>2017</inceptionYear>
  <organization>
    <name>Trellis LDP</name>
    <url>https://www.trellisldp.org/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>Copyright (c) 2017-2020 Aaron Coburn and individual contributors</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>acoburn</id>
      <name>Aaron Coburn</name>
      <email>acoburn (at) apache (dot) org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/trellis-ldp/trellis-extensions.git</connection>
    <developerConnection>scm:git:git@github.com/trellis-ldp/trellis-extensions.git</developerConnection>
    <url>https://github.com/trellis-ldp/trellis-extensions</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.trellisldp</groupId>
        <artifactId>trellis-bom</artifactId>
        <version>0.19.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.trellisldp.ext</groupId>
        <artifactId>trellis-aws</artifactId>
        <version>0.19.0</version>
      </dependency>
      <dependency>
        <groupId>org.trellisldp.ext</groupId>
        <artifactId>trellis-cassandra</artifactId>
        <version>0.19.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
