<?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-starter-application</artifactId>
  <version>26.06.02</version>
  <name>Firefly Framework - Starter Application</name>
  <description>Starter for application-layer microservices. Enables business process orchestration with context management, security, authorization, and session management.</description>
  <url>https://github.com/fireflyframework/fireflyframework-starter-application</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-starter-application</connection>
    <developerConnection>scm:git:ssh://github.com:fireflyframework/fireflyframework-parent.git/fireflyframework-starter-application</developerConnection>
    <url>https://github.com/fireflyframework/fireflyframework-parent/fireflyframework-starter-application</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-webflux</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-validation</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-aop</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-security</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-security-resource-server</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-security-method-policy</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-observability</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.42</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springdoc</groupId>
      <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
      <version>2.8.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.19.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jsr310</artifactId>
      <version>2.19.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-kernel</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-client</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-cache</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-cqrs</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-eda</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fireflyframework</groupId>
      <artifactId>fireflyframework-orchestration</artifactId>
      <version>26.06.02</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-starter-gateway</artifactId>
      <version>4.3.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.github.resilience4j</groupId>
      <artifactId>resilience4j-spring-boot3</artifactId>
      <version>2.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.resilience4j</groupId>
      <artifactId>resilience4j-reactor</artifactId>
      <version>2.2.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
