<?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>com.structurizr</groupId>
  <artifactId>structurizr-documentation</artifactId>
  <version>1.0.1</version>
  <name>structurizr-documentation</name>
  <description>Import documentation/decisions into a Structurizr workspace.</description>
  <url>https://github.com/structurizr/documentation</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>simon</id>
      <name>Simon Brown</name>
      <email>help@structurizr.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/structurizr/documentation.git</connection>
    <developerConnection>scm:git:git@github.com:structurizr/documentation.git</developerConnection>
    <url>https://github.com/structurizr/documentation</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.structurizr</groupId>
      <artifactId>structurizr-core</artifactId>
      <version>1.12.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>5.6.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
