<?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>org.fireflyframework</groupId>
  <artifactId>fireflyframework-kernel</artifactId>
  <version>26.06.02</version>
  <name>Firefly Framework - Kernel</name>
  <description>Foundational module for the Firefly Framework. Contains the unified exception hierarchy,
        shared interfaces, and common abstractions that all framework modules depend on.
        This module has zero internal framework dependencies and sits at the root of the dependency graph.</description>
  <url>https://github.com/fireflyframework/fireflyframework-kernel</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Firefly Software Foundation</name>
      <email>dev@fireflyframework.org</email>
      <organization>Firefly Software Foundation</organization>
      <organizationUrl>https://fireflyframework.org</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/fireflyframework/fireflyframework-parent.git/fireflyframework-kernel</connection>
    <developerConnection>scm:git:ssh://github.com:fireflyframework/fireflyframework-parent.git/fireflyframework-kernel</developerConnection>
    <url>https://github.com/fireflyframework/fireflyframework-parent/fireflyframework-kernel</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
