<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>ai.mindconnect</groupId>
  <artifactId>mc-semantic-ui-ext-diagram</artifactId>
  <version>0.1.0</version>
  <name>Semantic UI :: Diagram extension</name>
  <description>Semantic UI diagram extension — UiDiagram node type with graph (nodes + edges)
        wire model, SVG-based renderer Web Component, and Jackson/Spring auto-wiring.
        Positions are expected to be pre-computed server-side and shipped on the
        wire; this module performs no client-side layout.</description>
  <url>https://github.com/mindconnect-ai/mc-semantic-ui</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>beisdog</id>
      <name>David Beisert</name>
      <email>beisdog@web.de</email>
      <organization>mindconnect.ai</organization>
      <organizationUrl>https://github.com/mindconnect-ai</organizationUrl>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:https://github.com/mindconnect-ai/mc-semantic-ui.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/mindconnect-ai/mc-semantic-ui.git</developerConnection>
    <url>https://github.com/mindconnect-ai/mc-semantic-ui</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ai.mindconnect</groupId>
      <artifactId>mc-semantic-ui-core</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.16.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>3.5.13</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.40</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
